1 newb2evo Oct 01, 2008 13:52
3 tilqicom Oct 01, 2008 19:43
just taking my chances..
take a look at [url=http://manual.b2evolution.net/FAQ_:_After_Installation#When_I_do_xyz_I_just_get_a_blank_page_or_only_a_half_page]this[/url] and check which php version are you using and in addition go to admin > tools > system and check if everything is ok(green) there
4 newb2evo Oct 02, 2008 02:05
Thanks i will try that tomorrow
5 newb2evo 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
[Wed Oct 01 08:32:03 2008] [error] [client 10.1.10.50] PHP Fatal error: Call to a member function get() on a non-object in /srv/www/htdocs/blogs/inc/users/model/_user.funcs.php on line 250, referer: http://athena.brebeuf.qc.ca/blogs/admin.php