Hi!
Versions etc.:
Operating system: Ubuntu Server 14.04 LTS
I-mscp: 1.2.11
Apache: 2.4.7
PHP: 5.5.9-1ubuntu14.4 (CLI)
Zend-engine: 2.5.0
Zend OPache: 7.0.3
Nginx: 1.4.6
I'm hosting a cloud-service which uses I-mscp and Owncloud. A friend of mine has developed an PHP-file that, through a form on my website, automatically creates users in Ownclouds database.
This configration worked flawlessly in his test-configuration of i-mscp, however since we transferred the files onto my server upon completion of the PHP-file, it does not work anymore.
When i try to register a new user, i get the error: Warning: shell_exec() has been disabled for security reasons in /var/www/virtual/jonkopingteleteknik.se/htdocs/wp-content/plugins/ithemes-exchange/lib/pages/callback.php on line 26
This error points towards the PHP-file created by my friend. However it works on his test-setup on his own server so it must be an error in my configuration. We have together spent the weekend searching for errors, changed all the php.ini files, added " safe_mode off" to them all and deleted all of the "disable_functions" that contain shell_exec but it still does not work.
During our search we saw that both apache and nginx is installed, when i went through the initial setup of i-mscp i choose to only install apache. We changed those files, linked to both Apache and Nginx and have restarted both the servers, nothing will work.
Does anyone have an idea of where the error is located?
Best regards
Patrik
Edit: I missed to say that i have activated shell_exec in the controlpanelen of I-mscp, that was the first thing i did before we started looking through the php.ini-fles.