Jump to content

Adding new products 'Unable to update settings' PS 1.7.6.3


EliasHM

Recommended Posts

Hey guys,

I'm having problems while adding new products, the legend 'Unable to update settings' appears on the right corner and the product is not saved. I activated the debug mode in order to understand more the problem and here it's the screenshot.

I'm completely lost, don't know where to look at or where to start.

Can anyone help?

screencapture-kanini-mx-admin-kanini-index-php-configure-advanced-performance-2020-06-24-20_26_08.png

Link to comment
Share on other sites

Thanks for the reply Rhobur,

Indeed, the problem got "solved" changing the path in the php.ini to "/tmp"m but still the problem persists while adding new productos, still the message "unable to update settings" comes up.

This is what i've comed to realize.

The problem has to do something with the creation of the ssl token or something similar, i think because of this.

While I'm in the products page, the debug toolbar works just fine.

15512877_Productspage.thumb.png.43e06ff9fb193fe800fffe39c612b8b2.png

But when i try to add a new product, the debug toolbar stop working with the following legend

"An error occurred while loading the web debug toolbar."

An this is displayed

925439049_MissingToken.thumb.png.05f0a2c8306561b0b705d54c00f7862c.png

Also this screen displayed

1832993990_Errorlog.thumb.png.2c394abd41843fa6fff421afedd5ef0c.png

So really, afterwards I don't know what else to do.

This is my actual configuration if it helps with all the posts I've read.

  • Prestshop version: 1.7.6.3
  • PHP: 7.1.33
  • Advanced Parameters > Traffic & SEO > Accented URL = OFF
  • Advanced Parameters > Perfromace > Smarty: Templates = Never recompile files; Cache = Yes, Multiserver = NO; Cache type = File system and Clear cache = everytime something has been modified
  • Advanced Parameters > Perfromace > CCC: Smart cache CSS = NO; Smart cache JavaScript = NO; Apache Optimization = NO
  • Advanced Parameters > Perfromace > Cache: Use cache = NO

php.ini values are as follows

  • allow_url_fopen = Off
  • allow_url_include = Off
  • asp_tags = Off
  • display_errors = Off
  • enable_dl = Off
  • file_uploads = On
  • max_execution_time = 30
  • max_input_time = 60
  • max_input_vars = 5000
  • memory_limit = 96M
  • post_max_size = 256M
  • session.gc_maxlifetime = 1440
  • session.save_path = "/tmp"
  • upload_max_filesize = 256M
  • zlib.output_compression = Off

Just one final thing, recently before encountering all these problems, we deleted the default products, I don't know if it has something to do or if it helps, properly deleted, not set them inactive.

Thanks in advance 

Elías 

Edited by EliasHM
Add on more line I was missing (see edit history)
Link to comment
Share on other sites

Hey Guys, I just write this reply in order to let the people now how this issue was solved.

Indeed was a server error configuration which was solved installing the:

  • PHP intl extension 
  • the iconv extension as well.

Also the following modules were not installed but also recommended:

  • short_open_tag to off and 
  • enable the PHP accelerator

I hope someone would find this useful.

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

  • 1 year later...

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...