Post by DestinationDesigns » Wed Aug 03, 2016 12:10 am

I am having an issue in OpenCart with vqmod and the Ajax Price Change With Option Selection https://www.opencart.com/index.php?rout ... _id=774897 installed. I need 8 option groups in a product, i have been able to add 7 but when I add an 8th and save, it does not create the options. Reading the error log, I see this:
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
'm pretty new to OC, so definitely need some help on this one.
Last edited by straightlight on Wed Aug 03, 2016 1:57 am, edited 1 time in total.
Reason: Added quote tags.


Posts

Joined
Wed Aug 03, 2016 12:06 am

Post by straightlight » Wed Aug 03, 2016 2:00 am

Welcome to the Opencart forum. Followed is a topic that may help you resolved this issue: http://forum.opencart.com/viewtopic.php?f=20&t=162356

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by DestinationDesigns » Wed Aug 03, 2016 3:29 am

Yes I see that. I currently have my php.ini set to:

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;
I also have my memory_limit on my server set to 512M I cant imagine what else I may need to do,


Posts

Joined
Wed Aug 03, 2016 12:06 am

Post by straightlight » Wed Aug 03, 2016 3:53 am

This topic will be moved to the install, upgrade and config support section of the forum.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by DestinationDesigns » Wed Aug 03, 2016 3:58 am

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.


Posts

Joined
Wed Aug 03, 2016 12:06 am

Post by straightlight » Wed Aug 03, 2016 4:01 am

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.
If you disable your extensions and resend the option groups to the server, do you notice the same results?

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by DestinationDesigns » Wed Aug 03, 2016 4:11 am

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.


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.
Last edited by DestinationDesigns on Wed Aug 03, 2016 4:16 am, edited 1 time in total.


Posts

Joined
Wed Aug 03, 2016 12:06 am

Post by straightlight » Wed Aug 03, 2016 4:14 am

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

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by DestinationDesigns » Wed Aug 03, 2016 4:19 am

so yes, when I disable the VQMOD extensions it does allow me to save a new option group.


Posts

Joined
Wed Aug 03, 2016 12:06 am

Post by straightlight » Wed Aug 03, 2016 4:22 am

DestinationDesigns wrote:so yes, when I disable the VQMOD extensions it does allow me to save a new option group.
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=165657

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by DestinationDesigns » Wed Aug 03, 2016 4:23 am

no i notice, it is not saving all of the options. and trimming some off.


Posts

Joined
Wed Aug 03, 2016 12:06 am

Post by straightlight » Wed Aug 03, 2016 4:26 am

DestinationDesigns wrote:no i notice, it is not saving all of the options. and trimming some off.
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.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON
Who is online

Users browsing this forum: No registered users and 3 guests