Cannot access Admin Plugins Page
gietl
Joined: 2006-02-23
Posts: 12 |
Posted: Mon, 2007-11-19 22:02 |
I am able to access the Admin section just fine, I am using the default WP theme and the Siriux G2 Theme. Everything else appears to be fine. While viewing the G2 admin page if I click on the Plugins link it attempts to hit the following url: http://www.----.com/wpg2?g2_view=core.SiteAdmin&g2_subView=core.AdminPlugins&g2_navId=xe8dd5e41 I just get a blank page. I should add, if I access the G2 Admin going straight to gallery (non embedded) the plugins link works fine and the URL is: Here are my server details: Gallery version = 2.2.3 core 1.2.0.5 |
|
Posts: 1378
Do you have the Gallery2 rewrite module activated? Your URL looks correct I would expect to see something like that.. When you get the blank page, if you hit refresh what happens??
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo
Posts: 12
I do have the module activated, but not for admin. Even if I disable it, clear the database and template caches as well as clearing the cookies, cache and history in my browser it is the same experience. Even with the classic theme in G2.
Posts: 1378
Ok lets take this in steps..
Navigate over to the WPG2 Options -> Gallery2 rewrites and turn them off..
Then try to navigate to the Gallery2 Site Admin via your WPG2 Output Page..
(I presume you can navigate/view photos ok in the WPG2 Output page?)
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo
Posts: 12
Everything else appears to be working fine, except for the G2 admin plugins page
I have done this a few times already, but to aide in the troubleshooting process I have done it again. Blank (white) page.
Posts: 1378
I think I need to see this first hand, Can you please create a Wordpress Admin Account and PM me the details so I can examine what is happening.
Thanks..
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo
Posts: 1378
Thanks for the PM. I had a look at your site and since the Admin Panel is loading correctly it looks like just for the plugin page that you are running out of php memory..
Have a look at this FAQ Entry
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo
Posts: 12
Gave that a shot, but it just hoses up my site and gives me a "server error" error page. Doesn't matter if I add it before or after all the wordpress junk.
Posts: 314
gietl, sounds like phpvalue overrides are not allowed in your .htaccess. You would have to ask your host to adjust this.
I'm having the exact same problem, but for me it occured after my website was moved to a different server. More specifically, an upgrade from PHP 4.x to PHP 5.2.5. The memory limit is set to 32MB, which should be enough, but I'll ask to increase it, just to be sure.
If any other solutions come up, let me know.
Posts: 314
This problem got resolved for me with help of my host, but you might be able to do it yourself.
The trick is to increase the php memory limit to 64MB. At first the php.ini file to accomplish this was placed in the g2 folder, but this had no effect. When it was placed in my WordPress folder (equals web root in my case) the Plugins page displayed as before. The php.ini file only has the following line:
memory_limit = 64M
Hope this fixes your problem too.