Unfortunately not all the documentation is online. Therefore I have some trouble with the API.
The only thing I want to do is creating a new virtual server with a certain pre-configured package with help of the API.
Can someone give an example? I would be very grateful.
Now I have something that works in the command-line, but I have no idea how I can use this in PHP.
The command-line is:
virtualmin create-domain --domain test.nl --pass 123 --default-features --plan “Klein”
So, take it another step forward in debugging…try running the wget command (without --quiet) from the command line. It seems like any errors are disappearing somewhere, and I don’t know enough about PHP to tell you how to troubleshoot.