We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When I run composer dump-auto it gives me an error:
composer dump-auto
Generating optimized autoload files > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover --ansi PHP Warning: Module 'PDO' already loaded in Unknown on line 0 ErrorException session_start(): open(/opt/alt/php73/var/lib/php/session/sess_f0a04202322b17dfa4ad5af9cf1146e2, O_RDWR) failed: Read-only file system (30) at vendor/pragmarx/support/src/PhpSession.php:23 19▕ private function startSession() 20▕ { 21▕ if ( ! $this->isStarted()) 22▕ { ➜ 23▕ session_start(); 24▕ } 25▕ } 26▕ 27▕ private function isStarted() +36 vendor frames 37 [internal]:0 Illuminate\Foundation\Application::Illuminate\Foundation\{closure}(Object(TCG\Voyager\VoyagerServiceProvider)) +5 vendor frames 43 artisan:37 Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) Whoops\Exception\ErrorException Module 'PDO' already loaded at Unknown:0 1▕ +1 vendor frames 2 [internal]:0 Whoops\Run::handleShutdown() Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
To Reproduce Steps to reproduce the behavior:
tracker
config/tracker.php
composer dump-autoload
Expected behavior To finish dump of autoload filewithout error.
Screenshots
System
Additional context It is run on production server with shared hosting;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When I run
composer dump-auto
it gives me an error:To Reproduce
Steps to reproduce the behavior:
tracker
and run migrations;config/tracker.php
file;composer dump-autoload
.Expected behavior
To finish dump of autoload filewithout error.
Screenshots
System
Additional context
It is run on production server with shared hosting;
The text was updated successfully, but these errors were encountered: