New Zenner
- Join Date:
- Jan 2006
- Location:
- Netherlands
- Posts:
- 48
- Plugin Contributions:
- 0
Admin login leading to myadmin/ instead od myadmin/index.php
Finally make some time for upgrading from 1.56C to 1.57C. Using PHP7.4.27
After upgrade the admin login leads me to myadmin/ instead of myadmin/index.php, after giving my credentials. myadmin/ leads me to the shopfront page.
I can manually type index.php after the URL and I get to the correct admin indexpage. Also the toplogo goes to myadmin/ instead of myadmin/index.php.
The language changer in the header is also acting the same wrong way, but only on the admin indexpage.
Diving into the code of the admin header I find a FILENAME_DEFAULT which IS indeed defined in the file includes/filenames.php. But the admin does not seem to find it. The rest of the admin seems to be working fine.
When I place a second and vanilla admin directory myadmin2 it works the same wrong way, so the culprit is not in the admin directory, but must be somewhere in the includes directory. I haven't got a clue where to find it. I tried changing .htaccess because of CEON, but I can not imagine any other plugin having anything to do with it.
Anybody any ideas where to look? I am getting dizzy finding the cause of this bug.
Thanks,
Ronald