Forum

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

New Discussion

Installation Step 2 loop

Michael   ( User )

Commented 4 years ago

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

Michael   ( User )

Commented 4 years ago

Ops, also using Akaunting 1.3.17-Stable file ;)

Tim   ( User )

Commented 4 years ago

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

Gaurav Maharjan   ( User )

Commented 4 years ago

Same here. Is there any solution?

Michael   ( User )

Commented 4 years ago

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?

Please login or register to leave a response.

Showing 1 to 5 of 5 discussions