WPG2 Blank validation page, please help!

AlternativePhot...
AlternativePhotography.com's picture

Joined: 2009-10-01
Posts: 150
Posted: Tue, 2010-01-12 20:04

I have a Gallery2 gallery, in a folder called /gallery/
I have my Wordpress 2.9.1 files in a folder called /wp/
I installed WPG2 3.0.7 plugin.
The validation page is blank. All i can access is the WPG2 Path page.
I tried the tricks here:
http://gallery.menalto.com/node/80561
I added:
[<?php php_value memory_limit 64M ; ?>
and
<?php php_value memory_limit 64M ; ?>
to my .htcaccess file but it gave me a 500 server error
I removed it and added:
AddType x-mapp-php5 .php
And the page is still blank.
There are some other stuff in the .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wp/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp/index.php [L]
</IfModule>
# END WordPress
No idea what it means.
Any idea how i can get the plugin to show my gallery, or if there is another way? I really appreciate any help.

 
leslienord

Joined: 2003-09-08
Posts: 75
Posted: Sat, 2010-02-06 12:40

I ran into some of the same issues. I had to deactivate every other plug-in I was using and I finally got it work. I haven't had any issues with my other installs of the WPG2 plug-in until now with this one particular site.

FYI - you are trying to add PHP code to your .htaccess file when you used <?php php_value memory_limit 64M ; ?>, I'll have to dig around, I saw the correct format somewhere.

Leslie
ps...I'm really disappointed that this plug-in is no longer being supported. It's been the ONLY one I have used for my Gallery2/WordPress integrations. It's been a while since I've had to post because it's always worked so well.

 
AlternativePhot...
AlternativePhotography.com's picture

Joined: 2009-10-01
Posts: 150
Posted: Tue, 2010-02-16 15:04

Thanks for your comments. I will be solving this another way... by "faking it" and redoing the header to make it look the same. Not a sleek option, but the only one i can see.