Forum

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

New Discussion

Invoices and bills are totally gone after 3.1

Scott Carson   ( User )

Commented 7 months ago

500 error is permissions, you'll need to reset directories to 755 and files to 644. Here's the steps:


To recursively give directories read&execute privileges:
find /path/to/base/dir -type d -exec chmod 755 {} +

To recursively give files read privileges:
find /path/to/base/dir -type f -exec chmod 644 {} +

Jim OPhoto   ( User )

Commented 7 months ago

i see....prolly need to just reset the permissions for the new index.php file I uploaded.

I've since reverted back to the previous version, but I'll give it another shot ;-)

thx!

Jim OPhoto   ( User )

Commented 7 months ago

I just redid the upgrade and invoices are all showing now :-) didn't have to worry about changing the permissions or anything since I had reverted back & the upgrade took care of all the required changes.

but gotta revert back again still...I've got another issue I've reported that the developer hasn't responded to yet :-( https://akaunting.com/forum/discussion/general/31-new-customer-redirects-to-companies

Please login or register to leave a response.

Showing 11 to 13 of 13 discussions