Page 1 of 1

One of my blog articles doesn't show up?!

Posted: Sun Nov 23, 2008 4:04 pm
by mo
I have added three new blog posts today, one of which shows up on the front page and in its assigned category, but if I click on it, it only says "No entries to print". If I switch the frontpage language (using the sidebar plugin), the article shows up and the URL includes index.php, so I guess it must have something to do with rewritten URLs?

http://moblog.wiredwings.com/archives/2 ... ation.html
(does not work)
http://moblog.wiredwings.com/index.php? ... ation.html
(works)

http://moblog.wiredwings.com/categories/devrandom
(category where the blog entry is in)

After playing around a while, I still have no clue what's wrong here, and I'm grateful for advice.

Re: One of my blog articles doesn't show up?!

Posted: Sun Nov 23, 2008 7:16 pm
by garvinhicking
Hi!

I think this is a problem in your permalink configuration. "Validation" is a single word which in this case s9y interprets as a "montly archive".

Can you try to configure your permalink to year/month/day instead of yearmonthday? Those separators could help in making the URLs show up properly.

If that does not help, please post your complete permalink and path structure you configured.

Regards,
Garvin

Posted: Sun Nov 23, 2008 7:32 pm
by mo
Thanks, that's it. I cannot change my permalink structure, as those should be PERMAlinks :)

I have circumvented the problem by adding a dot, so the topic name is now "Validation.". All good.
Other than that, I guess it would be possible to hack the core to only interpret numbers as archives, and words as articles?

Posted: Sun Nov 23, 2008 7:49 pm
by garvinhicking
Hi!
mo wrote:Thanks, that's it. I cannot change my permalink structure, as those should be PERMAlinks :)
Okay, I didn't know that you already had too much content. :)
I have circumvented the problem by adding a dot, so the topic name is now "Validation.". All good.
Other than that, I guess it would be possible to hack the core to only interpret numbers as archives, and words as articles?
The problem is that the permalink detection on the "archives" directory structure is highly influential. the core does multiple string checks to interpret things, also for backwards-compatibility to older permalinks when s9y did not yet allow to alter them...

Regards,
Garvin