Hello,
I´ve tried another time to upgrade from 4.5.2 to 4.6, but the problems persists. I get errors when excuting the update.php. I´ve tried to do create the tables through phpMyAdmin but it gives the next errors:
CREATE TABLE {search_total} (
word varchar(50) NOT NULL default '',
count int(10) unsigned default NULL,
PRIMARY KEY word (word)
) TYPE=MyISAM ;
FAILED
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '{search_total} (
word varchar(50) NOT NULL default '',
CREATE TABLE {flood} (
event varchar(64) NOT NULL default '',
hostname varchar(128) NOT NULL default '',
timestamp int(11) NOT NULL default '0'
);
FAILED
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '{flood} (
event varchar(64) NOT NULL default '',
CREATE TABLE {queue} (
nid int(10) unsigned NOT NULL,
uid int(10) unsigned NOT NULL,
vote int(3) NOT NULL default '0',
PRIMARY KEY (nid, uid)
)
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '{queue} (
nid int(10) unsigned NOT NULL,