Error updating to v5.4.9

Hello.

I have the “Update available” triangle bottom left

Clicked UPDATE NOW

Entered the password, and after a small delay I get:

My php.ini is set a file limit of 512M

Any advice or help is always appreciated

Kind regards

Dj

Hi,

It could be a permissions issue, it may help to run:

sudo chown -R www-data:www-data /var/www/html
sudo find ./ -type d -exec chmod 755 {} \;

https://invoiceninja.github.io/docs/self-host-installation/#file-permissions

Thank you very much…

I will give that a try later on. I’ll have a quick read of the link first.

Best wishes

Dj