• Resolved sunriseal

    (@sunriseal)


    My WordPress site at https://easylawnsandgardens.com will not open today. Turning on DeBug shows an error:
    <<Notice: Undefined index: q152f26d6 in ***/wp-includes/class-walker-page.php on line 1 Notice: Undefined index: ob2c21c1 in ***/wp-includes/class-walker-page-dropdown.php on line 1>>

    I tried deleting/renaming the template and all of the plugins without success. Any advice on how to fix it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Have you tried:
    – deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
    – If you can’t get into your admin dashboard, try resetting the plugins folder by FTP. Sometimes, an apparently inactive plugin can still cause problems.
    – switching to the unedited default Theme (Twenty Sixteen, etc.) for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins). If you don’t have access to your admin area, use FTP , or your web-host’s cPanel or whatever file management application your host provides (no Dashboard access required). Navigate to /wp-content/themes/ and switch to the default theme by renaming your current theme’s folder by adding “-old” to the end of the folder name. Alternately, you can remove other themes except the default theme. That will force your site to use it.
    – If all the above steps do not resolve the issue, then try MANUALLY updating. Download a fresh copy of the WordPress .zip file to your computer, unzip it, and use that to copy up all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory. You may need to delete the old wp-admin and wp-includes folders and files on your server before uploading the new ones. Read the Manual Update directions first.
    Backup: If you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong.

    Thread Starter sunriseal

    (@sunriseal)

    Thanks for your help. I had tried all of your suggestions without success.

    I think that the problem was a corrupted config file. It looks like a caching plugin added some code during an update. Everything worked with a rewritten file.

    Moderator t-p

    (@t-p)

    Glad to know it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Undefined index error in wp-includes/class-walker-page.php on line 1’ is closed to new replies.