brent.reader
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Fatal error after restoreRather 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!
Forum: Plugins
In reply to: [IMPress Listings] Listing Page ErrorHa! 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!
Forum: Plugins
In reply to: [IMPress Listings] Listing Page ErrorSoft 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]
Forum: Plugins
In reply to: [IMPress Listings] Listing Page ErrorI 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!
Forum: Plugins
In reply to: [IMPress Listings] Listing Page ErrorYeah… 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.