Ask, reply and learn. Join the community of Akaunting.
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!
check the plan and plan limits you have, if there is no problem with the limits, please clear the cache.
Showing 1 to 2 of 2 discussions