Hey Gamedude
I have the paths set as
base path http://mysite/zenphoto and the
admin path /home/twendysp/public_html/zenphoto/zen
and I still get a blank pop up page. It says the path has been saved successfully.
Not sure where I have gone wrong.
I as well have a working installation of zenpress 1.2 and wordpress 2.1 with zenphoto 1.0.7. It works fine for me (although the previous zenpress version worked as well - but I figured I'd upgrade since others were having trouble).
The base and admin paths were correctly detected, although since it was an upgrade and not a clean installation, it's not the best test of this.
@twendy- you might try turning off any other plugins you have installed and see if that doesn't correct the problem. sometimes plugins don't interact well in wordpress, and you might have a plugin that is interfering with zenpress.
I seem to be having the same problem as twendy. BRB, going to turn off all plugins except for Zenpress. Didn't fix it.
I am using Zenpress 1.2, Wordpress 2.1, and Zenphoto 1.0.7. Zenphoto is working normally and my Wordpress installation is working normally too. I have configured the Zenpress options properly. I have this problem with any theme I try.
Here is a copy and paste of the error I see inside of the Zenpress pop-up window:
[b]
Warning: main(wp-content/plugins/wp-contact-formwp-admin/admin.php) [function.main]: failed to open stream: No such file or directory in /mydomainsfolder/main/wp-content/plugins/zenpress/tinymce/popup_zp.php on line 41
Fatal error: main() [function.require]: Failed opening required 'wp-content/plugins/wp-contact-formwp-admin/admin.php' (include_path='.:/usr/local/lib/php') in /mydomainsfolder/main/wp-content/plugins/zenpress/tinymce/popup_zp.php on line 41
[/b]
Any ideas? Thanks much, Zenpress + Zenphoto are wonderful!
Looks like you still have some trouble with a Wordpress plugin that is interfering. wp-contact-form is a wordpress plugin you have installed (but maybe not active) right?
Hmmm. You might also try completely removing that wp-contact-form plugin from the Wordpress plugin directory and see if that doesn't shed some light on the issue.
Try that, and let us know. Maybe Simbul has some ideas?
Good thought, I am going to try removing the wp-contact-form plugin directory and see what happens. I will try to follow up here. (by the way this is Douglas Karr's version of the plugin - http://douglaskarr.com/2006/09/22/wordpress-contact-form-with-spam-protection/).
Not too sway you from a plugin, but I use the Secure and Accessible Contact Form located at http://green-beast.com/blog/?page_id=136 which is very feature rich and themable. Seems to work well with 1.0.7, Wordpress 2.1 and stuff.
BTW Simbul-
I added your plugin information to the wiki at http://www.zenphoto.org/trac/wiki/ZenphotoPlugins It's so nice to have a wiki back. I feel so organized now....
thinkdreams,
Thanks for the tip on Secure and Accessible Contact Form! It works great and is compatible with Zenpress!
Thanks!
@ethoslight
You are most welcome. enjoy.
No go for me Simbul. I deactivated and even deleted all of my other plug-ins.. but still get a blank screen when I try to activate.
This is the same case on a fresh install and an upgraded install for me. Doesn't work on either.
I am on IIS and MySql (Windows).. no problem getting the earlier version working.. just can't get this one to work.
Hi, first of all thanks for the great gallery code and the WP plugin.
For some (if not all) of you who experience a blank page after you activate the plugin, there is a simple remedy (which could actually be adopted by Simbul):
Prior to activating the plugin, open the file /wp-content/plugins/zenpress.php and change the line 114 from this
`
Thanks Retal. That's probably it.
Tristan mentioned a while back that he was moving his code for Zenphoto to include only `
In case no one knew, this is the longest thread in the entire forum :-) Keep up the good work!
And yes, some servers don't support php "short tags" so most projects can't use them in their code, including for plugins or themes. We may want to put a note about that in guidelines...
Perfect material for GameDudex's Theme Tutorial.