Since update I can't login
-
I’m having problems logging into my site (urgent since our rebrand is due on monday!). I’ve turned on debug if anyone wants to have a look – https://zipporah.co.uk/wp-admin
Initially i get this ‘cookies are blocked…’ message which ive tried to resolve – to no avail. And then if you enter in a username / password (shows regardless of whether you enter in the actual login info or any old mumbo jumbo) debug data is showing
The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /home/sites/zipporah.co.uk/public_html/wp-includes/functions.php on line 3457 Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()I went to line 3457 and the data reads (line starts on 3457 here as ive noted)
if ( WP_DEBUG && apply_filters( 'deprecated_constructor_trigger_error', true ) ) { if ( function_exists( '__' ) ) { trigger_error( sprintf( __( 'The called constructor method for %1$s is deprecated since version %2$s! Use %3$s instead.' ), $class, $version, ' __construct() ' ) ); } else { 3457 here trigger_error( sprintf( 'The called constructor method for %1$s is deprecated since version %2$s! Use %3$s instead.', $class, $version, ' __construct() ' ) );
Though I don’t know what change is required in this script.
I also tried renamed every plugin and theme file as some people on other threads have mentioned but that didn’t work either. Any one able to help me on this.
- The topic ‘Since update I can't login’ is closed to new replies.