Page 1 of 1

Options - not Saving

Posted: Wed Sep 16, 2015 6:55 pm
by victoriabarker
Hi

My product - has a number of options - quite a few actually

I estimate that it has around 1600 options - it needs that many as many of the options change depending on other options set.

I'm using a plugin to generate them, which is working wonderfully - apart from when i attempt to save them.

1 - after a successful save, I go back and over half have been lost / truncated.

2 - On a save, I see the following

Notice: Undefined index: points in websitename/store/vqmod/vqcache/vq2-admin_model_catalog_product.php on line 139Warning: Cannot modify header information - headers already sent by (output started at websitename//store/admin/index.php:84) in websitename//store/system/library/response.php on line 12

I've placed a php.ini in the root of the Opencart folder - settings are -

max_input_vars = 50000
memory_limit = 128M;
max_execution_time = 36000;

I've also a php.ini in the root of the server itself

PHP info is reporting these figures as live /active

any advice would be greatly appreciated.

Re: Options - not Saving

Posted: Thu Sep 17, 2015 4:39 pm
by victoriabarker
Hi

OK - sorted - Thanks

I didn't realise that php.ini was not recursive - once applied in the correct folder (admin in this case) - it behaved itself

Re: Options - not Saving

Posted: Thu Sep 17, 2015 11:25 pm
by Qphoria
victoriabarker wrote:Hi

OK - sorted - Thanks

I didn't realise that php.ini was not recursive - once applied in the correct folder (admin in this case) - it behaved itself
php.ini should be recursive unless there is another php.ini in the current folder that overrides it. Glad you got it worked out.