Problem after update

Hello,

I updated Invoiceplane from 1.4.4 to 1.4.6 and now I can’t use it.

I always get this error in empty page:

No input file specified.

Now, I’m fixing with the backup, but is it possible to automate the updates? (like others CMS)

Many thanks!

Where do you get this error “No input file specified”?

InvoicePlane won’t get automated updates due to the current architecture and handling of modified files.

Hi Kovah! :blush:

I get this message always, in every link of my installation, in /setup too.

EDIT Maybe it’s due to my .htaccess, it’s this:

# Remove index.php
RewriteEngine on
Redirect /setup http://www.mydomain.my/
RewriteBase /fatturazione/invoiceplane
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]

# Enable the following if you want to force HTTPS access:
#RewriteCond %{SERVER_PORT} 80
#RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]

I’m trying to aupdate again…

Do you access InvoicePlane via http://www.mydomain.my/fatturazione/invoiceplane?

Yes, I can access only there… I can see the dashboard, but if I click on every link/item/page I get the error… I don’t understand what’s wrong, I edited .htaccess file too.

P.S. If I restore the old version (1.4.4) all run fine…