Thanks Simbul for the reply. I am able to replicate this problem with a single album only with two images in it, no password, "show=1". Here's the row from the albums table:
1,NULL,test,testing,,2007-10-28 15:03:52,,1,0,1,,NULL,,,NULL,0,0,1,,,0,0,NULL,,0,NULL,NULL,,0,3,,
Well, add me to the list of people who can't get any albums to show up in the dropdown list... I tried all the ideas further up in this thread. My only guess is that my host/server configurations won't let this work. I guess I could try some of the other plugins, but I don't think they work quite as well. Oh well...
Well, I tried the debug mode (problem = no albumns in drop-down). This is what I got:
INFO
PHP Version: 5.2.2
INFO
Current working directory: /hermes/web05/b1432/pow.jonathanley/htdocs/news/wp-content/plugins/zenphotopress/tinymce
INFO
POST:
INFO
GET: Array ( [tinyMCE] => 1 [ver] => 3241-1141 )
INFO
ZenphotoProxy method: cURL
INFO
ZenphotoProxy call: http://phlumf.com/news/wp-content/plugins/zenphotopress/zenphoto_bridge.php?function=get_nested_albums&data_path=/hermes/web05/b1432/pow.jonathanley/htdocs/gallery/zp-data
Not sure if I can decipher this. I checked my hosting to see if I had a password protected directory issue, but it listed no password protected directories anywhere on my site.
Any other ideas?
It doesn't look like a password-protection issue.
A guess: the PHP code in the ZenphotoProxy call chokes somewhere, but it doesn't return any info because error messages are disabled. Do you have access to an error log or something like it?
Also, try downloading the development version of ZPP: http://downloads.wordpress.org/plugin/zenphotopress.zip
Dear Simbul and the others,
I wrote yesterday here http://www.zenphoto.org/support/topic.php?id=6426 but I have seen that maybe this place is more appropriate.
I installed Zenphotopress but I get an error of 404 when I try to add a gallery in the post editor. The URL the editor loads when I click on ZP icon is:
The directory, and the full path is OK. Any hint of what the problem could be? I have deactivated the htaccess but is still not working properly.
Thank you very much in advance!
You mean you get a 404 in the popup that comes out when you click on the ZP icon?
I tried visiting the URL you posted (actually, I visited http://www.teresaahedo.com/wp-content/plugins/zenphotopress/ ) but it returned an (apparently) empty directory.
It may be a configuration of the webserver to avoid directory listing, but consider the possibility that the 404 actually means the files aren't there.
I really like embedding albums on WP pages with ZenphotoPress, but the problem is that it's not a very user friendly experience, because the popup UI doesn't allow me to add an album badge, and I can't seem to be able to figure out what my albums' id's are with anything but trial and error. Optimally, I would like to see an option to add an album badge from the UI exactly like with the sidebar widget. I hope this is an upcoming feature, unless I missed it and it's hidden somewhere.
(Accidentally posted this in the wrong thread first. Please bear with me.)
Hello All,
Been using ZPP for a while now, really cool solution. I upgraded to ZP 1.7 and now I'm getting this error...thoughts?
ZenphotoPress Messages
ERROR
Cannot connect to DB: Access denied for user '---'@'localhost' (using password: NO)
Of course, the '---' is actually a user name...
Note that there's no password protection on the data folder unless I'm missing some option in ZenPhoto itself.
Thanks,
P
I have a strange problem.
I use ZPP 1.2.7 and WP 2.8.6
In the popup the albums do appear.
But when I select an album, no images appear. When an album has more images than the limit, the links to page 2, 3,... do also appear. So the only problem is that i can't see (or select) the images of an album.
Anyone can help?
Problem solved by downgrading ZPP to 1.6.
2 Problems I see in ZenPhotoPress - firstly...all images are listed vertically in Sidebar widget. I mean, they should display columnwise...so around 5-6 thumbnails show in one row. Showing each thumbnail in its own line creates too long line.
And second problem is no matter how many images I upload, when showing recent images, it shows around 8 old images and only 2 latest images. Those 8 old images never change but only 2 images gets updated.
Using Latest Zenphotopress and WP 2.9.
Well the first behavior...should be modified in core...since displaying 10 thumbnails vertically is not elegant in any case IMO.
I don't use WP Cache Plugins...problem is in the plugin since it selects those 8 images everytime...even when I activate/deactivate/reactivate the plugin.
EVen tried purging the ZP Image Cache..and still the same 8 got selected.
Ok found the fix...instead of asking it to display by date which always bugs me, I have now modified it to show by ids in Descending order which will always work and always get the latest uploaded pics.