Ok I removed those two and still trying to install this one but I get this when I try the sql query
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: 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 ';
ALTER TABLE session ADD proxyip VARCHAR(50) not null AFTER ho
I deleted all tables with "proxyip" first to clean it out. How do I resolve this?
|