Recent Topics

1 Oct 01, 2008 13:52    

My b2evolution Version: Not Entered

Brand new installation with the latest software.

Works fine. Created another user in administrators group.

Everything is working fine. But when i login as admin, i receive a blank page with only in the upperright an icon admin. When i login with my other user , everything is showing perfectly.

Does anyone have a workaround this or a fix.

Thanks in advance for your cooperation

Regards

4 Oct 02, 2008 02:05

Thanks i will try that tomorrow

5 Oct 02, 2008 18:14

Did not work so. i am pasting the part of the file _user.funcs.php that i have a problem with.

if( $is_admin_page )

{

if( isset( $Blog ) )

{ // Go to the home page of the blog that was being edited:

line 250 $redirect_to = $Blog->get( 'url' );

}

else

{ // We were not editing a blog...

// return to global home:

$redirect_to = url_rel_to_same_host( $baseurl, $htsrv_url_sensitive);

// Alternative: return to the login page (fp> a basic user would be pretty lost on that login page)

// $redirect_to = url_rel_to_same_host($admin_url, $htsrv_url_sensitive);

}

}

Thanks in advance for your help


Form is loading...