Quantcast
Channel: Zenphoto forum
Viewing all articles
Browse latest Browse all 2917

mountain4life on "Zenphoto as a plugin, call to undefined function...."

$
0
0

So, I want to display the latest images on my index.php file wich is in my root directory (mysite.com/index.php).
Zenphoto is located at mysite.com/gallery/

I can't make this work, I've tried everything..

the code in my index.php is:

<?php
define('WEBPATH', 'gallery');
define('ZENFOLDER', 'zp-core');
require_once(WEBPATH . "/" . ZENFOLDER . "/template-functions.php");
?>

<?php printLatestImages(5); ?>

no matter what function I call, I get "call to undefined function" messagge.
I have the image_album_statistics plugin activated by the way.

Any help please?

Thanks


Viewing all articles
Browse latest Browse all 2917

Trending Articles