Something went wrong with the update

Hi I’ve just updated to the latest version but now I have no css just a long list down the page.

I changed the URL in the index.php and tried to go to the setup page but I get a 404. If I log out I get url_subfolder/index.php/sessions/logout this appended to the end of my url

Anyone know where I’ve gone wrong?

Do you use the .htaccess file?

This is what I have in the htaccess

## Run InvoicePlane in a subfolder
## If you are using a subfolder please remove the hash in front of the line ‘#RewriteBase /subfolder’
## and replace ‘subfolder’ with the actual name of your folder, i.e. ‘RewriteBase /invoices’

RewriteEngine On
#RewriteBase /subfolder
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

Remove the hash in front of the following two lines if you want to force HTTPS

#RewriteCond %{HTTPS} off
#RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]

I get a 500 error if I use the htaccess

I’ve had to roll back to the previous version

Did you tried turning the .htaccess off by renaming it?

Which version are you using right now?

I’m on version 1.4.8. yes with the htaccess file on I get a 500 error and with it off I get no formatting and unable to logout or in as it appends url_subfolder/index.php/sessions/logout to everything