Everything seems to install correctly, but then I get this message...
Troubleshooter:
SQL/DB Error -- [Table 'pligg.table_prefixconfig' doesn't exist]
SQL/DB Error -- [Table 'pligg.modules' doesn't exist]
* Base URL is not set - Visit: Admin Config - Location Installed
* "cache" directory is not writable - issue: chmod 0777 cache
* Your lang.conf is not latest - please check your current lang.conf against the latest version for any changes.
It says it created those two tables, but they're not there. I tried installing again, same problem. I'm unable to access the admin panel. And I see no "cache" directory.
Any ideas what I'm doing wrong?
I tried to manually create pligg.modules table and got this error...
CREATE TABLE `pligg_modules` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`name` varchar( 50 ) NOT NULL ,
`version` float NOT NULL ,
`folder` varchar( 50 ) NOT NULL ,
`enabled` tinyint( 1 ) NOT NULL ,
PRIMARY KEY ( `id` )
) ENGINE = MYISAM
MySQL said: Documentation
#1064 - You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 8
I'm using BETA 9. Here's my info file: http://digg.finlandforthought.net/info.php



Reply With Quote




