Jump to content

database exception error after move to new hoster


Recommended Posts

i see that you use override

for what purposes?

 

override alters default prestashop core code so it affects whole workflow

you have overrides of:

- cartController

- Dispatcher

 

 

Heya Milos,

 

Thank you for your help.  We don't have enough knowlegde to apply overrides, must be part of modules. By uninstalling no Presta core modules one by one, we could identify a module which created an back office issue.

 

We continued with uninstalling all non core modules. The front issue , cannot add product to cart, persist.

 

I tried to understand the details of the error warnings, Ssee some code which is referring to Pagecache (  module is also uninstalled ) .  Could this be the remains of old installation?

 

 

If you can tip us here how to solve.

 

In summary, we have only core modules installed now.

 

 

http://screencast.com/t/sEYIb6OWfwV

http://screencast.com/t/fb8upOtsS526

http://screencast.com/t/oiPPa5Jes0S

Link to comment
Share on other sites

Heya Milos,

 

Thank you for your help.  We don't have enough knowlegde to apply overrides, must be part of modules. By uninstalling no Presta core modules one by one, we could identify a module which created an back office issue.

 

We continued with uninstalling all non core modules. The front issue , cannot add product to cart, persist.

 

I tried to understand the details of the error warnings, Ssee some code which is referring to Pagecache (  module is also uninstalled ) .  Could this be the remains of old installation?

 

 

If you can tip us here how to solve.

 

In summary, we have only core modules installed now.

 

http://screencast.com/t/sEYIb6OWfwV

http://screencast.com/t/fb8upOtsS526

http://screencast.com/t/oiPPa5Jes0S

 

 

Solution came from database expert:

 

 

Field 'modules' doesn't have a default value, needs to be removed

we should change it as empty in phpmyadmin

set the modules as NULL

 

we cannot change the mysql setting for this sever, some servers allow the field as NULL ,

If we define the field as not empty, but we insert empty , it will display the error

Link to comment
Share on other sites

×
×
  • Create New...