Welcome, Guest. Please Login or Register.
April 24, 2024, 01:20:09 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  FAQ  |  Why don't my installed mods and settings save? « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Why don't my installed mods and settings save?  (Read 9476 times)
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Why don't my installed mods and settings save?
« on: December 22, 2001, 09:10:50 PM »
Reply with quote

Check the following things
a) can you modify the agreement?
b) can you post messages?
c) do most other areas of your board work?

If you answered yes to them, the cause is most likely because of an incorrect reporting of the MySQL version.

In MySQL 3.23 you can use the LIMIT 1 syntax in update queries.  This is not so for 3.22.

Unfortunately, if you are running in Safe Mode, or if something else causes the mysql version to be reported incorectly, YaBB SE will think it can use that syntax when it shouldn't!

The solution for this is to manually disable the LIMIT 1 syntax.

To do this, open index.php and on line 48 you will find

$doLimitOne = (substr($row[0],0,4) >= 3.23)?' LIMIT 1':'';

change this to

$doLimitOne = '';

and upload the changed file.  This should work.
« Last Edit: December 23, 2001, 04:30:44 PM by Joseph Fung » Logged

TheJkWhoSaysNi
YaBB God
*****
Posts: 1025


I dont know what to put here, i'll leave it blank.

ICQ - 122821095TheJkWhoSaysNi@evilemail.com WWW
Re:Why don't my installed mods and settings save?
« Reply #1 on: December 23, 2001, 02:33:48 PM »
Reply with quote

A) No
B) Yes
C) Yes and no, see http://www.yabb.info/community/index.php?board=2;action=display;threadid=2871

What should I do?
Logged

WARNING: THIS POST MAY CONTAIN TRACES OF PEANUT!!!
I'm listening to....
Sensor
Noobie
*
Posts: 43


I love YaBB SE! <-- do I? YES I DO!!!

WWW
Re:Why don't my installed mods and settings save?
« Reply #2 on: December 25, 2001, 12:04:30 AM »
Reply with quote

Seems to work for me!

Thanks:)

Logged
Brad
Sr. Member
****
Posts: 316


Promoter of YaBB

ICQ - 83017998 WWW
Re:Why don't my installed mods and settings save?
« Reply #3 on: December 27, 2001, 03:58:32 PM »
Reply with quote

Is the index.php part of SE or mySQL? and where would I find it?

Hope I'm not sounding stupid.

Brad
Logged

iamdamnsam
Full Member
***
Posts: 225


RamchargerCentral.Com

WWW
Re:Why don't my installed mods and settings save?
« Reply #4 on: January 21, 2002, 08:31:52 PM »
Reply with quote

that did not do a thing for me.  I did notice when I installed without converting, the everything would save.  After converting a YaBB Gold board, it stops saving for the installed mods section.  Everything else saves.
Logged

Daniel Hofverberg
YaBB God
*****
Posts: 582


WWW
Re:Why don't my installed mods and settings save?
« Reply #5 on: June 25, 2002, 02:51:20 AM »
Reply with quote

Everything worked fine for me in earlier versions of YaBB SE (1.1.0 and 1.3.0), but since I installed 1.4.0 I can no longer save the settings on that screen.

To answer the questions in the original post: Everything else works just fine.

Version of PHP: 4.0.6, running in safe mode
Version of MySQL: 3.23.36

The server is running Apache 1.3.19 on Red Hat Linux.

As the MySQL version is newer than 3.22, the reason Joseph posted about in the original post doesn't seem to apply...

Any ideas?
Logged
hz
Noobie
*
Posts: 2


Harald Zellerer

Re:Why don't my installed mods and settings save?
« Reply #6 on: June 30, 2002, 09:16:56 PM »
Reply with quote

I seem to have the same problem.
I changed the background colors of my board and saved them successfully but they don't show up after reloading my board.
All other changes worked fine upto now, including pasting my logo into the board.
What's wrong?
Harald Zellerer
Logged
Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:Why don't my installed mods and settings save?
« Reply #7 on: June 30, 2002, 09:49:01 PM »
Reply with quote

Quote from: hz on June 30, 2002, 09:16:56 PMI seem to have the same problem.
I changed the background colors of my board and saved them successfully but they don't show up after reloading my board.
All other changes worked fine upto now, including pasting my logo into the board.
What's wrong?
Harald Zellerer

You have to edit the colours both in the admin section and in the template.php to make them work properly in every place of the board.
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  FAQ  |  Why don't my installed mods and settings save? « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.050 seconds with 20 queries.