We’re not even seeing at WP install at your domain http://www.burnettrealestateteam.com/ so it looks like you have a server misconfiguration. Screen: http://cl.ly/W4Bl
An IDX Broker subdomain would have no effect as it uses a CNAME for the subdomain.
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.
The theme update would not cause a site crash, so it had to be another component or server issue.
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!
Not sure what would be causing that but it’s definitely something with the permalinks.
We’ve just updated the plugin to v1.0.8 to add a function that will flush the rewrite rules on plugin deactivation.
First, update the plugin to 1.0.8. Then deactivate the plugin, then reactivate it.
If you still have an issue after that, install the plugin Rewrite Rules Inspector and see if you see anything that would be affecting it.
You can copy and paste the section that has listing labeled as the source here and we’ll take a look at it.
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]
Your site at http://www.burnettrealestateteam.com/ is showing a WP maintenance page to the public.
At http://www.burnettrealestateteam.com/posts/listings also shows a WP maintenance page
http://www.burnettrealestateteam.com/listings shows an Apache directory listings – outside of WordPress.
Looks like you have a directory on your server, possibly a subdomain that was created and added that folder, that needs to be removed because it’s showing that empty directory listing rather than a WP page.
Hi
I am having a similar issue. The only time I can get to a listing is if a set permalinks to default: http://beta.csde.us/?listing=test-123
As soon as I change to any other I get the 404 error: http://beta.csde.us/listings/test-123/
Also cannot list all listings since I can’t get to the listings page. I have run rewrite rules inspector (see below), flushed rules, deactivated and reactivated the plugin and uninstalled and reinstalled. Any ideas?
Thank you
[ Moderator note: code fixed. Please post code using backticks or code button. This includes log data. ]
features/([^/]+)/?$ index.php?features=$matches[1] missing
features/([^/]+)/page/?([0-9]{1,})/?$ index.php?features=$matches[1]&paged=$matches[2] missing
features/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?features=$matches[1]&feed=$matches[2] missing
features/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?features=$matches[1]&feed=$matches[2] missing
property-types/([^/]+)/?$ index.php?property-types=$matches[1] missing
property-types/([^/]+)/page/?([0-9]{1,})/?$ index.php?property-types=$matches[1]&paged=$matches[2] missing
property-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?property-types=$matches[1]&feed=$matches[2] missing
property-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?property-types=$matches[1]&feed=$matches[2] missing
locations/([^/]+)/?$ index.php?locations=$matches[1] missing
locations/([^/]+)/page/?([0-9]{1,})/?$ index.php?locations=$matches[1]&paged=$matches[2] missing
locations/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?locations=$matches[1]&feed=$matches[2] missing
locations/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?locations=$matches[1]&feed=$matches[2] missing
status/([^/]+)/?$ index.php?status=$matches[1] missing
status/([^/]+)/page/?([0-9]{1,})/?$ index.php?status=$matches[1]&paged=$matches[2] missing
status/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?status=$matches[1]&feed=$matches[2] missing
status/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?status=$matches[1]&feed=$matches[2] missing
listings/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$ index.php?attachment=$matches[1]&cpage=$matches[2] missing
listings/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?attachment=$matches[1]&feed=$matches[2] missing
listings/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?attachment=$matches[1]&feed=$matches[2] missing
listings/[^/]+/([^/]+)/trackback/?$ index.php?attachment=$matches[1]&tb=1 missing
listings/[^/]+/([^/]+)/?$ index.php?attachment=$matches[1] missing
listings/([^/]+)(/[0-9]+)?/?$ index.php?listing=$matches[1]&page=$matches[2] missing
listings/([^/]+)/comment-page-([0-9]{1,})/?$ index.php?listing=$matches[1]&cpage=$matches[2] missing
listings/([^/]+)/page/?([0-9]{1,})/?$ index.php?listing=$matches[1]&paged=$matches[2] missing
listings/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?listing=$matches[1]&feed=$matches[2] missing
listings/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?listing=$matches[1]&feed=$matches[2] missing
listings/([^/]+)/trackback/?$ index.php?listing=$matches[1]&tb=1 missing
listings/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ index.php?attachment=$matches[1]&cpage=$matches[2] missing
listings/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?attachment=$matches[1]&feed=$matches[2] missing
listings/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?attachment=$matches[1]&feed=$matches[2] missing
listings/[^/]+/attachment/([^/]+)/trackback/?$ index.php?attachment=$matches[1]&tb=1 missing
listings/[^/]+/attachment/([^/]+)/?$ index.php?attachment=$matches[1] missing
listings/page/([0-9]{1,})/?$ index.php?post_type=listing&paged=$matches[1] missing
listings/(feed|rdf|rss|rss2|atom)/?$ index.php?post_type=listing&feed=$matches[1] missing
listings/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?post_type=listing&feed=$matches[1] missing
listings/?$ index.php?post_type=listing missing
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Per the forum welcome if you need assistance please start your own topic.
This topic is marked resolved already and those don’t get must visibility.
https://wordpress.org/support/plugin/wp-listings#postform
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!