LaravelDaily / QuickAdminPanel-Freelancer-CRM

Laravel 6 demo project for freelancers to manage their projects and income. Generated with https://2019.quickadminpanel.com
100 stars 61 forks source link

/login the requested url not found on this server #3

Open klinutzu opened 3 years ago

klinutzu commented 3 years ago

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▕

  +14 vendor frames

15 database/seeds/PermissionsTableSeeder.php:451 Illuminate\Database\Eloquent\Model::__callStatic()

  +8 vendor frames

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