![]() |
|
ZenphotoPress: Zenphoto plugin for WordPress - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: ZenphotoPress: Zenphoto plugin for WordPress (/thread-1802.html) |
ZenphotoPress: Zenphoto plugin for WordPress - Simbul - 2009-07-18 It may be due to your webserver configuration. To activate debug mode, see the FAQ: http://wordpress.org/extend/plugins/zenphotopress/faq/ ZenphotoPress: Zenphoto plugin for WordPress - samantha0401 - 2009-07-18 I made that change to the classes.php file. Here is what I get when click the ZP button in a new post window: ZenphotoPress Messages INFO PHP Version: 5.2.9 INFO Current working directory: /home1/rickand1/public_html/theblog/wp-content/plugins/zenphotopress/tinymce INFO POST: INFO GET: Array ( [tinyMCE] => 1 [ver] => 3241-1141 ) INFO ZenphotoProxy method: cURL INFO ZenphotoProxy call: http://rickandsamantha.com/theblog/wp-content/plugins/zenphotopress/zenphoto_bridge.php?function=get_albums&admin_path=/home1/rickand1/public_html/802photography/zp-core ZenphotoPress: Zenphoto plugin for WordPress - Simbul - 2009-07-19 I think I see the problem, here: your theblog/ directory is password-protected. ZenphotoPress needs to communicate with a specific php page (zenphoto_bridge.php) to get info from Zenphoto. Given that ZPP doesn't know the password, it can't access the page and thus cannot get any data. ZenphotoPress: Zenphoto plugin for WordPress - dinofx - 2009-08-01 Hi Simbul, How about setting up zenphoto and wordpress in the same server but on two different sub-domains? ie, my wp is at blog.example.com and my zenphoto is at gallery.example.com? zenphoto url: http://gallery.example.com i tried to configure zenphotopress, but it never accept the url and admin path above. By the way, I'm using wp 2.8.2 and zenphotopress 1.5.3. Thanks. ZenphotoPress: Zenphoto plugin for WordPress - Simbul - 2009-08-02 Theoretically, everything should work fine. Are you sure of the path? Is everything readable, permission-wise? ZenphotoPress: Zenphoto plugin for WordPress - dinofx - 2009-08-02 Hi Simbul, I'm very much sure that the path is correct and everything is readable since the zenphoto (gallery.example.com) itself is accessible and as you said, theoretically, it should work in this kind of setup. I even tried to change the dir recursively to world readable but still fails. Do you think this is a wp 2.8.2 issue? Thanks. ZenphotoPress: Zenphoto plugin for WordPress - Simbul - 2009-08-04 No, I don't think it's a WP issue. That error message pops out when the admin path is not a directory on the filesystem (it actually uses the PHP is_dir() function), so it's kinda hard to tell why it would have issues with an existing directory. Could you provide some more info on your server setup? You can drop me a mail if you don't want to post in on a public forum ZenphotoPress: Zenphoto plugin for WordPress - stef404 - 2009-08-08 Hi Simbul, When I enter the Proxy call, I get the following error message: I'm using the recent ZP 1.2.6 RC2 version, which places the zp-config.php in the new folder zp-data. I think the function $zp_admin_path links to the wrong directory. Update Thank you very much for your efforts! ZenphotoPress: Zenphoto plugin for WordPress - acrylian - 2009-08-08 The ZenphotoPress: Zenphoto plugin for WordPress - Ipstenu - 2009-08-11 If you change your zenphoto 'admin' area on WP from zp-core to zp-data, it appears to work fine. This is caused, as acrylian said, by ZenPhoto moving the config file from zp-core into zp-data. Before After: ZenphotoPress: Zenphoto plugin for WordPress - stef404 - 2009-08-11 Hi Ipstenu, could you please explain in detail where to change the path? Thanks ZenphotoPress: Zenphoto plugin for WordPress - Ipstenu - 2009-08-11 Go to the config page for the plugin ( http://yourdomain.com/wordpress/wp-admin/options-general.php?page=zenphotopress/zp_config.php ) It's the second option on the top of the page ZenphotoPress: Zenphoto plugin for WordPress - stef404 - 2009-08-12 Ah, thanks a lot. I tried to find that phrase within the code. But it is a lot easier to change the value on the plugin options page ZenphotoPress: Zenphoto plugin for WordPress - komatome - 2009-08-17 Hi everyone (Simbul especially), First of all, the plugin is very awesome. I am implementing it right now to make a blog of nothing but pictures. However, because I am making plans on heavily using it to the extent where I have to use one album per blog post, I was wondering if there's any way to apply hierarchy on the album drop down menu. Because I plan to create an album per blog post, I'm a bit concerned that the drop down menu will get overpopulated. I was thinking of making use of subfolders where each album I make will be placed. Is there anyway to have a menu that will first prompt for a folder, then prompt for a subfolder so that all my albums don't show on the drop-down at the same time? ZenphotoPress: Zenphoto plugin for WordPress - Simbul - 2009-08-23 @komatome: yes, there's a way. Actually, it's already implemented in the Development Version (see http://wordpress.org/extend/plugins/zenphotopress/download/ ). @everyone else: I'll try to release a new version ASAP, to fix compatibility with 1.2.6. ZenphotoPress: Zenphoto plugin for WordPress - micheall - 2009-08-26 First, excellent plug-in! It's just what I needed to be able to move away from G2. One suggestion though. Would it be possible to add an option to the admin page so you can link directly to image? Right now the "link to image" option goes to the image page. ZenphotoPress: Zenphoto plugin for WordPress - phoubar - 2009-08-28 I'm having problems with the plugin. Could someone help? ZenphotoPress Messages INFO PHP Version: 5.2.9 INFO Current working directory: /home/phoubarc/public_html/wp/wp-content/plugins/zenphotopress/tinymce INFO POST: INFO GET: Array ( [tinyMCE] => 1 [ver] => 3241-1141 ) INFO ZenphotoProxy method: cURL INFO ZenphotoProxy call: http://phoubar.com/wp/wp-content/plugins/zenphotopress/zenphoto_bridge.php?function=get_albums&admin_path= ZenphotoPress: Zenphoto plugin for WordPress - micheall - 2009-08-29 @phoubar had the same issues at first, it's because zenphoto is storing zp-config.php in zp-data folder instead of the zp-core. Until the code is changed could either copy it over to zp-core, or point it at the zp-data folder. I just copied it back fo the zp-core folder for now, works fine. ZenphotoPress: Zenphoto plugin for WordPress - Simbul - 2009-08-31 Here we are, guys: [b]ZenphotoPress 1.6[/b] is out. http://wordpress.org/extend/plugins/zenphotopress/ The most interesting changes:
As usual, let me know if everything works for you ZenphotoPress: Zenphoto plugin for WordPress - stef404 - 2009-08-31 Hi Simbul, I deactivated the old version, deleted all zenphotopress files and copied the new ones, activated the plugin and it works without any modifications - just as expected. Btw: I'm running my site with the latest versions of wordpress and zenphoto. Thank you very much! |