[SOLVED]I can not edit themes in advanced mode : V9.0.006

1.- Access to the “Layout - CSS Applications (Themes)” option
2.- Copy a thema and when editing it with the option “advanced mode” does not save any parameter that I place and when saving it and close and return to open this as I originally copy it.

I already probe in different internet browsers: firefox, chrome, safari and edge and it does not work and does not present any error message.

The installation is in linux centos 7.

Hi amatus.

Did you resolve this? Or does anyone else have a solution?

I am having the same problem in v9. I copy the Rhino theme to a new project theme. I make changes in the new theme and save them - I get no error message. But when I close the theme and go back in, everything has been reset to original values.

​I checked my php.ini file and I already have max_input_vars = 10000 (that’s ten thousand).

​My install is also Linux, if it helps.

Hi you all,

Running V9.0.007 under Debian 8 with a proper phpini max_input_vars = 10000 (thanks for pointing this out bdl) AND 755 attributes for the theme folder and even 644 attributes for the theme files seems editing and saving well .

Hi ,
I used to have this pb under SC8 and Netmake has replied to me this was a Permission file issue and/or a php.ini max vars issue. So under SC8 and SC9 I always modify max_input_vars = 10000 … Seems you did this without results.
To summarize what I know

  • check folder/file permissions
  • modify php.ini :
[SIZE=15px]max_execution_time = 3600[/SIZE]
[SIZE=15px]max_input_time= 3600[/SIZE]
[SIZE=15px]max_input_vars = 10000[/SIZE]
[SIZE=15px]memory_limit= 1024M[/SIZE]
[SIZE=15px]post_max_size = 512M[/SIZE]
[SIZE=15px]upload_max_filesize = 512M[/SIZE]
[SIZE=15px]max_file_uploads = 200[/SIZE]
  • restart server
  • check your diagnosis/php and info.php for proper execution of the max vars parameters
  • clean scriptcase /temp
  • clean Browser history/ cache

It works for me …
an idea for a dev environment test a total 777 recursive permissions and try …
[ATTACH=CONFIG]n78116[/ATTACH]

Capto_Capture 2017-06-18_03-58-03_PM.png

Solved!

“​max_input_vars = 10000” wasn’t working for me, so I changed it to “max_input_vars = 15000” and the template modifications now save correctly.

​Thanks Herveo for your ideas, much appreciated.

Hello

Thanks for the information, solved the problem with the modifications of the php.ini variables and let me modify the design themes, thanks.

Kind regards