-
- anas

-
Total Posts: 10
Joined: 2007-09-14
|
Hello.
Same problem after steps you wrote.
Maybe this additional info helps.
When I have error on screen, url points to: http://myhost/install/wizard/installDb/
Error message is:
[message:protected] => Mysqli prepare error: Table ‘magento.eav_attribute’ doesn’t exist
and that is true - this table in database don’t exist. The only one table that wizard create is: core_resource
Dump of this table below:
INSERT INTO `core_resource` (`code`, `version`) VALUES ('admin_setup', '0.5.3'), ('catalogrule_setup', '0.1.3'), ('catalogsearch_setup', '0.1.2'), ('catalog_setup', '0.6.25'), ('cms_setup', '0.5.4'), ('core_setup', '0.6.5'), ('cron_setup', '0.2.0'), ('customer_setup', '0.5.13'), ('directory_setup', '0.5.8'), ('eav_setup', '0.5.16'), ('giftcert_setup', '0.1.0'), ('googleanalytics_setup', '0.1.0'), ('log_setup', '0.5.0'), ('newsletter_setup', '0.5.5'), ('paygate_setup', '0.1.0'), ('poll_setup', '0.5.2'), ('rating_setup', '0.5.5'), ('review_setup', '0.5.6'), ('salesrule_setup', '0.1.4'), ('sales_setup', '0.5.19'), ('shipping_setup', '0.1.5'), ('tag_setup', '0.5.3'), ('tax_setup', '0.5.3'), ('usa_setup', '0.2.3'), ('wishlist_setup', '0.5.2');
In my www server error log, there is no messages, in access log when I click continue (after putting all information about database) this info:
x.x.153.10 - - [17/Sep/2007:19:19:10 +0200] "GET /install/wizard/checkHost/ HTTP/1.1" 200 19 x.x.153.10 - - [17/Sep/2007:19:19:11 +0200] "GET /install/wizard/checkHost/ HTTP/1.1" 200 19 x.x.153.190 - - [17/Sep/2007:19:19:11 +0200] "POST /install/wizard/configPost/ HTTP/1.1" 302 5 x.x.153.190 - - [17/Sep/2007:19:19:11 +0200] "GET /install/wizard/installDb/ HTTP/1.1" 200 12848
Maybe in my situation sequence of creating tables and updating it structure is wrong, what do you think about this? Some other suggestions how to test it, or debug, profile application to find the way how to repair this bug?
Thx, anas
-----------------------
EDIT:
I add whole error message as a HTML file i attachemnt
My MySQL Server Version: 5.1.21-beta
Same error with PDO and MySQLi drivers.
File Attachments
|