ProsePoint Express: hosted newspaper website content management software

channel links "page not found"

6 replies [Last post]
rifract101
User offline. Last seen 4 weeks 4 days ago. Offline
Joined: 04/06/2009
Posts:

At the top right of our stories the "channel" links, link to a "page not found

http://www.viennareview.net/taxonomy/term

The number that proceeds "term" is missing where it should read something like .../taxonomy/term/41

Any ideas?

rifract101
User offline. Last seen 4 weeks 4 days ago. Offline
Joined: 04/06/2009
Posts:
I think this has something to

I think this has something to do with the url aliasing. the links, in stories, in a channel that uses aurl alias, work fine.

In the url alias admin section, the system taxonomy urls are incompleate, they are missing the number that proceeds "term".

Don't know why this happened but it can be fixed by reentering the correct number for each taxonomy term.

beng
User offline. Last seen 6 days 16 hours ago. Offline
Joined: 27/02/2009
Posts:
...

Hi,

Not entirely sure ... I don't think ProsePoint channels uses the taxonomy/term/* paths anymore, so it may just be a misconfiguration from a past bug, or it may just be a manually entered alias or link which was entered incorrectly.

It's hard for me to say more because I don't know enough of the details of the situation. Is it still an issue for you? If so, can you please provide more information?

rifract101
User offline. Last seen 4 weeks 4 days ago. Offline
Joined: 04/06/2009
Posts:
I manually corrected the

I manually corrected the system urls so they no longer read taxonomy/term but taxonomy/term/41 (41 being an example), and now the links work.

Been having all sorts of problems with duplicated content receantly which appears to be part of the broken link cause. I believe the answer lies somewhere in this rather extensive blog http://drupal.org/node/269877

beng
User offline. Last seen 6 days 16 hours ago. Offline
Joined: 27/02/2009
Posts:
Sort of hard for me to help diagnose without more information

> Been having all sorts of problems with duplicated content

Hmmm ... sort of hard for me to help diagnose without more information :) And looking at that long thread doesn't make things any clearer for me. Would you like to provide more information?

oliverm
User offline. Last seen 48 weeks 4 days ago. Offline
Joined: 26/03/2009
Posts:
Duplicates Problem

Hi,

The duplicates problem is as follows. For instance if i want to edit an image in the images gallery here: http://viennareview.net/admin/content/image_gallery and I click on save, I get those error messages:

  • user warning: Duplicate entry 'image_gallery/22-' for key 'dst_language' query: INSERT INTO url_alias (src, dst, language) VALUES ('taxonomy/term/', 'image_gallery/22', '') in /opt/lampp/htdocs/modules/path/path.module on line 112.

I allready looked in the drupal forum, http://drupal.org/node/269877, hower that still didn't realy help me. Do you maybe have any ideas why these error messages come from?

Greetings, Oliver

 

__________________

My Twitter Account: http://www.twitter.com/macfan83 Please feel free and follow me!

beng
User offline. Last seen 6 days 16 hours ago. Offline
Joined: 27/02/2009
Posts:
...

Hi,

Umm, if I visit .../admin/content/image_gallery on my test site, there is no Save button.

There are edit links on that page, but those edit the properties of an image gallery, not an individual image node. So I think there is some confusion here.

Furthermore, that error message indicates something is trying to set an alias pointing to image_gallery/NN. However, those paths are already defined by the ProsePoint image gallery module, so nothing should be trying to redefine or re-alias them again.

Can you check your automated alias settings at .../admin/build/path/pathauto? Look in the Taxonomy term path settings. There may be a pattern defined there there which is clashing with the ProsePoint image gallery module.