Search code examples
mysqlwordpressmamp

Local Wordpress Install - wp-admin error


I have recently installed a local version of my remote wordpress website through MAMP. I can access the front-end but not the back-end (wp-admin)

I installed wordpress locally and uploaded my database files through phpmyadmin.

I then used sql to update the site URLs

I can view the website locally, and I know that wordpress / my database upload is working because I can see some forms I have installed.

But I just get a blank white screen if I try and reach /wp-admin.

I have enabled debugger mode and all I get is

Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct()

Any help much appreciated.


Solution

  • OK, sorted! I had some trailing white space in theme functions!