C
Cye84
Guest
Hi, wenn i create new domains with php, i got these errors:
The same command in the ssh-connection works fine.
What could be wrong with my php script?
I simply call:
// Using Plesk 8.2 on a Debian 3.1
/usr/local/psa/bin/domain.sh -c new-domain.com -clogin mydomains
/etc/init.d/qmail: line 152: start-stop-daemon: command not found
sh: line 1: start-stop-daemon: command not found
mailmng: Service /etc/init.d/qmail failed to restart
System error 2: No such file or directory
An error occured during domain creation: unable to update domain preferences: Unable to update domain data: Failed mail post-configuration: Can't create mail domain servie: mailManager->addDomain() failed: mailmng failed: mailmng: Service /etc/init.d/qmail failed to restart
System error 2: No such file or directory
The same command in the ssh-connection works fine.
What could be wrong with my php script?
I simply call:
exec('/usr/local/psa/bin/domain.sh -c new-domain.com -clogin mydomains');
// Using Plesk 8.2 on a Debian 3.1