Module server manager OVH
08-27-2014, 06:23 PM
(This post was last modified: 08-27-2014, 06:24 PM by Cloudino.)
Hi all,
i'm trying to create a module to connect with OVH and manage server. I use this SDK https://github.com/Toorop/ovh-sdk-php
but when i include autoloader in controller.ext.php the module say me this
i include the code in this way
Thx for help and sorry for bad english
i'm trying to create a module to connect with OVH and manage server. I use this SDK https://github.com/Toorop/ovh-sdk-php
but when i include autoloader in controller.ext.php the module say me this
Quote:Fatal error: Class 'debug_phperrors' not found in /etc/zpanel/panel/index.php on line 16
i include the code in this way
Code:
require_once 'vendor/autoload.php';
use \Ovh\Common\Ovh;
Thx for help and sorry for bad english