Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter brent.reader

    (@brentreader)

    Rather than delete the jetpack folder and risk losing something, I imported all the missing files from a zipped copy of the same version. Works great now, thank you!

    Thread Starter brent.reader

    (@brentreader)

    Ha! That fixed it. There was an empty folder in the root directory called “listings” which now seems to serve no particular purpose. Ah, the joys of updating a legacy website…

    Thank you so much for your help!

    Thread Starter brent.reader

    (@brentreader)

    Soft flush didn’t do the trick. Here are all the rewrite rules. I didn’t see anything that immediately stood out. Any ideas?

    listings/[^/]+/attachment/([^/]+)/?$	index.php?attachment=$matches[1]
    listings/[^/]+/attachment/([^/]+)/trackback/?$	index.php?attachment=$matches[1]&tb=1
    listings/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$matches[1]&feed=$matches[2]
    listings/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$matches[1]&feed=$matches[2]
    listings/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$	index.php?attachment=$matches[1]&cpage=$matches[2]
    listings/([^/]+)/trackback/?$	index.php?listing=$matches[1]&tb=1
    listings/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?listing=$matches[1]&feed=$matches[2]
    listings/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?listing=$matches[1]&feed=$matches[2]
    listings/([^/]+)/page/?([0-9]{1,})/?$	index.php?listing=$matches[1]&paged=$matches[2]
    listings/([^/]+)/comment-page-([0-9]{1,})/?$	index.php?listing=$matches[1]&cpage=$matches[2]
    listings/([^/]+)(/[0-9]+)?/?$	index.php?listing=$matches[1]&page=$matches[2]
    listings/[^/]+/([^/]+)/?$	index.php?attachment=$matches[1]
    listings/[^/]+/([^/]+)/trackback/?$	index.php?attachment=$matches[1]&tb=1
    listings/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$matches[1]&feed=$matches[2]
    listings/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$matches[1]&feed=$matches[2]
    listings/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$	index.php?attachment=$matches[1]&cpage=$matches[2]
    Thread Starter brent.reader

    (@brentreader)

    I didn’t mean to imply that it was the theme update that specifically caused the crash. It just happened concurrently. Still no idea why, but it’s back up.

    So the issue in the OP stems from the prior use of a custom post structure /posts/%postname%/ that was in place when I installed the plugin. Using this format again, the /listings page works fine, but it becomes domain.com/posts/listings.

    Changing permalinks to just /%postname%/ is what triggered the Apache error. Domain.com/listings is how I want to see this page, however.

    What do I need to do so I can keep the new permalink structure with just /%postname%/ so I can see the desired page URL?

    Thanks so much for your help!

    Thread Starter brent.reader

    (@brentreader)

    Yeah… my site crashed when I upgraded to the new version of Open Floor Plan.

    I’m in the middle of restoring the site from a recent backup now.

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