|
I have installed Magento vers. 0.6.13700 with samples data on Windows XP with Apache 2.2.6, Php 5.2.5 and MySQL 5.0.19.
I have two problem:
a) If I try to add a new product on default store I received an error:
Mysqli statement execute error : Out of range value adjusted for column ‘entity_id’ at row 1
b) If I try to add new store in new web site (create new web site it’s ok) I received an error:
Exception while saving the object: Mysqli statement execute error : Incorrect integer value: ‘’ for column ‘store_id’ at row 1
To debug the problem I have enabled the system log in app\Mage.php.
Now, in ./var/log/system.log I found:
2007-11-19T22:36:52+00:00 DEBUG (7): Invalid store configuration path: advanced/modules_disable_output/Mage_Adminhtml
2007-11-19T22:36:52+00:00 DEBUG (7): Invalid store configuration path: system/store/id
Someone found the same problem?
How can I fix?
Thanks,
Maurizio
|