Displaying Fatal Error if using switchimage
Posted: 18 Jan 2009, 21:44
Hi to everyone reading this topic.
I' m using the Phoca Gallery Plugin to display Images in my content.
Every display method works fine. Except of the switchimage method.
If I use this method i get a fatal error:
Fatal error: Call to undefined method PhocaGalleryHelperFront::switchimage() in /mnt/web7/52/84/51807884/htdocs/fewo/plugins/content/phocagallery.php on line 757
It's this php-line (757):
Does anyone know, whats wrong?
Thanks in advance for your help.
DimiKoeln
p.s. By the way. Is there a method to center Images in the content if the plugin method shadowbox is used?
I' m using the Phoca Gallery Plugin to display Images in my content.
Every display method works fine. Except of the switchimage method.
If I use this method i get a fatal error:
Fatal error: Call to undefined method PhocaGalleryHelperFront::switchimage() in /mnt/web7/52/84/51807884/htdocs/fewo/plugins/content/phocagallery.php on line 757
It's this php-line (757):
Code: Select all
$document->addCustomTag(PhocaGalleryHelperFront::switchImage($waitImage));
Thanks in advance for your help.
DimiKoeln
p.s. By the way. Is there a method to center Images in the content if the plugin method shadowbox is used?