lam560 Posted January 11, 2015 Share Posted January 11, 2015 (edited) Hello, I can't add a new link to the top menu (module blockTopMenu). looks like a bug. Error say in english : Can't add a new link for the shop : ...... Edited January 13, 2015 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2015 Share Posted January 11, 2015 what does it mean in english? are you able to paste here error report in english ? Link to comment Share on other sites More sharing options...
lam560 Posted January 11, 2015 Author Share Posted January 11, 2015 Error say in english : Can't add a new link for the shop : ...... Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2015 Share Posted January 11, 2015 i think that it's a case of some database problems. please turn on error reporting: prestashop above v1.5.3 open: config/defines.inc.php find this line: define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); source: http://cart-help.com/topic/60-error-reporting-prestashop-16-15-14-13/ after that please try to reproduce error. You should see some "database exception" error. please paste it here, if so. Link to comment Share on other sites More sharing options...
lam560 Posted January 12, 2015 Author Share Posted January 12, 2015 Here is a screenshot of the error. Thanks Link to comment Share on other sites More sharing options...
NemoPS Posted January 12, 2015 Share Posted January 12, 2015 It appears the linksmenutop_lang doesn't have the link field. You can 1. reset the module and see if it helps, but it will likely wipe off your module's config and structure, so you'll have to rebuild it 2. add it manually to that table of the db (I think it's a text or varchar entry 1 Link to comment Share on other sites More sharing options...
vekia Posted January 12, 2015 Share Posted January 12, 2015 hello label and link field are a part of ps_linksmenutop_lang table specification of fields below: if Nemo suggestion about "reset" module will not work, follow this: add these fields with software to manage database like phpmyadmin then click on "go" and at the end fill out form with field name, field type and length Link to comment Share on other sites More sharing options...
lam560 Posted January 12, 2015 Author Share Posted January 12, 2015 (edited) Work now with the reset. I check the database after the reset and the missing fiels were created. thanks Edited January 12, 2015 by lam560 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 13, 2015 Share Posted January 13, 2015 great :-) thank you for confirmation topic marked as [solved] happy sales, Milos Link to comment Share on other sites More sharing options...
Recommended Posts