Questions tagged [humhub]

HumHub is a free and open source social network software coded on top of the Yii PHP framework that provides an easy to use toolkit for creating and launching an own social network.

Questions should be only about developing and customization.

7 questions
2
votes
1 answer

How to set Keycloak as authentication provider for humhub

I have a local apache2 server running humhub 1.3.14. My goal is to set Keycloak located on my rancher cluster as the authentication provider for humhub. After selecting "keycloak OpenId Connect" the user is successfully redirected to the keycloak…
Futureman2007
  • 161
  • 10
2
votes
1 answer

Error with PHP - Humhub

thank you for your attention. I'm trying to install an open source social networking system ( Humhub https://www.humhub.org/en ) on my xampp, but I'm having the following error in php: Warning:…
1
vote
0 answers

contact id reciver burgar alarm signals and push them to my webapp

I have built a webapp for an security company. They monitor burglar alarms using contact-id. I would like to send the signals appearing on the central monitoring server (using listener light), to a panel in my humhub webapp. The information online…
0
votes
1 answer

Why is a widget class not found in a custom Hubhub module

I'm working on a widget in a custom module called resources and I've written a widget, ResourcesMenu. It has a name space humhub\modules\resources\widgets and in the main view's index.php file it uses humhub\modules\resources\widgets\ResourcesMenu…
AlanP
  • 447
  • 8
  • 18
0
votes
0 answers

yii\base\InvalidArgumentException: Job # must be a JobInterface instance instead of __PHP_Incomplete_Class

I am using Humhub framework (based on Yii 2 framework). I've setup the queue jobs, and run the command queue/listen. I created a new job in protected\modules\wiki\jobs\AddCoOwnerJob.php like this: namespace humhub\modules\wiki\jobs; use…
Harry
  • 678
  • 10
  • 26
0
votes
0 answers

Why `the directory is not writable by the Web process` if the directory appears as writable?

I have issues installing HubHub. I keep getting this error Invalid Configuration – yii\base\InvalidConfigException The directory is not writable by the Web process: /var/www/html/humhub/assets Although the folder is writable by apache: $ ls…
CptNemo
  • 6,455
  • 16
  • 58
  • 107
0
votes
2 answers

Anyone have any idea how Humhub encrypts the password?

I am new to Humhub and coding. Anyone have any idea how humhub encrypts the password? I have been failing to create an encryption function in PHP for my subdomains to use the same database that I created when I installed Humhub. I seriously do not…
Sylvester
  • 1
  • 1