Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).
Hi,
Please check if MySQL service is running on your server.
Try checking if the PHP MySQL module is being loaded by creating phpinfo file with following code
<?php
phpinfo();
?>
If it is not there, add the following line to the php.ini file in your root directory
extension=php_mysql.dll
P.S. I would advise to consider MySQL extension as deprecated and to use MySQLi or even PDO for working with databases
Thanks
Sorry I’m not too great with these things. I created the phpinfo file however, could you point me in the right direction? Thanks
http://thenichehairstudio.com.au/phpinfo.php
MySQLi is there, so it’s not that.
Try the steps I provided in my first reply.
Thanks for getting back to me James, I have tried the steps you’ve listed with no luck unfortunately.
Ok, try downloading WordPress again, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and delete then replace your copies of everything on the server except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings.
Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.