I'm trying to make a script that schedules a cron job that sends e-mails on a specific date. I followed this tutorial for making a php cron manager, and it loaded with no problem. But when I tried to make a SSH connection with the script just to see if it would raise any errors, the page stops loading where I place the code, no errors are shown and no error_log file is created anywhere, I really don't understand why the page stops loading.
$crontab = new Ssh2_crontab_manager('xxxxxxxxxxx.xxx', '22', 'xxxxxxx', 'xxxxxxxxxxx');
I only expect it to connect and continue the page or that it at least give me an error that I can search for the solution
Nothing, just a page that's partially loaded and no error, it just stops there.