Ask, reply and learn. Join the community of Akaunting.
Same problem here, I am on 2.0.7 and after using the system for a while, am now getting this error. No apps installed, everything as per default.
I can SSH into the server and delete the vendor folder, but then what? I used to install via unzipping the 2.0.7.zip file, not really using the composer much.
I am using Akaunting on shared hosting and I am facing the same issue. How can I use the composer over shared hosting?
You will need to login to your Webhost via SSH, then:
cd to the directory your Akaunting app is installed
composer install
I had to do these steps.
1. Delete vendor folder
2. run composer install
3. php artisan update:db
everything above was in the public_html/akaunting director. what a pain in the ass.
Removing the /vendor folder and running composer install also worked for me. Thanks!
Showing 11 to 15 of 15 discussions