Forum

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

New Discussion

Not able to create a new user.

Agung Maulana   ( User )

Commented 1 week ago

Hi,

Anyone knows why I got an error message "Not able to create a new user" when doing a php artisan install ...


Setting locale en-GB
Creating database tables
Connecting to database akaunting@localhost:3306
Creating company

Exception

Not able to create a new user.

at app/Jobs/Common/CreateCompany.php:61
57▕ public function authorize(): void
58▕ {
59▕ $limit = $this->getAnyActionLimitOfPlan();
60▕ if (! $limit->action_status) {
➜ 61▕ throw new \Exception($limit->message);
62▕ }
63▕ }
64▕
65▕ protected function callSeeds(): void

1 app/Jobs/Common/CreateCompany.php:25
App\Jobs\Common\CreateCompany::authorize()
+11 vendor frames
13 app/Utilities/Installer.php:239

I have ec2 running on AWS using t2.medium, please help. Thanks!

Please login or register to leave a response.

Showing 1 to 1 of 1 discussions