-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
Fatal Error with Slack Integration #213
Comments
Hi,
Seems like the curl extension is not installed.
On Ubuntu just execute
`sudo apt-get install php-curl`
Let me know if that works.
Sincerely,
Marcel
…On Fri, Apr 17, 2020, 9:29 PM JP San Gabriel ***@***.***> wrote:
Hi, I get this error everytime I add a todo. This started happening after
I added a slack webhook to my project. This error appears for that
particular project only:
Fatal error: Uncaught Error: Call to undefined function
leantime\domain\services\curl_init() in
/var/www/html/src/domain/projects/services/class.projects.php:177 Stack
trace: #0
/var/www/html/src/domain/tickets/controllers/class.showKanban.php(82):
leantime\domain\services\projects->notifyProjectUsers('JEAN PAUL added...',
'A new To-Do was...', '4', Array) #1
/var/www/html/src/core/class.frontcontroller.php(168):
leantime\domain\controllers\showKanban->run() #2
/var/www/html/src/core/class.frontcontroller.php(107):
leantime\core\FrontController->executeAction('tickets.showKan...') #3
/var/www/html/src/core/class.application.php(71):
leantime\core\FrontController->run() #4 /var/www/html/public/index.php(31):
leantime\core\application->start() #5 {main} thrown in
/var/www/html/src/domain/projects/services/class.projects.php on line 177
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#213>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFS6PM523DYPB326JGTRNEUA3ANCNFSM4MLGKK3Q>
.
|
Yes, that fixed the issue. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I get this error everytime I add a todo. This started happening after I added a slack webhook to my project. This error appears for that particular project only:
Fatal error: Uncaught Error: Call to undefined function leantime\domain\services\curl_init() in /var/www/html/src/domain/projects/services/class.projects.php:177 Stack trace: #0 /var/www/html/src/domain/tickets/controllers/class.showKanban.php(82): leantime\domain\services\projects->notifyProjectUsers('JEAN PAUL added...', 'A new To-Do was...', '4', Array) #1 /var/www/html/src/core/class.frontcontroller.php(168): leantime\domain\controllers\showKanban->run() #2 /var/www/html/src/core/class.frontcontroller.php(107): leantime\core\FrontController->executeAction('tickets.showKan...') #3 /var/www/html/src/core/class.application.php(71): leantime\core\FrontController->run() #4 /var/www/html/public/index.php(31): leantime\core\application->start() #5 {main} thrown in /var/www/html/src/domain/projects/services/class.projects.php on line 177
The text was updated successfully, but these errors were encountered: