-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Downloading the UVDesk package, uploading it to my web server, then browsing to /public, generates a blank screen.
When I turn on all notices and errors, I get this (replacing {{installation-location}} for my installation location):
Fatal error: Uncaught Symfony\Component\Dotenv\Exception\PathException: Unable to read the "/{{installation-location}}/.env" environment file. in /{{installation-location}}/vendor/symfony/dotenv/Dotenv.php:567 Stack trace: #0 /{{installation-location}}/vendor/symfony/dotenv/Dotenv.php(114): Symfony\Component\Dotenv\Dotenv->doLoad(false, Array) #1 /{{installation-location}}/vendor/symfony/dotenv/Dotenv.php(157): Symfony\Component\Dotenv\Dotenv->loadEnv('/...', 'APP_ENV', 'dev', Array, false) #2 /{{installation-location}}/vendor/symfony/runtime/SymfonyRuntime.php(107): Symfony\Component\Dotenv\Dotenv->bootEnv('/...', 'dev', Array, false) #3 /{{installation-location}}/vendor/autoload_runtime.php(23): Symfony\Component\Runtime\SymfonyRuntime->__construct(Array) #4 /{{installation-location}}/public/index.php(9): require_once('/...') #5 {main} thrown in /{{installation-location}}/vendor/symfony/dotenv/Dotenv.php on line 567