The website runs on v3.0.2.0 and has been up and running for a year or so. At one point in the past we had to increase a few variables in the php.ini file in the admin folder because we use a lot of product options (300+ colour options), but that was easily done and we have not had any issues since..
Recently however, our hosting provider has upgraded from Apache3 to Apache4 and ever since then when we try to update the product options we get the following errors:
Code: Select all
Notice: Undefined index: option_value_description in /home/domain/public_html/thedomain.com/vqmod/vqcache/vq2-admin_controller_catalog_option.php on line 420Warning: Invalid argument supplied for foreach() in /home/domain/public_html/thedomain.com/vqmod/vqcache/vq2-admin_controller_catalog_option.php on line 420Notice: Undefined index: image in /home/domain/public_html/thedomain.com/vqmod/vqcache/vq2-admin_model_catalog_option.php on line 71Notice: Undefined index: sort_order in /home/domain/public_html/thedomain.com/vqmod/vqcache/vq2-admin_model_catalog_option.php on line 71Notice: Undefined index: option_value_description in /home/domain/public_html/thedomain.com/vqmod/vqcache/vq2-admin_model_catalog_option.php on line 78Warning: Invalid argument supplied for foreach() in /home/domain/public_html/thedomain.com/vqmod/vqcache/vq2-admin_model_catalog_option.php on line 78Warning: Cannot modify header information - headers already sent by (output started at /home/domain/public_html/thedomain.com/admin/controller/startup/error.php:34) in /home/domain/public_html/thedomain.com/system/library/response.php on line 36
So what we've done is moved the variables that were previously in /admin/php.ini into the main php.ini file in the root folder, hoping this would work, but it hasn't.. Furthermore we've also copies same values to a new .user.ini file which we've placed in the /admin folder but again this does not seem to have worked as intended.
I'm pasting in the contents of /admin/.user.ini so you see the values set, I'm aware they may be rediculously high now but we've just been increasing them to no avail..
Code: Select all
max_input_time = 60
max_input_vars = 99999999
post_max_size = 99999M
upload_max_filesize = 999M
memory_limit = 2000M
Is anyone able to help please?
Many thanks
J