when I try to open the configuration page of the rt_reflex template parameter, the system displayes the following error message:
Fatal error: Out of memory (allocated 20185088) (tried to allocate 344647 bytes) in /xxxxrootxxxx/libraries/rokcommon/phpQuery.php on line 763
Searching for this error gave hints to the memory_limit settings of php.ini - OK I checked this value via the Systeminformation page in Joomla Admin backend. The information displays "memory_limit local-value=128M master-value=90M"
Following the version info:
PHP-Version 5.2.17
Webserver Apache
PHP-Interface für den Webserver cgi-fcgi
Joomla!-Version Joomla! 2.5.5 Stable [ Ember ] 18-June-2012 14:00 GMT
Joomla!-Plattform-Version Joomla Platform 11.4.0 Stable [ Brian Kernighan ] 03-Jan-2012 00:00 GMT
Gantry: 3.2.19
rt_reflex : 1.6.4
Most unusual. Although local says 128M you are limited to max by Master at 90M yet the error message is suggesting that you are out of memory at just over 20M. Is this a shared server? Perhaps someone else was hogging memory at the time?
Or perhaps it could be because you are using Joomla 2.5.5 which was immediately replaced with 2.5.6 due to some changes that broke many extensions for many developers. :shock:
If this resolves your problem then please edit your first post in this thread by adding SOLVED at the start of the title and then select the green tick icon. This lets the moderators know that it can be moved to the solved section.
Thanks for your cooperation
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
I updated to Joomla 2.5.6 - nothing changed. I tried to open the template parameter site several times - each time the same error - so I think it is not a problem of memory allocation limit cause of parallel shared access.
I found out that "memory_limit" is set in some php code parts via ini_set() - I check this in the next days by insert debug output in the php code.
OK, my hoster set a own memory_limit to 20MByte - not expandable by php.ini
OK after calling support they offer me a upgrade to a actual package - more features (60MByte memory limit), less costs... - ok no topic for this forum.
Glad you found a solution and thanks for posting it back as it may help others
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information