Phoca + Server2Go

Phoca Gallery - image gallery extension
benou33
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 31 May 2009, 13:24

Phoca + Server2Go

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca + Server2Go

Post 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 :-(
If you find Phoca extensions useful, please support the project
benou33
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 31 May 2009, 13:24

Re: Phoca + Server2Go

Post by benou33 »

Yes it was good that the memory allocated for Apache was not sufficient.
Post Reply