You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i add new Prve server in WHMCS 6.3.2 / Products / Servers, save and test connection it says "FAILED:".
How can i please debug the reason why it fails? My WHMCS is hosted on cPanel + Apache server.
In PVE v. 5.0-23 /var/log/pveproxy/access.log i can not find any related access.
I added line
error_reporting(E_ALL);
into this module files and found this error line:
PHP Notice: Undefined variable: success in /home/myusername/public_html/modules/servers/prve/prve.php on line 234
in /admin/error_log file. Here is the /modules/servers/prve/prve.php on line 234 :
Hello,
when i add new Prve server in WHMCS 6.3.2 / Products / Servers, save and test connection it says "FAILED:".
How can i please debug the reason why it fails? My WHMCS is hosted on cPanel + Apache server.
In PVE v. 5.0-23 /var/log/pveproxy/access.log i can not find any related access.
I added line
error_reporting(E_ALL);
into this module files and found this error line:
in /admin/error_log file. Here is the /modules/servers/prve/prve.php on line 234 :
230 line is: $success = false;
Please kindly let me know if You need further information? Thank you
The text was updated successfully, but these errors were encountered: