'm pretty new to OC, so definitely need some help on this one.2016-07-24 18:31:23 - PHP Notice: Undefined index: points in /home/ddesigns/public_html/popcorn/vqmod/vqcache/vq2-admin_model_catalog_product.php on line 163 2016-07-24 18:31:23 - PHP Notice: Undefined index: subtract in /home/ddesigns/public_html/popcorn/vqmod/vqcache/vq2-admin_model_catalog_product.php on line 215 2016-07-24 18:31:23 - PHP Notice: Undefined index: price in /home/ddesigns/public_html/popcorn/vqmod/vqcache/vq2-admin_model_catalog_product.php on line 215 2016-07-24 18:31:23 - PHP Notice: Undefined index: price_prefix in /home/ddesigns/public_html/popcorn/vqmod/vqcache/vq2-admin_model_catalog_product.php on line 215 2016-07-24 18:31:23 - PHP Notice: Undefined index: points in /home/ddesigns/public_html/popcorn/vqmod/vqcache/vq2-admin_model_catalog_product.php on line 215 2016-07-24 18:31:23 - PHP Notice: Undefined index: points_prefix in /home/ddesigns/public_html/popcorn/vqmod/vqcache/vq2-admin_model_catalog_product.php on line 215 2016-07-24 18:31:23 - PHP Notice: Undefined index: weight in /home/ddesigns/public_html/popcorn/vqmod/vqcache/vq2-admin_model_catalog_product.php on line 215 2016-07-24 18:31:23 - PHP Notice: Undefined index: weight_prefix in /home/ddesigns/public_html/popcorn/vqmod/vqcache/vq2-admin_model_catalog_product.php on line 215
Reason: Added quote tags.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Code: Select all
magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
memory_limit = 512M;
max_execution_time = 36000;
upload_max_filesize = 999M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.auto_start = Off;
session.use_only_cookies = On;
session.use_cookies = On;
session.use_trans_sid = Off;
session.cookie_httponly = On;
session.gc_maxlifetime = 3600;
allow_url_fopen = on;
;display_errors = 1;
;error_reporting = E_ALL;
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
If you disable your extensions and resend the option groups to the server, do you notice the same results?DestinationDesigns wrote:Thanks for getting me to the right section. Just an update, for giggles I just set my memory_limit in my server php config to -1 'no limit' and still had the same result.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Also I have renamed both php.ini files in OC to php.ini.bak so I should just be working on the server limits at his point.
The VQMod extensions will not be listed under the modifications, those would be the OCMods. If you disable each XML files either from VQMod Manager or by FTP, see if the option groups still fails afterwards.DestinationDesigns wrote:The only extension is Ajax Price Change With Option Selection and is a VQMOD, and not listed in the Modifications list. At this point I am simply adding the option group with only one option added into it, and still failing.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Here we go, problem solved. It's an extension issue. More information can be found on the following FAQ topic regarding VQ2 error messages: http://forum.opencart.com/viewtopic.php?f=170&t=165657DestinationDesigns wrote:so yes, when I disable the VQMOD extensions it does allow me to save a new option group.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
If some are saved without any errors this time, then it is a posting size configuration issue that needs to be properly set on your server.DestinationDesigns wrote:no i notice, it is not saving all of the options. and trimming some off.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: No registered users and 3 guests