hi
I installed according to instructions 1-6
7 Go to '
http://mysite/' :
A Database Error Occurred
Error Number: 1146
Table 'where_db.whe_modules' doesn't exist
INSERT INTO `whe_modules` (`dir`, `name`) VALUES ('settings', 'System and site settings module')
again 7 Go to '
http://mysite/' :
A Database Error Occurred
Error Number: 1050
Table 'site_settings' already exists
CREATE TABLE `site_settings` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) default NULL, `value` text, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 AUTO_INCREMENT=1
if i change to RewriteRule ^(.*)$ index.php/$1 :
Internal Server Error
server :
PHP
CGI on
FastCGI on
$config['index_page'] = "index.php";
any ideas?
thanks