Recent content by ighazali

  1. I

    ** HACK ATTEMPT ** Execution aborted.

    Hi, I sometimes get an email that say ClientExec automated log level 1 notification. Request IP: 197.156.107 ** HACK ATTEMPT ** Execution aborted. What should I be doing with that info ? I am not able to get any more details on it. Thank you .
  2. I

    Completed Hetzner Cloud

    Here is another error , The plugin does not validate VM Hostname. for example just discovered space is not allowed in hetzner. {"error":{"message":"invalid input in field 'name'","code":"invalid_input","details":{"fields":[{"name":"name","messages":["Name must be a valid hostname."]}]}}}
  3. I

    Completed Hetzner Cloud

    I added CE_Lib::log( ) in Hetznercloud.class.php to public function CreateVM($JsonData) line 126 That is how i saw what hetzner was returning . For my case It was trying to create a vps with a plan in a location that didn't have it. So i just removed the location from the Hetznercloud...
  4. I

    Completed Hetzner Cloud

    Hi, Please add better error handling for it , it says the vps is created even if it failed to do so. for example hetzner api was returning {"error":{"message":"error during placement","code":"resource_unavailable","details":null}} but clientexc sent an empty email to the client with no details .
Back
Top