Trying a new social network platform for enterprise.
Humhub is a new social platform and during installation, it has some compatibility issue with ISPConfig3.
The error was related to open_basedir - open_basedir restriction in effect.
The discussion can be found at https://github.com/humhub/humhub/issues/129
Proposed solution:
Humhub is a new social platform and during installation, it has some compatibility issue with ISPConfig3.
The error was related to open_basedir - open_basedir restriction in effect.
The discussion can be found at https://github.com/humhub/humhub/issues/129
Proposed solution:
- apt-get install zendframework-bin
- mkdir /usr/share/pear
- Then under ISPConfig3:
- ISPConfig -> Sites - > Select relevant site hosting humhub -> Options
- Under PHP open_basedir, add ":/usr/share/pear"
- Restart apache2 for the settings to become effective.
Comments
Post a Comment