View Single Post
  #6  
Old 19th January 2010, 02:51
Viperia Viperia is offline
Senior Member
 
Join Date: Jul 2008
Sweden
Posts: 46
Default
So now i have tried to install this source but i have a small issue when i run the installer phogo.

Code:
Error at the line 1312: ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=50 ;
 Query: INSERT INTO `searchcloud` (`id`, `searchedfor`, `howmuch`) VALUES  CREATE TABLE `shoutbox` (   `id` smallint(6) NOT NULL auto_increment,   `userid` smallint(6) NOT NULL default '0',   `username` varchar(25) NOT NULL default '',   `date` int(11) NOT NULL default '0',   `text` text NOT NULL,   PRIMARY KEY  (`id`) ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=50 ;
 MySQL: 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 'CREATE TABLE `shoutbox` ( `id` smallint(6) NOT NULL auto_increment, `userid`' at line 2
 Stopped on error
I tried doing a manuall install by importing the sql file using phpmyadmin but that just left me whit an blank index page after creating the user account.

Any ideas?

Regards,
Viperia
Reply With Quote
The Following User Says Thank You to Viperia For This Useful Post:
Mody (8th May 2023)