Forum

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

New Discussion

Cannot get installation page

Tsoifun   ( User )

Commented 3 years ago

I have on server another webworking therefore created new virtual host (owner changed to www-data, permissions to 755, apache listens to 81 port which is written in config file. Conf file was enabled,apache was restarted after configuration). When I try to open the web-page with my port number of virtual host it says:
/**
* @package Akaunting
* @copyright 2017-2021 Akaunting. All rights reserved.
* @license GNU GPL version 3; see LICENSE.txt
* @link https://akaunting.com
*/

// Register the auto-loader
require(__DIR__ . '/bootstrap/autoload.php');

// Load the app
$app = require_once(__DIR__ . '/bootstrap/app.php');

// Run the app
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);

$response = $kernel->handle(
$request = Illuminate\Http\Request::capture()
);

$response->send();

$kernel->terminate($request, $response);


in chrome and


make(Illuminate\Contracts\Http\Kernel::class); $response = $kernel->handle( $request = Illuminate\Http\Request::capture() ); $response->send(); $kernel->terminate($request, $response);
in Edge.
Do not ahve firefox installed to see what it will give.

Tsoifun   ( User )

Commented 3 years ago

Ok. somehow after a2dismod mpm_event && sudo a2enmod mpm_prefork && sudo a2enmod php8.0
managed to get to the page with languages but now it is stuck with DB - does not show any errors but simply stuck on that pages without moving. Tried on the other server it connected - connected to DB and stuck at point3 - ADMIN - name of comapny, e-mails, admin's passwords entered and stuck there foreever.

Leonardo Gomes   ( User )

Commented 3 years ago

Hi Tsoifun,

Can't give you a proper answer only with the details you shared. However, have you tried to finalize your install from the cli?

please refer to the akaunting page on github, you have the commands you can run from terminal in order to finish your installation. Please ensure your .env file is writtable.

Hope it can help,

thanks

Tsoifun   ( User )

Commented 3 years ago

GIT hub instructrions are not complete there are CHOWN/CHMOD, conf files, open of listen ports etc are to be given

Please login or register to leave a response.

Showing 1 to 4 of 4 discussions