ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Title Permalinks don't include template url segment

June 22, 2011 5:52pm

Subscribe [8]
  • #1 / Jun 22, 2011 5:52pm

    deaconweb

    5 posts

    After moving from 2.1.3 to 2.2.0, my title_permalinks aren’t behaving properly.

    I should have the template group name in the url, but I do not.

    Example:
    http://stg.ronhazelton.com/how_to_strike_off_with_a_pain_roller

    should be:
    http://stg.ronhazelton.com/tips/how_to_strike_off_with_a_pain_roller

    Any suggestions on where I should look?

    My links are set up as follows:

    <a href="http://{title_permalink=tips}">{title}</a>

    for the landing page:
    http://stg.ronhazelton.com/tips/

  • #2 / Jun 22, 2011 7:05pm

    Essit

    20 posts

    Having the same problems :-(

  • #3 / Jun 22, 2011 7:12pm

    farrukhny

    42 posts

    i have same problems too

  • #4 / Jun 22, 2011 7:19pm

    Joe Michaud

    154 posts

    Wow, I was beginning to panic because I couldn’t find anyone else having this issue…  I’m having it also.

    I would like to add that the {path='example'} variable isn’t working either.

  • #5 / Jun 22, 2011 7:27pm

    Paramore

    40 posts

    I think that this is a symptom of the issue I’ve documented here:

    http://ellislab.com/forums/viewthread/192216/

    Jesse

  • #6 / Jun 22, 2011 7:28pm

    Bruce Brown

    74 posts

    Me too.

  • #7 / Jun 22, 2011 7:33pm

    Andreas Becker

    1 posts

    Same issue here.

  • #8 / Jun 22, 2011 11:29pm

    deaconweb

    5 posts

    Looks like the solution from this thread works.
    Though I don’t know what other symptoms this may cause.

    http://ellislab.com/forums/viewthread/192216/#906821

    I found where it is broken.

    /system/expressionengine/libraries/Functions.php

    line 296

    if (preg_match(”#=(.*)”.RD.”#”, $str, $match))

    This is breaking it

    This will fix it:

    if (preg_match(”#=(.*)#”, $str, $match))
  • #9 / Jun 22, 2011 11:32pm

    Perak

    45 posts

    deaconweb,

    Your links seem to be working again now. Did you find a fix?

    I wasn’t planning on upgrading until the weekend, but was going to hold off longer if need be until at least this issue was settled.

    After moving from 2.1.3 to 2.2.0, my title_permalinks aren’t behaving properly.

    I should have the template group name in the url, but I do not.[/code]

  • #10 / Jun 23, 2011 1:21am

    Perak

    45 posts

    Just an update: Robin posted info on the official fix, rolled into the download.

    http://ellislab.com/forums/viewthread/192214/

  • #11 / Jun 23, 2011 1:24am

    Joe Michaud

    154 posts

    Perak, thanks for the update!

  • #12 / Jun 23, 2011 10:18am

    Kyle Cotter

    730 posts

    Thanks everyone for letting us know about this issue. It has been resolved.

    Please download the files again and update “system/expressionengine/library/functions.php”.

    Thank you all!

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases