Newest wordpress 2.3.1 , host bluehost Apache version 2.2.6 (Unix)
PHP version 5.2.5 MySQL version 5.0.37-standard-log
I have followed instructs - believe I did everything. working gallery2 (the two plugs needed are by default on) working wordpress, WPG2 in pluggins, on activating and then clicking the tab nothing happens where I am supposed to be getting the WPG2 status. If I click the next tab over i get the screen and it says valid - but I don't think so as there is no path existing as it mentions in the URL to WPG2 Output: ; and the other tabs all say:Options not available until WPG2 Plugin is Validated.
What do you suggest?
Thanks! dan
Posts: 1378
Sounds like you are running out of php memory.. Please have a read of this link
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo
Posts: 4
Thanks for the help!
my .htaccess currently has this in it:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Where should I add it? edit - it being the statement "phpvalue memorylimit 32M" (no quotes)
Posts: 1378
First line in the .htaccess would be the best..
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo
Posts: 4
My host (bluehost) provides access to php.ini which is supposed to override their default settings - although it is not working or it is limiting the phpvalue memorylimit to 20M no matter what I put in there. I have a message to them (support) and will update this thread with their answer.
other: since I have the gallery installed fine on it's own, is there another way to run that first step for integrating it with Wordpress?
Posts: 4
Running out of memory -
SOLVED ! ! ! bluehost hasn't got back to me yet but I figured it out.
Bluehost allows you to change the default limits using a php.ini file - but the thing to note is that it is a per directory thing, so I needed the additional memory in the dir
/public_html/gallery2/lib/smarty because that is where the script is running that was coming up short. so that is where I had to copy the modified php.ini to to have it's changes take effect.
Posts: 6
I'm using WP 2.3.1, Gallery 2.2.2, WPG2 3.0.2 with Apache 1.3.34 (Unix), PHP 4.4.7, and MySQL 4.1.22-Standard hosted by Verve Hosting. After enabling and disabling WPG2 repeatedly for a few days now, I was finally able to get the WPG2 admin pages to show up so I could edit the paths - and then although the tab said it was validated, nothing worked and now the WPG2 pages are nothing but blanks again.
WP-Gallery-WPG2 worked great for me until about a week ago - the photos stopped showing up at all, so I upgraded the version of WPG2 and WP. I tried adding the memory setting to htaccess - but got errors on any WP admin page with that in place.
Even though I had it saying validated paths at one point, the site itself still points to nowhere.
http://www.hudsonsedge.com/journal/
gallery install: http://www.hudsonsedge.com/pics/gallery2/
Apparently my upgrade to G222 didn't succeed - ignore the above. Argh.
Posts: 1378
No problems, did you get it working..
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo
Posts: 6
Unfortunately, no, I'm back to where I was here: http://gallery.menalto.com/node/67420
It says I've upgraded to Gallery 2.2.2 when I do the upgrade pages, but because it sees URL Rewrite 1.1.13.2 as a higher unknown than the 'latest' of 1.1.13, it still isn't happy. Now I remember why I gave up back then. ;)