Yes, it's connecting to https://vox.x10hosting.com:2083/..........
Error when using localhost:
Well... I can't even get that now, my page barely even loads, can someone reset my entire account? I have all the files 100% backed-up, my ftp doesn't hardly work either, sometimes it loads and...
That's what I had it at before... And it still didn't work :/
Also basically 90% of the time (only just started happening) I can't connect to my website panel/ftp etc...
Anything else?
Why is this happening, it has been working fine for the last 2 months... But now I get this error all of a sudden :S
Help me?
Full error code:
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '127.0.0.1' (4) in...
I've also noticed that the error is happening every 5 minutes, which is when my cronjob starts....
Cronjob (*/5 * * * * /usr/bin/php -f /home/cybert97/public_html/scripts/cronjob.php >/dev/null 2>&1 ) code:
<?phpsession_start();include("/home/cybert97/public_html/scripts/config.php");$save_path...
Mail() isn't working for some odd reason, it works in another one(registration), just not this one(password reset).
My script:
//Allow html in email $headers = "From: manseld5@gmail.com"."\r\n"; $headers .= "Content-type: text/html"."\r\n"; $emailMsg...