Fatal error with phoca gallery 2.2.x

Phoca Gallery - image gallery extension
javier.arias
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 23 Mar 2009, 14:18

Fatal error with phoca gallery 2.2.x

Post by javier.arias »

Hello. I get this error when I click on Themes in Phoca Gallery back-end:

Code: Select all

Fatal error: Call to a member function children() on a non-object in /var/www/hotelplayadelasllanas.com/administrator/components/com_phocagallery/views/phocagalleryt/view.html.php on line 50
This happens either with latest stable and beta versions, on Joomla 1.5.9 and no other components installed. All other views in the back-end are working propertly. Any idea on how to solve this? thanks.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Fatal error with phoca gallery 2.2.x

Post by Jan »

Hi, there is:

Code: Select all

if(!is_null($manifest->document->children())) { 
I have tested it without any problems, try to check if e.g. something is not missed in your Joomla! installation ???

Jan
If you find Phoca extensions useful, please support the project
javier.arias
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 23 Mar 2009, 14:18

Re: Fatal error with phoca gallery 2.2.x

Post by javier.arias »

Hi. I've just tested it on a new Joomla 1.5.10 installation (full install, not an update), under PHP5, and Phoca Gallery latest stable (2.2.0) and unstable (2.2.3) versions. No other third-part components are installed. I can't figure out why is this not working. I have some functions disabled in php.ini, but I don't think the problem is there: exec, system, shell_exec, passthru, proc_open, posix_uname, posix_getuid, posix_getgid, show_source, popen.

Anyways, it's not a very annoying problem, because I can change themes just by switching css files.

Thanks, I'll keep trying to find out where the problem is.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Fatal error with phoca gallery 2.2.x

Post by Jan »

Will be great to find the problem so I can do e.g. some fix (if needed)

Jan
If you find Phoca extensions useful, please support the project
Post Reply