Ask, reply and learn. Join the community of Akaunting.
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 {} +
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!
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
Showing 11 to 13 of 13 discussions