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

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
mo
Regular
Posts: 40
Joined: Sun Jan 27, 2008 11:33 pm
Contact:

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

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

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

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mo
Regular
Posts: 40
Joined: Sun Jan 27, 2008 11:33 pm
Contact:

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply