kalkun-sms/Kalkun

Kalkun doesnt load on Ubuntu 22.04

ovidiudo opened this issue · 7 comments

I installed kalkun version 0.8.0-beta-2 from deb packages on Ubuntu 20.04.
After login login a got this issue:

image

On logs i have got only this error:

image

Here are installation steps

image

image

Can you check the value that is in the table "gammu" of the database ?

I can't reproduce, sorry.
Try to install kalkun from the sources using the installation guide on the wiki (especially the composer part is of most importance)
https://github.com/kalkun-sms/Kalkun/wiki/Installation

Please check if the phones table of the DB has any record. Maybe that's the reason.

I couldn't test, but please report back and tell if applying the patch in #469 fixes your issue. Thanks.

There is missing ) in your code, no? If not,
please report the error in logs again, the error message should be there. Maybe it reveals another issue.

To really see the errors update /etc/apache2/conf-available/kalkun.conf and set CI_ENV to development instead of production

Did you try this as stated in the bug report template? Maybe I should amend the template to say to change /etc/apache2/conf-available/kalkun.conf instead of .htaccess for those using debian packages...

If you don't have error messages but blank pages or content, check
that error logging is enabled. The setting CI_ENV in the .htaccess
file must be set to 'development' to see errors.