[SOLVED] Avatar Panel Failing (Should Be Something...?) »  Show posts from    to     

Icy Phoenix


Old Support Topics - [SOLVED] Avatar Panel Failing (Should Be Something...?)



JacKThERiPPeR [ Fri 02 Mar, 2007 16:33 ]
Post subject: [SOLVED] Avatar Panel Failing (Should Be Something...?)
One question: should be something inside this code:
Code: [Hide] [Select]
elseif ( $mode == 'editprofile' || $mode == 'register' )
{
if ( !$userdata['session_logged_in'] && $mode == 'editprofile' )
{
redirect(append_sid(LOGIN_MG . "?redirect=profile".$phpEx."&mode=editprofile", true));
//redirect(append_sid(LOGIN_MG . "?redirect=profile.$phpEx&mode=editprofile&cpl_mode=reg_info", true));
}
include($phpbb_root_path . 'includes/usercp_register.'.$phpEx);
exit;
}

Thanks in advance, because this makes my avatar panel fail.


Zuker [ Fri 02 Mar, 2007 17:59 ]
Post subject: Re: Avatar Panel Failing (Should Be Something...?)
?

Please tell us a little more about your error


JacKThERiPPeR [ Sat 03 Mar, 2007 09:47 ]
Post subject: Re: Avatar Panel Failing (Should Be Something...?)
Well, whenever I enter the avatar control panel, it doesn't show anything below the header. That's it.


JacKThERiPPeR [ Sat 03 Mar, 2007 11:36 ]
Post subject: Re: Avatar Panel Failing (Should Be Something...?)
SOLVED: Added to .htaccess the line "php_value memory_limit 16M".




Powered by Icy Phoenix