summer01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-admin/edit.php not loadingits live so I don’t want to do anything too drastic just before Christmas.
Forum: Fixing WordPress
In reply to: wp-admin/edit.php not loadingI have found one plugin that had wpdb::escape. Replaced them all with esc_sql but it hasn’t solved the problem of the posts page not loading. I went back and turned the error reporting back on and now there is no error. So it seems to have fixed the deprecated function error but for some reason I am still getting a blank page for ‘all posts’.
Forum: Fixing WordPress
In reply to: wp-admin/edit.php not loadingOK, now I am almost certain it is something to do with a plugin that I installed and then deleted yesterday. I tried reinstalling but it didn’t help. All the files for the plugin have been deleted from the the plugins folder. Are there any other obvious places I should be looking?
Forum: Fixing WordPress
In reply to: wp-admin/edit.php not loadingThanks, just tried resetting the plugins folder by FTP but it didn’t help. Still get a blank page for ‘all posts’ !
Forum: Fixing WordPress
In reply to: wp-admin/edit.php not loadingIs it possible that it is something to do with a plugin that has been deleted?
I have deactivated all plugins and it doesn’t solve the problem.
Will try to find the function in the code but don’t know a quick way of doing this.Forum: Fixing WordPress
In reply to: wp-admin/edit.php not loadingAnyone got any ideas what to do next?
Thanks[Moderator’s note: No bumping please]
Forum: Fixing WordPress
In reply to: wp-admin/edit.php not loadingOK, did that and I get
Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /public_html/wp-includes/functions.php on line 3406
I have no idea what this means.
Forum: Fixing WordPress
In reply to: wp-admin/edit.php not loadingIt wasn’t twenty fifteen I tried so just deactivated all plug ins again with this theme and it didn’t make any difference.