Website is blank after moving to new cpanel

Hey! I’ve moved to the new cpanel a while back and I set everything up, changed my sql.php file that I’ve required on my site to match the new db information, and my site remains a blank page. Any ideas as to what could be wrong?

Try adding this line to your .htaccess

php_value display_errors 1

Well, that helped, didn’t realize errors were off :confused:

Anyway, now I’m getting Call to undefined function mysql_connect() which, to me, says that maybe SQL is disabled in config, or isn’t installed? What else could cause this error?

Please go to Settings>General
And lower your php version to 5.6

1 Like

@LazySmurf is your issue solved??