Since Mysql 5.2 there have a few things been deprecated or dropped.
I've changed these things for the new installation part. Havent changed anything for the other installations.
Go to the install folder and then database and copy the new file from the zip and overwrite the old one.
Start installation and now the sql settings WILL be written to your sql database
here the updated file:
http://www.icexradio.nl/OUD/mysql_new_install.zip
What about the rest of the chat? What are the main changes needed to be done, so I can implement it faster?
One error: you changed by mistake this line
SHOW_TIMESTAMP enum('0','1') NOT NULL default '1',
to
SHOW_datetime enum('0','1') NOT NULL default '1',
by find&replace. Keep the old field name...
Log in to post a comment.
Since Mysql 5.2 there have a few things been deprecated or dropped.
I've changed these things for the new installation part. Havent changed
anything for the other installations.
Go to the install folder and then database and copy the new file from the zip
and overwrite the old one.
Start installation and now the sql settings WILL be written to your sql
database
here the updated file:
http://www.icexradio.nl/OUD/mysql_new_install.zip
What about the rest of the chat? What are the main changes needed to be done,
so I can implement it faster?
One error: you changed by mistake this line
SHOW_TIMESTAMP enum('0','1') NOT NULL default '1',
to
SHOW_datetime enum('0','1') NOT NULL default '1',
by find&replace. Keep the old field name...