Trying to use the installer ... it says >
To continue, please click on the "Next" button.
But the only buttons I see are CANCEL or UPGRADE
I click upgrade and steps 8, 9 are nothing but ads for your other products.
Then it says delete installer directories and go to admin - WHEN did it ever have me set up admin info? I did NOT! How can I login without creating that info?
I tried to do a manual import of the mysql files and it returns errors!
Import mysql.sql >
Error SQL query:
CREATE TABLE `ratepro_config` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT , `description` varchar( 250 ) NOT NULL default '', `name` varchar( 200 ) NOT NULL default '0', `value` text NOT NULL , `comment` text, `type` tinyint( 4 ) default '0', `priority` int( 4 ) NOT NULL default '0', PRIMARY KEY ( `id` ) ) ENGINE = MYISAM ;
MySQL said:
#1064 - You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 12
Then try to import mysql.sql >
SQL query:
INSERT INTO `ratepro_config` ( `id` , `description` , `name` , `value` , `comment` , `type` , `priority` ) VALUES ( 1, 'LANG_RATEPRO_CONF_USER', 'RATEPRO_USER', 'demo', NULL , 1, 10 ) ;
MySQL said:
#1146 - Table 'rateslots.ratepro_config' doesn't exist
=======================================
I think the developers are not english speaking and thus have not written good installation instructions? |