JodliDev / calendar

GNU Affero General Public License v3.0
16 stars 12 forks source link

Installation Issue #26

Closed hinermat closed 2 years ago

hinermat commented 2 years ago

I followed your installation instructions (easy to follow!) and when I do the "composer require kolab/calendar" command I get the below results:

Do you want to activate the plugin calendar? [N|y] y Creating plugin config file Running database initialization script for calendar

Installation failed, reverting ./composer.json to its original content.

[ErrorException]
system() has been disabled for security reasons

require [--dev] [--prefer-source] [--prefer-dist] [--fixed] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--update-with-all-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] []...

Any thoughts on what's happening?

kevin75001 commented 2 years ago

Hi,

Your server is configured to disallow the system() php function, if you have admin right, take a look at your php.ini

hinermat commented 2 years ago

Thank you! I finally got it all installed and it appears to be working perfectly with Nextcloud. Thank you!!

JodliDev commented 2 years ago

Thanks for the help. I will close this :)