-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Version information
Latest versions.
Steps to replicate
- Install Directadmin custombuild 2 on any centos like OS
- Create domain, remove domain. anything that fires off the hooks.
Example:
Domain_create_post.sh is triggered but cannot succesfully run.
We need to add a 'hack' to make this work.
This only works when we add this into the file.
php -d disable_functions="" after the echo
Actual result
Script does not run. Not enough permission to do so because of disabled function.
It does not seem to care what functions i enable or disable on the server for hosted PHP versions.
(There is also no information given what it needs and what server PHP version is used).
Expected result
Plugin should work without this.
We run more plugins and never seen this before. There simply should be enough permissions present to make this work.
Other notes
I don't know how others do this or are able to run this without this hack. It has been like this for us since i can remember. I created ticket multiple times for this but no real solution was given. Hoping with some plugin changes this would not be needed anymore since it's just unsafe.