404 Page Not Found on every request

I have successfully upgraded an InvoicePlane 1.4.x installation to 1.5.9 locally. However, after deployment on the live server I cannot open any InvoicePlane URL. Neither /index.php nor /index.php/setup etc. are working (with or without removing the index.php from the URL) - it always only shows me the 404 page.

The log only shows the following messages:

DEBUG - 2018-06-03 14:30:36 --> UTF-8 Support Enabled
DEBUG - 2018-06-03 14:30:36 --> Global POST, GET and COOKIE data sanitized
ERROR - 2018-06-03 14:30:36 --> 404 Page Not Found: ../modules/setup/controllers//index
DEBUG - 2018-06-03 14:30:40 --> UTF-8 Support Enabled
DEBUG - 2018-06-03 14:30:40 --> Global POST, GET and COOKIE data sanitized
ERROR - 2018-06-03 14:30:40 --> 404 Page Not Found: ../modules/dashboard/controllers//index

Not sure what’s going wrong here. It looks as though CodeIgniter is looking into the wrong folders/files for the controllers? I have confirmed that all files and folders are successfully deployed.

Did you configure well your ipconfig.php file ?

I figured it out… it’s a case sensitivity issue. For some reason during deployment many of the files who start with an uppercase first letter got transferred with a lower case first letter. Thus CodeIgniter could not find any of the controllers.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.