Hi,
i tried to install the Force Profileupdate on my PHPNuke 6.9 that i found here
http://stuff.mad-manne.de/phpBB/madM...A-0.1.0-DE.mod
everything is ok so far but when i log in and will be redircted to the edit profile page i get an 404 error.
in the adressbar it shows the following link
http://www.mysite.com/modules/Forums...&forceupdate=1
meaning modules/Forums/ is to much so that a 404 error comes.
I think it has something to do with this code i put in the index.php in modules/Forums
Code:
if ( $userdata['session_logged_in'] AND $userdata['user_force_profile_update'] )
{
redirect(append_sid("profile.$phpEx?mode=editprofile&forceupdate=1", true));
}
Can someone tell me how the the redicting URL have to look like ? :cry: :cry: