-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Unable to install #41
Comments
Let us know, you have followed this official uvdesk github page for downloading uvdesk opensource project: https://github.com/uvdesk/community-skeleton If yes, let us know you are using composer command or using zip file: You can use composer to setup your project by simply running the following command from your terminal:
Direct Download Also, you can follow this blog for installation guide: |
Thanks. As I mentioned, I downloaded the archive and uploaded it to my server. I did not use composer. |
Let us know, you have still facing the same error. Please, share a screenshots of the error. |
The exact error is above. A screenshot will include my website URL and I prefer not to include that. As you can see, the uvdesk installation is not able to read an .env file. I can confirm that that file did not exist when I tried to run the installer. |
Can you please once try with the composer command. Also, let us know you are facing the same error using composer command. You can use composer to setup your project by simply running the following command from your terminal:
|
I finally got around to trying out the composer, but this was a very painful exercise that eventually lead to nothing. Eventually, I got this when running composer:
Installing mailbox component gave me this:
I could not get to install the mail parser. For example, the link at https://serverpilot.io/docs/how-to-install-the-php-mailparse-extension/ has no info on how to do this on PHP8.1. |
This error shows due to php mailparse extension is not enabled. You can refer the below blog for the how to add php mailparse extension: https://webkul.com/blog/how-to-add-an-extension-imap-and-mailparse-on-windows-linux-mac/ |
When doing this: sudo apt-get install php8.1-imap I get this:
|
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
The text was updated successfully, but these errors were encountered: