We have a googlebase module which works fine with OXID versions 4.4.x, but there is a problem in OXID 4.3.x where XML file does not generates more then 80 products and shows empty in backend. Couldn’t able to find out the problem.
Could anyone help me out what would be the problem.
I did not do the debugging and have not idea to debug on text editor, can you please provide some suggestions how to debug, so that I can check the error exactly.
Warning: Invalid argument supplied for foreach() in /var/www/shop/core/oxbase.php on line 1017, referer: http://shop.xyz.de/admin/index.php?stoken=88D6B6A3&cl=googlebase
[Thu Jul 19 14:46:15 2012] [error] [client 192.168.1.30] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8192 bytes) in /var/www/shop/core/oxutils.php on line 593, referer:
[client 192.168.1.30] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 91 bytes) in /var/www/shop/core/oxlist.php on line 420, referer:
hmmm… memory_limit is already set to 128M, to set it higher would make much sense.
A solution could be to write the module a way that the output will be made tick-wise - get 10 products and write them to the file, get the next 10 … etc.