[Plugin: Zenphoto Gallery] Pb with WP 3.1 and Zenphp 1.4
-
hello,
my config : WP 3.1 – Zenphoto 1.4.02
I have the same problem.
I find some modification to do in json.php :
require_once(dirname(__FILE__).’/zp-core/global-definitions.php‘); /// instead of folder-definitions.php
define(‘OFFSET_PATH’, 0);
require_once(ZENFOLDER . “/template-functions.php”);
require_once(ZENFOLDER . “/functions-rss.php”);
startRSSCache();
if (!getOption(‘RSS_album_image’)) {
header(“HTTP/1.0 404 Not Found”);
header(“Status: 404 Not Found”);
include(ZENFOLDER. ‘/404.php’);
exit();
}
require_once(ZENFOLDER .’/’.PLUGIN_FOLDER . “/image_album_statistics.php”); /// not found this file, even in previous versionsP.S : when I use zengallery with one image, I have the error code :
/suisse01/2006der-146.jpg.php was not found on this server.
Thanks for your help.
- The topic ‘[Plugin: Zenphoto Gallery] Pb with WP 3.1 and Zenphp 1.4’ is closed to new replies.