Jump to content

Cannot create new product in prestashop 1.6 after update


razvypp

Recommended Posts

Hello,

 

I have upgraded to prestashop 1.6 from prestashop 1.5.4 using the 1 click installation module.

The problem is that I cannot add a new product , when I open the add product page, it doesn't load all the fields, as you can see in the attached picture, it doesn't load the input field for the product name, it is the same for the SEO input fields and probably more.

 

I have manually copied the administration files for the admin folder but the problem persists.

 

It gets a JS error that is probably generated because it doesn't read the values needed

"Uncaught TypeError: Cannot read property 'toUpperCase' of undefined in "str = str.toUpperCase(); admin.js ln 33"

, i thought this was the problem that kept ajax from loading and i fixed it by adding

if( !str )
return str;
 
after this, there are no JS errors in the console but still the inputs do not load.

post-309714-0-17862400-1409914331_thumb.png

Edited by razvypp (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...