Hi,
today i tryed to co a complete clean reinstall with the 2004-01-11c Corepackage. The installation is completed without errors, but if i try to Login to the BE via the login.php i always get "404 - Page not found". If i change the url on that 404 Page to papwcms.php i'm in the system. And then i'm the user that tryed to login before.
I know that JMeyknecht had the same problem after he installed the Corepackage 11c. But while updating step by step to 11c all is working fine.
greetings
Christian
Login-Problems with Corepackage 2004-01-11c
Got it.
I found that error. It was an configuration error in my conf.inc.php.
If someone else is having that problem it could help you debugging and find your error if you insert in Line 119 in the login.php (just before sending the header)
Then you will see the complete path of the header.
In my case the $phpwcms["site"] already contains the subdir of the $phpwcms["root"].
I found that error. It was an configuration error in my conf.inc.php.
If someone else is having that problem it could help you debugging and find your error if you insert in Line 119 in the login.php (just before sending the header)
Code: Select all
echo $phpwcms["site"].$phpwcms["root"]."phpwcms.php";In my case the $phpwcms["site"] already contains the subdir of the $phpwcms["root"].