Is there hope for a plugin that supports both the current release of WordPress as well as ZenPhoto?
]]>I’ve tried everything to get this plugin working but it’s not. Any shortcode I use, I get this error on the screen:
Warning: Invalid argument supplied for foreach() in ..wordpress\wp-content\plugins\zenphoto-gallery\gallery.inc.php on line 51
It appears it’s not getting any results. The gallery url is correct and the rss feed seems alright.
]]>I copied the json.php file to the root of my zenphoto site as per your install instructions. Activating the plugin breaks the wordpress dashboard. I have to use cPanel file manager to change the name of the folder zenphoto-gallery is located to get WP to deactivate the plugin.
]]>I am trying to implement the Zenphoto Gallery plugin. I have WP v. 3.2.1 and Zenphoto v.1.4.0.4.
I can add a single image or a custom gallery to my post, but I cannot get Album Gallery to work. Each time I get the error:
Warning: Invalid argument supplied for foreach() in …/wp-content/plugins/zenphoto-gallery/gallery.inc.php on line 51
Unfortunately I am not a programmer and do not know what this means. I do know how to open the files and edit code though if anyone knows what I need to do.
Thank you for any assistance.
]]>Thanks for the cool plugin. Seems like it has a lot of potential.
After configuring the path in options, I get a message regarding fopen. I don’t have fopen enabled on my server. Can you think of any ways to use curl instead?
Many Thanks.
]]>I would like to add pictures from Zenphoto into the sidebar. I’ve tried this plugin, but can’t find out if it is possible.
]]>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 versions
P.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.
Hi, can you let me know how I can change this? I want to totally remove all the boxes. Now the alignment is wrong and I have no idea what I am suppose to input to the style settings.
]]>When configuring the settings for the gallery options the max images per row field is required. On initial install it is blank and if you save your settings with it blank when trying to use galleries it will throw quite a few division by zero errors. After giving it a value the errors go away.
]]>