Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • ethanstein

    (@ethanstein)

    I ran into the same problem. Something about the update hosed my wordpress site. I had to go through and manually reinstall wordpress 4.9.6. There are lots of different instructions regarding the process on the net, but it boils down to this:

    – stop web server
    – download latest wordpress version
    – backup existing site
    – delete wp-admin and wp-include folders on existing site
    – copy over same folders from downloaded version
    – copy over wp-content from downloaded version to wp-content folder of existing site (do not delete its contents)
    – make any other modifications to wp-admin/wp-include that you had before.
    – start server

    And then you should be able to get back in.

    Granted, this is a very laborious and error-prone process, so caution should be taken. Also I in no way guarantee or support such a method, although I did successfully restore my site.

    Thread Starter ethanstein

    (@ethanstein)

    I was using custom logic to build the menu items and somehow I gained a new attribute of “depth”. Once I added that new attribute to my menu item, everything works.

Viewing 2 replies - 1 through 2 (of 2 total)