Page 1 of 1

Fatal error with phoca gallery 2.2.x

Posted: 23 Mar 2009, 14:23
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.

Re: Fatal error with phoca gallery 2.2.x

Posted: 30 Mar 2009, 14:27
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

Re: Fatal error with phoca gallery 2.2.x

Posted: 31 Mar 2009, 09:14
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.

Re: Fatal error with phoca gallery 2.2.x

Posted: 02 Apr 2009, 00:38
by Jan
Will be great to find the problem so I can do e.g. some fix (if needed)

Jan