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.