toydoy Posted February 7, 2014 Share Posted February 7, 2014 When try to create or edit products I got a message "Update is successful" But never changed or saved. I turned on Debug mode and got error Unknown column 'id_employee' in 'field list' I have no idea what it caused. Please find attached picture. Link to comment Share on other sites More sharing options...
vekia Posted February 7, 2014 Share Posted February 7, 2014 if youv'e got access to database manager like phpmyadmin - just open it go to ps_log table and add there new column named id_employee define it as INT datatype Link to comment Share on other sites More sharing options...
dany2234 Posted February 26, 2014 Share Posted February 26, 2014 Hello, Same issue to me. Cannot update description, short description or product tags. But I can change product name, code, price, etc. I can change categories description, and short description, etc. My last modification on the shop was changing the tinyMCE ...I extended the editing posibilities following your post. The extended editor works in the CMS pages...and it shows on the product pages...but the description, short description and tags just cannot be updated. I don't know if the problem is from the tinyMCE...or there is another cause. After saving the product the message is "Updated succesfully"...no error (even with debugging true)...but nothing saves. In the ps_log table there are positions registered with my user id...and "Product edition"...but I cannot see the changes in the BO or FO. Please help. Link to comment Share on other sites More sharing options...
vekia Posted February 27, 2014 Share Posted February 27, 2014 hello, what code you're trying to use inside product description / description short fields ? in addition, please turn on error reporting and try to save then maybe some errors will appear then Link to comment Share on other sites More sharing options...
dany2234 Posted February 27, 2014 Share Posted February 27, 2014 Hello, Simple text...like "test". I went back to original files... form.tpl (for both products and CMS editors) and validate.php and now I can add products. After going back to the original files the cms page made with extended tinyMCE is the same...it includes a html <table>...and with the original files is working fine...prestasop didn't cut the <table> off. It is normal to be like that ? You can try ... http://www.echip.ro/bocanci-de-protectie/100-bocanci-de-protectie-bicap-terrano-s3.html and click on "Tabel de marimi " link to see the CMS made with extended tinyMCE What do you think ? Link to comment Share on other sites More sharing options...
Recommended Posts