Hi I have noticed on 2 of my shops running 1.5.1 sometimes when you edit products, options disappear or dont load properly. If you refresh the page they show again.
Any ideas?
Has this been fixed in the latest version?
Any ideas?
Has this been fixed in the latest version?
This is related to older versions of vQmod. Get version 2.1.5 and this will go away:
http://forum.opencart.com/viewtopic.php ... ad#p218172
If you are still seeing it after upgrading to 2.1.5 vqmod, then the pseudo-cache in vQmod 2.1.5 may not be long enough. You can use the vQmod "UseCache" method and that should fix it.
if you are using useCache with vQmod or not using vQmod at all and still seeing this, then you may be reaching your server's max post size or max execution timeout, in which case you must have like 50 options and you are just posting too many fields.
http://forum.opencart.com/viewtopic.php ... ad#p218172
If you are still seeing it after upgrading to 2.1.5 vqmod, then the pseudo-cache in vQmod 2.1.5 may not be long enough. You can use the vQmod "UseCache" method and that should fix it.
if you are using useCache with vQmod or not using vQmod at all and still seeing this, then you may be reaching your server's max post size or max execution timeout, in which case you must have like 50 options and you are just posting too many fields.
I like the on the fly updating idea, but really all you would need to do to more or less eliminate this issue is to only pull the values list once for each option and reuse it instead of pulling it every single time an option value is loaded, especially when you are talking about the initial load.Qphoria wrote:I am actually seeing this issue now where vQmod is NOT installed, but there are like 60+ options. I think we need to change the way this form works to make each option save to the database separately and only show the text row as this is only going to get worse as more fields are added
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
But then you still run into max_post_upload limitations on some servers... options add so many fields and if you have a lot then you are risking running into that problemXsecrets wrote:I like the on the fly updating idea, but really all you would need to do to more or less eliminate this issue is to only pull the values list once for each option and reuse it instead of pulling it every single time an option value is loaded, especially when you are talking about the initial load.Qphoria wrote:I am actually seeing this issue now where vQmod is NOT installed, but there are like 60+ options. I think we need to change the way this form works to make each option save to the database separately and only show the text row as this is only going to get worse as more fields are added
But then you still run into max_post_upload limitations on some servers... options add so many fields and if you have a lot then you are risking running into that problemXsecrets wrote:I like the on the fly updating idea, but really all you would need to do to more or less eliminate this issue is to only pull the values list once for each option and reuse it instead of pulling it every single time an option value is loaded, especially when you are talking about the initial load.Qphoria wrote:I am actually seeing this issue now where vQmod is NOT installed, but there are like 60+ options. I think we need to change the way this form works to make each option save to the database separately and only show the text row as this is only going to get worse as more fields are added
yeah I do like the idea of individual updates, but at the very least we need a bandaid on this problem. It never should have been done that way to begin with.
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Who is online
Users browsing this forum: No registered users and 9 guests