nurpax / saastafi

Automatically exported from code.google.com/p/saastafi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wp-admin pages display an "Access Forbidden" error after upgrade to WP 2.2

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Go to admin pages

What is the expected output? What do you see instead?

I see:

8< --
Access forbidden!

You don't have permission to access the requested object. It is either 
read-protected or not 
readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403

www.saasta.fi
Tue Jul 24 18:32:12 2007
Apache/2.0.54 (Debian GNU/Linux)
8< --

I have no idea what's causing this.  Maybe PHP 4 vs PHP 5 compatibility issue?  
Cannot access 
web server logs, so it's hard to debug.

The bug doesn't show up on test server which uses PHP 5.

Original issue reported on code.google.com by jjhel...@gmail.com on 24 Jul 2007 at 3:33

Fixed in r52, removed devnews section from wp-admin.  It was failing for some 
reason.  We think it's a PHP 4 
vs PHP 5 issue, but we're not sure.

--- trunk/saasta/wp-admin/index.php     (revision 51)
+++ trunk/saasta/wp-admin/index.php     (working copy)
@@ -7,7 +7,6 @@
 Event.observe( window, 'load', dashboard_init, false );
 function dashboard_init() {
        var update1 = new Ajax.Updater( 'incominglinks', 'index-extra.php?jax=incominglinks' );
-       var update2 = new Ajax.Updater( 'devnews', 
'index-extra.php?jax=devnews' );
        var update3 = new Ajax.Updater( 'planetnews', 'index-extra.php?jax=planetnews'  );
 }

Original comment by jjhel...@gmail.com on 24 Jul 2007 at 4:47

  • Changed state: Verified