• I’ve updated 3 of my sites to 4.5

    Two worked fine, the other slipped into scheduled maintenance and is now failing

    The [domain] page isn’t working

    [domain] is currently unable to handle this request.

    How do I revert or complete the update? Or inform my service provider of how to?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Are you able to access the wp-admin area or does that not work either?

    Thread Starter kev36663

    (@kev36663)

    No – can’t access wp-admin

    My webhost has retrieved the error logs for me

    [Mon Apr 18 22:50:27 2016] [warn] mod_fcgid: stderr: PHP Fatal error: Cannot redeclare popuplinks() (previously declared in /home/linnas02/r/rftkpromotions.co.uk-1084771352/user/htdocs/wp-includes/formatting.php:2710) in /home/linnas02/r/rftkpromotions.co.uk-1084771352/user/htdocs/wp-includes/deprecated.php on line 3734
    [Mon Apr 18 22:50:52 2016] [warn] mod_fcgid: stderr: PHP Fatal error: Cannot redeclare popuplinks() (previously declared in /home/linnas02/r/rftkpromotions.co.uk-1084771352/user/htdocs/wp-includes/formatting.php:2710) in /home/linnas02/r/rftkpromotions.co.uk-1084771352/user/htdocs/wp-includes/deprecated.php on line 3734

    If You have FTP or CPanel details, Go to find /public_html/error_log file and find the issue or share that file

    This one is your theme or plugin issue.
    popuplinks() function deprecated form version 4.5.

    find make condition on this function.

    if ( version_compare( $GLOBALS['wp_version'], '4.5', '<' ) ) {
        // your popuplinks() function code
    }

    kev36663 I’ve the same problem
    Had you find a solution? Thank you

    Thread Starter kev36663

    (@kev36663)

    I ended up reinstalling wordpress and starting again.

    Not the best solution.

    stepwiseit – were you able to find a solution? I just got this error when upgrading.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘page isn't workig, unable to handle request’ is closed to new replies.