• I’m trying to install useronline on WordPress 1.5. I followed the directions, put the files in the requisite folders and then went to the useronline-install.php file. I get this error message:

    WordPress database error: [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 ‘( timestamp int(15) NOT NULL default ‘0’, username varchar(]
    CREATE TABLE ( timestamp int(15) NOT NULL default ‘0’, username varchar(50) NOT NULL default ”, ip varchar(40) NOT NULL default ”, location varchar(255) NOT NULL default ”, url varchar(255) NOT NULL default ”, PRIMARY KEY (timestamp), KEY username (username), KEY ip (ip), KEY file (location))

    I’m pretty illiterate when it comes to code. Is this a server side error? Do I need to change a setting somewhere?

Viewing 1 replies (of 1 total)
  • Thread Starter tomm10

    (@tomm10)

    Sorry, guys. The problem was that I’m an idiot who doesn’t read instructions properly. Hope I didn’t waste anyone’s time.

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Error Trying to Install useronline-install.php’ is closed to new replies.