Author |
Message |
10/06/2003 00:40:31
|
Anonymous
|
Username test
password 123
|
|
09/04/2004 18:49:15
|
Anonymous
|
Hmm, you might have a php settings issue?
Try to disable Magic quotes for runtime-generated data in your php.ini file:
magic_quotes_runtime = off
Then restart your webserver.
I hope this helps you out.
//Regards, Micke
|
|
24/04/2004 00:07:25
|
Anonymous
|
Make sure you run the sql comamnds in
/doc/db_update_v22-23.sql
to update your sql database.
This will not upgrade the tables in all cases. You must then run
ALTER TABLE `book_auth` CHANGE `LAST_VISIT` `last_visit` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `book_data` DROP `image`;
ALTER TABLE `book_private` DROP `image`;
ALTER TABLE `book_smilies` CHANGE `width` `width` smallint(6) unsigned NOT NULL default '0';
ALTER TABLE `book_smilies` CHANGE `height` `height` smallint(6) unsigned NOT NULL default '0';
ALTER TABLE `book_ip` ADD KEY guest_ip (guest_ip);
|
|
23/06/2004 05:35:40
|
Ignatius
Beginner
Joined: 25/12/2003 06:49:24
Messages: 41
Offline
|
Em... I didn't get a word of that.
Can someone clarify this with step-by-step instructions for those of us who aren't SQL savvy?
Thanks!
|
|
01/07/2004 20:35:40
|
Anonymous
|
yes, a more helpful explanation?
|
|
|