Page 1 of 1

Phoca + Server2Go

Posted: 31 May 2009, 13:29
by benou33
Hi,
All aboard forgive me my English but I am french.
That is my problem, I use Phoca gallery with Server2Go. But I can not see photos from the frontend of the site. I see the categories, but if I click on it I have this message:

Code: Select all

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6144 bytes) in D:\distribute_apache2.2\htdocs\libraries\joomla\utilities\simplexml.php(305) : eval()'d code on line 1
Here is the line 305 of the file simplexml.php

Code: Select all

//Update the stack
eval('$this->_stack[] = $name.\'[\'.(count($this->'.$parent.'->'.$name.') - 1).\']\';');
I can see some photos from an administration interface Phoca.
People knows how to solve this problem.
Thank you.

Re: Phoca + Server2Go

Posted: 03 Jun 2009, 21:38
by Jan
Hi, it seems like there is no enough memory for running Joomla! on your server. the simplexml.php in joomla framework doesn't have enough memory to run :-(

Re: Phoca + Server2Go

Posted: 03 Jun 2009, 22:30
by benou33
Yes it was good that the memory allocated for Apache was not sufficient.