We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 10378
    • 375 Posts
    Hello,

    its hard to explain but 2 of our current MODx Revo 2.2.5 installations having problems resolving urls. The best is to check this on the live site:

    1) url of the site:
    http://www.elixa.at - this works as expected

    2) now try reaching a document which doesn't exist:
    http://www.elixa.at/this/doesnt/exist - 404 page correctly is displayed

    3) now try this url which also doesn't exist:
    http://www.elixa.at/d/news/detail

    4) and now:
    http://www.elixa.at/d/news/detail/1234546

    We found this urls in the Google Analytics log so someone tries to reach them.
    The only output I can find in the MODx error log is a lot of:

    [2012-12-19 09:32:25] (WARN @ /index.php) `3037` was requested but no alias was located.
    [2012-12-19 09:32:25] (WARN @ /index.php) `3036` was requested but no alias was located.
    [2012-12-19 09:32:25] (WARN @ /index.php) `3035` was requested but no alias was located.
    [2012-12-19 09:32:25] (WARN @ /index.php) `3033` was requested but no alias was located.
    [2012-12-19 09:32:25] (WARN @ /index.php) `3031` was requested but no alias was located.
    [2012-12-19 09:32:25] (WARN @ /index.php) `3030` was requested but no alias was located.
    [2012-12-19 09:57:52] (WARN @ /index.php) `3030` was requested but no alias was located.
    [2012-12-19 09:57:52] (WARN @ /index.php) `3027` was requested but no alias was located.
    [2012-12-19 09:57:52] (WARN @ /index.php) `3026` was requested but no alias was located.
    [2012-12-19 09:57:52] (WARN @ /index.php) `3025` was requested but no alias was located.
    [2012-12-19 09:57:52] (WARN @ /index.php) `3024` was requested but no alias was located.
    [2012-12-19 09:57:52] (WARN @ /index.php) `3023` was requested but no alias was located.
    [2012-12-19 09:57:52] (WARN @ /index.php) `3022` was requested but no alias was located.
    


    I checked a few of these resources and they all have the correct alias and uri values in db.

    Configuration:
    MODx Revo 2.2.5-pl
    Friendly URLs are ON
    Apache 2 Server
      Freelancer @bitego http://www.bitego.com
      ---
      GoodNews - one of the most advanced and integrated Group Mailer premium add-ons for MODX Revolution!
      More infos here: http://www.bitego.com/extras/goodnews/
    • 3) now try this url which also doesn't exist:
      http://www.elixa.at/d/news/detail

      I saw some debug in that page.

      Array
      (
          ...
          [debug] => 
          [where] => {"class_key":"Article"}


      Could be Article extra did not correctly configured or fail to parse URL.
        zaenal.lokamaya
      • Are you running latest version of Articles? Is it possible you are running older Articles version and need to upgrade? I believe 2.2.1 introduced database changes which affected Articles and required users to upgrade Articles when upgrading above that release of the core.

        Just a thought...
          • 10378
          • 375 Posts
          Quote from: opengeek at Dec 19, 2012, 12:20 PM
          Are you running latest version of Articles? Is it possible you are running older Articles version and need to upgrade? I believe 2.2.1 introduced database changes which affected Articles and required users to upgrade Articles when upgrading above that release of the core.

          Just a thought...

          We are using latest version of Articles plugin.
            Freelancer @bitego http://www.bitego.com
            ---
            GoodNews - one of the most advanced and integrated Group Mailer premium add-ons for MODX Revolution!
            More infos here: http://www.bitego.com/extras/goodnews/