-
Notifications
You must be signed in to change notification settings - Fork 508
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
Module activation problem #3535
Comments
Check which user runs you cron jobs: https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide#91-main-cron-job--schedulerun |
ok after adding cron-job user to crontab section www-data problem fixed. But still i could not activate the module. "Error Occured ! Please check the internet connection !" After that, I refresh the page, but the application does not open and says "whoops!" goes to page again. Is there any way to install the module by manually ? Here is the laravel error.log [2023-11-17 10:46:11] prod.ERROR: Class "Faker\Factory" not found {"exception":"[object] (Symfony\Component\Debug\Exception\FatalThrowableError(code: 0): Class "Faker\Factory" not found at /var/www/freescout/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php:78) |
I saw a lots of dependency problems especially which is regarding doctrine/annotations package and maybe others does not support the php 8.2 for current freescout version. I created another php 7.4 installation on my local computer. Then it worked very well. |
What was your exact PHP 8.2.x version? |
PHP 8.2.12 |
Hi, did you test the module installation and activating the modules ?
19 Kas 2023 Paz 09:16 tarihinde FreeScout ***@***.***> şunu
yazdı:
… Closed #3535 <#3535>
as completed.
—
Reply to this email directly, view it on GitHub
<#3535 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADV4EPUDUP6MZ54HQ34O53YFGP3NAVCNFSM6AAAAAA7PMM5R6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGAYDGMJSGEZDKMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Hello, my problem is this; when I try to activate the module, freescout says "No internet connection" after second try to activate, all apps go to "! oops something went wrong page"
After deleting modules and cache folder i checked the system status and it says:
Then i realised that the freescout user write to cache folders as a root.
I tried to solve this issue like this:
sudo useradd -g www-data freescout
sudo chown www-data:www-data /var/www/freescout
When I click to clear cache button again and i see the same issue:
Non-writable files found/var/www/freescout/storage/framework/cache/data/96/5f/965fa3ce2995f370a94d0bdcd4f9f4935b5d4290
For modules activation error logs says:
[2023-11-16 23:23:55] prod.ERROR: Class "Faker\Factory" not found {"exception":"[object] (Symfony\Component\Debug\Exception\FatalThrowableError(code: 0): Class "Faker\Factory" not found at /var/www/freescout/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php:78)
[stacktrace]
#0 /var/www/freescout/overrides/laravel/framework/src/Illuminate/Container/Container.php(749):
PHP version: 8.1.2
FreeScout version: 1.8.108
Database: MySQL
Are you using CloudFlare: No
What i need do ?
Thanks.
The text was updated successfully, but these errors were encountered: