Jump to content

Can No Longer Add New Products PS 1.6.1.6


Recommended Posts

I have updated my Prestashop site in a while.  I do prefer the older version since it has much more customizing ability.

 

The problem is now I can no longer add a new product!

Adding name, descriptions, etc - all come back BLANK after submitting. Nothing has changed as far as the domain's php settings, and I have double checked that the database is as it should be.

PLEASE HELP!

🤢

Link to comment
Share on other sites

3 minutes ago, noodles57 said:

As I mentioned there isn't a debug on/off option from within PS 1.6.1.6 - just what I posted above.

so you activated debug in defines.inc file correct ?

What are server error logs saying ?

Which php-version are you using ? Which are your settings from max_input_time, max_xecution_time, max_input_var and memory_limit ? Which SQL version are you using ?

Link to comment
Share on other sites

10 minutes ago, noodles57 said:

I'm looking at that file:

/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', false);
}

 

 

I'm guessing this should be changed to TRUE?

Change false to true and read errors in front and back-office.

/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', true);
}

 

Link to comment
Share on other sites

20 minutes ago, selectshop.at said:

so you activated debug in defines.inc file correct ?

What are server error logs saying ?

Which php-version are you using ? Which are your settings from max_input_time, max_xecution_time, max_input_var and memory_limit ? Which SQL version are you using ?

ver 7.0.33 but I can update to latest which is 7.3.11

max_input_time: 60

max_execution_time: 30

memory_limit: 128M

and in additional directives:

max_input_vars = 5000

 

I can certainly change any of these parameters.

Link to comment
Share on other sites

Smarty cache you delete from your BO under performance. Make the changes which are suggested in the link I added before and try. Change also memory_limit. Restart then after the apache/nginx.

Try also to add product with another browser.

Blank site is always a server error and this is always recorded into the error logs. If you are using nginx, then in nginx error logs instead of apache

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...