Ask, reply and learn. Join the community of Akaunting.
Hey Guys,
Just downloaded and configured my server to run Akaunting, but got stuck on the step2 of installation.
1) I select language - OK
2) I enter my server data on step2 - OK
It runs the DB scripts (as it creates 45 tables), but instead of going to the step3 page, it gets back to the step2 page...endless.
No error messages.
So there is any installation log file? Did not find it.
Any other way to install, manual for instance - command line?
BTW,
I´m using LAMP(PHP 7.3 / MySQL 4.8.5), php max_execution_time=500.
I tried renaming .env file, deleting data tables, and run again...same issue...many times.
Let me know any thoughts.
Thx
Ops, also using Akaunting 1.3.17-Stable file ;)
Add this to the php file:
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
Sometimes errors will not show up, only get logged. Especially ig you have LAMP running on production mode.
Last resort on .env should include:
APP_INSTALLED=true
Same here. Is there any solution?
Honestly did not identify the root cause of the issue yet, but is clear that the database script was aborted since many tables were not loaded - currency, etc., probably depends on the company/user information from step3 screen.
Anyway no error messages identified during the installation process.
Any way to execute the database scripts alone - step by step?
Showing 1 to 5 of 5 discussions