I have the same problem, is it possible to go back to an earlier version of my cPanel / WHM?Hello @Guilherme Nastrini,
Here's a thread where the available UAPI functions to manage MySQL databases are noted:
SOLVED - Create new mysql Databases command/shell?
Additionally, here's a PHP client class you may find helpful (there's a MySQL database creation script under "examples"):
N1ghteyes/cpanel-UAPI-php-class
Let me know if this helps.
Thank you.
Obrigado.
I have a cPanel API running almost 100%. With the update of cPanel & WHM, version 74. Only a few features have stopped:
1 - Create email accounts
2 - Transfer files via ftp from one account to another
In my case I have the following error log:
Code:
[21-Aug-2018 12:06:36 Brazil/East] PHP Warning: ftp_login(): Login authentication failed in /home/login/public_html/central/pasta/controllers/clientes-controller.php on line 9718
[21-Aug-2018 12:06:36 Brazil/East] PHP Warning: ftp_put(): You aren't logged in in /home/login/public_html/central/pasta/controllers/clientes-controller.php on line 9726
[21-Aug-2018 12:06:36 Brazil/East] PHP Warning: ftp_put(): You aren't logged in in /home/login/public_html/central/pasta/controllers/clientes-controller.php on line 9731
Any guidance?