Does the SBA to POSM converter in zc 2.1.0 require a working version of SBA to convert to POSM, or just the SBA tables? Should problems with POSM in zc 2.1.0 be written up in the zen cart GitHub or somewhere else?
Thank you,
Dave
Does the SBA to POSM converter in zc 2.1.0 require a working version of SBA to convert to POSM, or just the SBA tables? Should problems with POSM in zc 2.1.0 be written up in the zen cart GitHub or somewhere else?
Thank you,
Dave
The following error appears when the Options Stock - View All is selected. Development store is ZC 2.2.2 and PHP is 8.3.12
[04-Jun-2026 09:53:23 Europe/Athens] PHP Fatal error: Maximum execution time of 60 seconds exceeded in /zc_plugins/POSM/v6.1.1/admin/includes/classes/PosmViewAll.php on line 111
[04-Jun-2026 09:53:23 Europe/Athens] Request URI: /macadmin!/index.php?cmd=products_options_stock_view_all, IP address: 212.50.97.23
--> PHP Fatal error: Maximum execution time of 60 seconds exceeded in /zc_plugins/POSM/v6.1.1/admin/includes/classes/PosmViewAll.php on line 111.
ALSO the following appears constantly from the debug log
products_options_stock_observer: STOCK_CHECK: true, STOCK_ALLOW_CHECKOUT: true, STOCK_LIMITED: true
For the maximum execution time issue, how many entries are present in the products_options_stock and products_options_stock_attributes tables? You could try updating the admin's maximum execution time by changing the value in Configuration / My Store / Admin Set max_execution_time for processes to a value greater than 60.
For the 'debug log', you've apparently got Configuration / Options Stock Manager / Enable debug? set to 'true'.
... also, for the Fatal error, what's the value set for Configuration / Options Stock Manager / View All: Maximum Products/Page?
Hi Cindy,
The Maximum Products/Page is 20. I only added 2 products in the POSM with around 300 combinations total. Even when I deleted the product combinations the selection to view is crashing. I tried to reset the plugin by uninstalling and installing again without success. I have transfer a database from 1.5.7 installation and I had to manually create the SKU and the initval.
Try reducing the products/page to 5; if that doesn't work, also update the max-execution-time to 120. That's a lot of combinations for 2 products!
I reduced to 5 and put the time to 240 and also deleted all existing combinations. The problem still remains.
How can I totally uninstall the plugin and remove the database entries also. So I can reinstall it clean.
What is the recommended max number of combinations per product? Can I have attributes not included in the POSM? I have up to 6 attribute combinations. Can I leave for example the Keyboard language to be selected outside the POSM?
I am not interested for counting the stock as this specific product combinations are used for factory orders.
We do not even use part numbers for this combinations.