Ask, reply and learn. Join the community of Akaunting.
Hi Jaimy, Get the same as you!
Not only invoices, but bills are also gone.
Likewise updating from 2.0.26 to 2.1 failed at 80%
Now not able to go to dashboard after login. Get the 500 internal error.
The debug shows
SQLSTATE[42S02]: Base table or view not found: 1146 Table ...._documents doen't exits
hi Leonardo; are you able to run the command on CLI level? in such case run the following command:
php artisan update:finish core 1 2.1.0 2.0.27
in which the last one should be your latest version
so in short:
the problem is that the update didn't automate the correct
`php artisan migrate`
and
`php artisan update:finish core 1 2.1.0 2.0.27`
commands; after running this it looks fine now!
I don't have access to terminal on my shared hosting. I need pointers to issue my hosting provider to fix the issue for me.
What exactly is required?
Danis, any advice?
Please help guys.
likewise updating from 2.0.26 to 2.1 failed at 80%
Now not able to go to dashboard after login. Get the 500 internal error.
please help to get support from my hosting provider what is required to solve this error please
It seems there was a problem with the database migration in your cases so please, run the following commands from console:
php artisan cache:clear
php artisan view:clear
php artisan update:finish core 1 2.1.0 2.0.27
php artisan update double-entry 1 2.1.0
@Jaimy and @Denis.
Commands works for me.
I Still had problems with apps and Modules. But i'll work on that on my side.
Thanks.
You can update apps/modules by running the following command:
php artisan update double-entry 1 2.1.0
Showing 11 to 20 of 37 discussions