Forum

Ask, reply and learn. Join the community of Akaunting.

New Discussion

Missing Documents table

Leonardo Gomes   ( User )

Commented 3 years ago

Hi Jaimy, Get the same as you!
Not only invoices, but bills are also gone.

Simeon   ( User )

Commented 3 years ago

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

Jaimy Borgman   ( User )

Commented 3 years ago

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

Jaimy Borgman   ( User )

Commented 3 years ago

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!

Simeon   ( User )

Commented 3 years ago

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?

Yaron Tarshish   ( User )

Commented 3 years ago

Danis, any advice?

Please help guys.

Karim Alaa   ( User )

Commented 3 years ago

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

Denis Dulici   ( Admin )

Commented 3 years ago

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


If you have installed Double-Entry app then run the following command too:

php artisan update double-entry 1 2.1.0

Leonardo Gomes   ( User )

Commented 3 years ago

@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.

Denis Dulici   ( Admin )

Commented 3 years ago

You can update apps/modules by running the following command:

php artisan update double-entry 1 2.1.0


Change the "double-entry" part with the app alias like "inventory", "estimates", "projects", etc.

Please login or register to leave a response.

Showing 11 to 20 of 37 discussions