zulan (@zulan)

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Ok, I’m not sure wich value you need so I’ve copied all the admin stuff from the db, I’m integrated so this is wp_usermeta.

    1 1 nickname admin

    2 1 rich_editing true

    3 1 admin_color fresh

    4 1 wp_capabilities a:1:{s:13:”administrator”;b:1;}

    5 1 wp_user_level 10

    21 258 admin_color fresh

    20 258 rich_editing false

    Chrishajer: Thanks for helping out. I have tried clearing the cache and I’ve tried both IE7 and FF3, doesnt change anything.

    Regarding the path, line 41 says:

    require_once(‘../wp-blog-header.php’);

    I have tried using this instead:

    require_once(‘/var/www/www.zulan.se/wp-blog-header.php’);

    And then the error goes away, but as soon as I press the “Admin” link next to my login name and Log Out it just takes me back to the first bbpress page located at http://www.zulan.se/bbpress/

    Nah, still didnt work. If I dont use require_once(‘../wp-blog-header.php’); I cant get to the admin page, it just redirects to the bbpress frontpage. And if I use it, I get:

    Warning: require_once(../wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/www.zulan.se/bbpress/bb-config.php on line 41

    Fatal error: require_once() [function.require]: Failed opening required ‘../wp-blog-header.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/www.zulan.se/bbpress/bb-config.php on line 41

    Just like Globetrotterdk I dont have AUTH_SALT and LOGGEDINSALT at all in my wp-config.php. I created a lab site just to check and it’s not there either. I’ll try and just enter in manually into both of the config files.

    I follow this with great interest since I have almost the same problem. I dont even see the admin admin, I only have one admin and that is my account since if I try to use it I get to edit my profile. I’ve tried entering the path http://www.zulan.se/bbpress/bb-admin/ but it only takes me to the first page :-(

    I have checked my AUTH_KEY, SECURE_AUTH_KEY AND LOGGED_IN_KEY and they are for sure the same since I havent changed them. So both my wp and bb config says like this:

    define(‘AUTH_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase.

    define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase.

    define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase.

Viewing 5 replies - 1 through 5 (of 5 total)