hi everyone, tried to install crm, but without success.... i'm using ubuntu 20 with php 7.4, unziped the archive, renamed the folder with "crm", installed with commands described (composer install and so on). at the last command, with seeding some data got an error:
Seeding: PermissionsTableSeeder
Illuminate\Database\QueryException
...........
at vendor/laravel/framework/src/Illuminate/Database/Connection.php:671
667▕ // If an exception occurs when attempting to run a query, we'll format the error
668▕ // message to include the bindings with SQL, which will make this exception a
669▕ // lot more helpful to the developer instead of just the database's errors.
670▕ catch (Exception $e) {
➜ 671▕ throw new QueryException(
672▕ $query, $this->prepareBindings($bindings), $e
673▕ );
674▕ }
675▕
hi everyone, tried to install crm, but without success.... i'm using ubuntu 20 with php 7.4, unziped the archive, renamed the folder with "crm", installed with commands described (composer install and so on). at the last command, with seeding some data got an error: Seeding: PermissionsTableSeeder
Illuminate\Database\QueryException ........... at vendor/laravel/framework/src/Illuminate/Database/Connection.php:671 667▕ // If an exception occurs when attempting to run a query, we'll format the error 668▕ // message to include the bindings with SQL, which will make this exception a 669▕ // lot more helpful to the developer instead of just the database's errors. 670▕ catch (Exception $e) { ➜ 671▕ throw new QueryException( 672▕ $query, $this->prepareBindings($bindings), $e 673▕ ); 674▕ } 675▕
15 database/seeds/PermissionsTableSeeder.php:451 Illuminate\Database\Eloquent\Model::__callStatic()
24 database/seeds/DatabaseSeeder.php:10 Illuminate\Database\Seeder::call()
when i try to access the url got server.example.com/login the requested url not found on this server
can somebody help me, please?
regards
calin