Pages (14):    1 8 9 10 11 12 14   
Member
Member
charlesb   2009-11-03, 05:24

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,,

Member
Member
jley   2009-11-03, 05:57

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...

Member
Member
Simbul   2009-11-03, 18:19

@jley: What's your host/server config?

@charlesb: thx for sharing, I'll run some tests with that configuration.

Member
Member
jley   2009-11-04, 08:26

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?

Member
Member
Simbul   2009-11-07, 17:33

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

Member
Member
Walter   2009-11-07, 20:02

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:

http://www.teresaahedo.com/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMCE=1&ver=3241-1141

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!

Member
Member
Simbul   2009-11-09, 22:21

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.

Member
Member
pekuja   2009-12-10, 04:54

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.)

Member
Member
Simbul   2009-12-10, 11:09

Yes, you're right. It has been in the list of TODOs for quite some time, but lately I'm too busy to start trimming that list.
It's definitely coming, anyway

Junior Member
Junior Member
phrique   2009-12-15, 03:51

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

Member
Member
Simbul   2009-12-15, 10:07

I didn't have time to check ZPP with 1.2.7 yet. Anyone else experiencing this?

Member
Member
Ipstenu   2009-12-15, 15:28

I have ZP 1.2.7 and WP 2.8.6 and it's all happy days and sunshine.

Member
Member
timmyboyyy   2009-12-17, 22:50

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?

Member
Member
timmyboyyy   2009-12-18, 00:30

Problem solved by downgrading ZPP to 1.6.

Member
Member
navjotjsingh   2009-12-25, 12:02

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.

Administrator
Administrator
acrylian   2009-12-25, 12:14

Not my plugin but

  1. You probably have to adjust the CSS of your theme.

  2. Clear the page cache if you using the WP super cache for example.

Member
Member
navjotjsingh   2009-12-25, 13:17

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.

Member
Member
navjotjsingh   2009-12-25, 13:19

EVen tried purging the ZP Image Cache..and still the same 8 got selected.

Member
Member
navjotjsingh   2009-12-25, 13:48

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.

Administrator
Administrator
acrylian   2009-12-25, 14:48

ID is the order Zenphoto discovers the images. The date may not reflect that if included in the images itself via EXIF etc.

Pages (14):    1 8 9 10 11 12 14   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.