Fatal error: Call to undefined function galleryview_show()
-
I’m porting my site to a new hosting provider and displayed a gallery in a widget on the homepage using a PHP Script Widget using the following code and works perfectly on the old site.
<?php $content = “[galleryview=id: 8; showPanels: true; showCaptions: true; showFilmstrip: true; panelWidth: 400; panelHeight: 400; panelScale: crop; transitionSpeed: 800; transitionInterval: 4000; fadePanels: true; frameWidth: 60; frameHeight: 40; filmstripPosition: bottom; pointerSize: 8; frameScale: crop; frameGap: 5; frameOpacity: 0.3; easingValue: swing; navTheme: light; startFrame: 1; pauseOnHover: true;]”;
galleryview_show($content);
?>Now I get “Fatal error: Call to undefined function galleryview_show()” showing up where the slide show should be.
Any thoughts? The Gallery itself looks fine and the sample code generator creates the sample slide show perfectly with all the images.
- The topic ‘Fatal error: Call to undefined function galleryview_show()’ is closed to new replies.