WP Router Placeholder Page
  • Stranger
    Posts: 3
    Topics: 3
    Answers: 1
    Chris May 3, 2012 Answered ✔ Closed ✘

    Hi- thanks for releasing this plugin! Just in the nick of time.

    One thing I’m having problems with is that when I go to http://siosafire.prodentitedev.com/events/community/add it automatically ridirects to http://siosafire.prodentitedev.com/WP_Router/wp-router-placeholder-page/.

    Suggestions?

  • Tribal Help
    Posts: 3446

    Answers: 647
    Jonah West May 3, 2012

    Hi Chris, sorry to hear about this. What version of WordPress are you running and what versions of The Events Calendar and Events Calendar Pro do you have? Also, what theme are you using?

  • Stranger
    Posts: 3
    Topics: 3
    Answers: 1
    Chris May 3, 2012

    Hi Jonah,

    WP 3.3.2
    Events Cal PRO 2.0.6
    Community Events 1.0

    I have the UDesign theme- but I also tried the Twenty Eleven and deactivated all plugins.

    Still had the redirect.

  • Tribal Help
    Posts: 3446

    Answers: 647
    Jonah West May 3, 2012

    Hi Chris, can you provide me WP admin access so I can take a look? Email to: jonah [at] tri [dot] be and please reference the thread.

    Thanks,
    Jonah

  • Tribal Help
    Posts: 3446

    Answers: 647
    Jonah West May 3, 2012

    Hi Chris,

    Well I figured out partly why this is happening – it’s because you are using %category% in your permalink structure. Do you need that? Obviously this is still a bug and we will fix it but that would be at least a temporary solution if you need it fixed now… I’m going to create a ticket and have one of the devs take a look at this. I’ll follow up here when I hear something back.

    Cheers,
    Jonah

  • Stranger
    Posts: 4

    John May 5, 2012

    I’m having the same problem. I also use %category% in my permlink structure, and yes… I need that.

  • Tribal Help
    Posts: 3446

    Answers: 647
    Jonah West May 5, 2012

    Hi John, the devs are working on a fix. Keep an eye out for an update soon!

  • Stranger
    Posts: 3

    robert May 8, 2012

    Hello Jonah,
    Any update on when this will be fixed? I have a community based website and am adding events manually. This requires a lot of time on my part. Yes, I need to use %category% in my permalink structure, very important for SEO. If you wish, you may view my site at: http//www.fullertondowntown.com.

  • Tribal Help
    Posts: 3446

    Answers: 647
    Jonah West May 8, 2012

    Hi Robert,

    No update yet, we’ll get it fixed ASAP that’s all I can tell you.

  • Stranger
    Posts: 4

    John May 12, 2012

    I’ve lost patience and confidence with your company’s development process, and since your product doesn’t work at all, would appreciate a refund rather than wait months for a fix.

  • Gatekeeper
    Posts: 3563
    Topics: 62
    Answers: 393
    Rob La Gatta May 13, 2012

    Hi, John. We’re sorry to hear you are unsatisfied with the product and our level of support. While I would contest the claim that our “product doesn’t work at all” (as it seems after reviewing this thread that it’s an isolated bug we’re aware of and are fixing now that it’s been brought to our attention), we’ll certainly provide you a refund if you think it’s fair. Please send your order receipt to pro /a/ tri.be and we’ll get it processed for you with haste. Apologies on behalf of the whole team for failing to meet your expectations.

  • Power User
    Posts: 57
    Topics: 11
    Answers: 1
    John May 13, 2012

    Hi guys,

    I just encountered this same issue. Here is how it occurred. I was looking over my event listings: http://——mysite.com/events/community/list/page/1 and I clicked on one of the Venues and it took me to a page: http://——mysite.com/events/community/edit/venue/39181 page. When I clicked on the edit link below that page, it took me to the WP admin back-end and that post page was titled: WP Router Placeholder Page.

    No problems here. I am just reporting what happened.

  • Tribal Help
    Posts: 3446

    Answers: 647
    Jonah West May 14, 2012

    Hi John,

    Thanks for the report. This does seem to be an issue and I’ve filed a ticket and we’ll get it fixed ASAP.

    Cheers,
    Jonah

  • Tribal Help
    Posts: 3446

    Answers: 647
    Jonah West May 14, 2012

    In the interim you could just try hiding those links on the community specific pages by targeting:

    .single-wp_router_page .edit-link {
    display: none;
    }

    Change the .edit-link class to whatever yours is in your theme.

    - Jonah

  • Truth Seeker
    Posts: 33
    Topics: 3
    Jim McClain June 1, 2012

    I was having this same trouble. When I read this topic and found that the culprit was related to my permalink structure, I did a little research. It’s important to me to give members of my community the ability to add events from around the county. But it’s also important to develop good SEO (Search Engine Optimization), especially because we are a small rural area (anyone ever heard of the Feather River, or Feather River Country?).

    I read several articles about permalink structures and decided having the category (%category%) in the URL did not have the SEO value I thought it did. Although I did have categories that were keyword valuable, they also represent multiple levels to the site structure, which isn’t necessarily good for SEO. Keyword rich entry titles (%postname%) can improve the value of a URL and the permalink can be edited to remove stop words (and, the, a, etc.) and even alter it from the actual article title.

    I changed my permalink structure to /%postname%-%post_id%/ for site performance and SEO. You can search around for WordPress permalink strategies, but I found this article most helpful: http://docs.appthemes.com/tutorials/wordpress-permalink-structure/

    Changing my permalink structure did require me to edit my .htaccess file to add permanent redirects. My site is only a month old, so I don’t have a lot of content to redirect. That article suggests it may not be that important with a new site, but I don’t want to lose any advantage I may have.

    Since removing %category% from my permalink structure, I don’t have the WP_Router/wp-router-placeholder-page/ problem. I do hope that the developers will fix that glitch for those who do not want to change their permalink structure though. I have no reason to believe they won’t. I have a lot of faith in the Modern Tribe team in just the short amount of time I have been using their products.

  • Gatekeeper
    Posts: 3563
    Topics: 62
    Answers: 393
    Rob La Gatta June 1, 2012

    Thanks for the heads up, Jim – and for the words about your experience so far. We really appreciate it and your support; it’s what keeps us going at this from day to day. The information you’ve provided above is solid and should be of value to other users who come with the same concern down the road.

    As for the WP_Router issue…we do have that on the radar for our next release after 2.0.7, which was locked down already by the time we figured out a fix (and is shipping next week). This means it’ll be out in our 2.0.8 build at the start of July. Thanks for your patience and bearing with us in the interim. If we can do anything else just holler.

  • Stranger
    Posts: 4

    John June 2, 2012

    I don’t know what world your company lives in, but expecting people to wait 2 months for a fix is just stupid. Maybe you should “unlock” your update instead of pretending like you’re Microsoft or something.

  • Gatekeeper
    Posts: 3563
    Topics: 62
    Answers: 393
    Rob La Gatta June 11, 2012

    Hi, John. We appreciate the follow-up, but there’s no need to get rude. Among thousands of customers, you’re one of the first to raise a serious complaint about the development timetable we work on. It seems like you’ve got a specific idea of the type of company you want to do business with and I’m confident such an organization exists out there.

    I’m sorry we let you down. Best of luck with whatever solution you decide to go with down the road.

  • Stranger
    Posts: 8
    Topics: 1
    Matt June 16, 2012

    Same problem. I am adding the PAID Community tool to an existing website with thousands of links related which point to %category% URLs, and I cannot use CE until this is fixed. Can you give an update as to the fix schedule? You said ASAP 39 days ago….
    using WP 3.4
    CE 1.0.1
    WebSynthesis Hosting.
    Genesis Framework.

  • Truth Seeker
    Posts: 33
    Topics: 3
    Jim McClain June 16, 2012

    Matt, as Rob said on June 1, the fix wasn’t discovered in time for the June update and would be included in the July release. Please be patient.

    Jim

  • Truth Seeker
    Posts: 17
    Topics: 25
    Jesse June 18, 2012

    Also having this issue… It happened all of a sudden and don’t know what caused it (I haven’t made any recent changes to permalinks). I do remember however confirming the automated WordPress database update prompt.

    Just letting you know I’m experiencing this issue too and am awaiting patiently the next release! Thanks for your great work, Rob, Jonah, and team.

  • Gatekeeper
    Posts: 3563
    Topics: 62
    Answers: 393
    Rob La Gatta June 19, 2012

    Thanks for the notes, guys, and for your patience in bearing with us as we work to figure this out. As Jesse’s note indicated, the update to WordPress 3.4 introduced a bug in 1.0.1 that causes anyone attempting to view “My Events” to land on that WP Router placeholder page instead. We’re deploying 1.0.1.1 today to fix this and so you should be all set on that end, once the update is pushed.

    As Jim mentioned, the less-widespread issue that initially caused this is also in the works and will be included in next month’s (1.0.2) monthly maintenance release.

  • Gatekeeper
    Posts: 3563
    Topics: 62
    Answers: 393
    Rob La Gatta June 20, 2012 Answer ✔

    Hi guys: just a heads up that 1.0.1.1, which should fix the broader (non-permalink specific) issue, has been released today: http://tri.be/release-community-events-1-0-1-1/. It seems to resolve the bug on our end…but please give the update a shot and let us know if you’re still having issues with this. Thanks to everyone for their patience so far.

  • Stranger
    Posts: 8
    Topics: 1
    Matt June 20, 2012

    1.0.1.1 fixed the entire WP-Router issue thing for me.. THANKS! Time to promote community events!

  • Stranger
    Posts: 3

    robert June 20, 2012

    Looks like 1.0.1.1 also fixed the WP-Router issue for me.

  • Gatekeeper
    Posts: 3563
    Topics: 62
    Answers: 393
    Rob La Gatta June 20, 2012

    Fantastic! Thanks for confirming, guys. That’s great news and we appreciate the heads up.

  • Stranger
    Posts: 7
    Topics: 1
    Answers: 1
    ian June 20, 2012

    Didn’t show up in the WP updates, and had to manually download 1.0.1.1. However, this but did not fix the WP-Router problem for me.

    As for permalink structure, I am using “Month and name” standard.

  • Stranger
    Posts: 9
    Topics: 4
    Mike June 21, 2012

    I manually downloaded and installed 1.0.1.1. WordPress Version 3.4. When I open the My Events link I am taken to a Log In page “please log in to see your events” even though I am logged in as admin. When I input my user name and password I am directed to WP Router Placeholder page.
    I have to clear the cache to get the links page to direct me to the My Events (with the log in) from the Community tab. This all worked so well before 3.4! Will the upcoming July update be different from the 1.0.1.1?

  • Tribal Help
    Posts: 3446

    Answers: 647
    Jonah West June 21, 2012

    @ian – have you tried clearing your permalinks by clicking Save @ Settings > Permalinks?

    @Mike – can you provide us WP admin access to your site? You can email credentials to pro [at] tri [dot] be and please reference this thread.

    Thanks,
    Jonah

  • Stranger
    Posts: 7
    Topics: 1
    Answers: 1
    ian June 21, 2012

    @jonah Thanks for looking into this and responding quickly, but that did not correct the issue. I am emailing admin access to you guys.

  • Viewing 30 posts - 1 through 30 (of 62 total)

This topic is closed