Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Link type in Plone 4.0.2 stopped working

Tags:

plone

I'm working on a Plone 4.0.2 website that for awhile has been running smoothly, but just recently the Link contenttype has stopped functioning as it should. Regardless of being logged in or not all that is ever seen is the page saying "The link address is :[target URL]". Also when creating/editing a link the info message that usually says "you're seeing this because you have permission to edit..." isn't showing up. I've attempted to reinstall archetypes and no change occ

like image 561
keiththomps Avatar asked Aug 18 '11 17:08

keiththomps


1 Answers

in portal_skins/plone_content there is a view called link_redirect_view a Script (Python) that normally does the job : here is the doc :

Redirect to the Link target URL, if and only if:
  - redirect_links property is enabled in portal_properties/site_properties
 - AND current user doesn't have permission to edit the Link

I would check with /select_default_view what is the default view of the link. If there is no link_redirect_view available I would go and see what is going on in portal_types as Jihaisse said. Could it be that quintagroup.seoptimizer has something to do with the problem ? It happened to me and I've got quintagroup.seoptimizer, hmm..

Actually, since it happened to me again (may because uninstall quintagroup.seoptimizer) To have my redirections in the same way as before I had to go /@@types-controlpanel and ask to see the type Link : there it was a setting call some things like .. "direct redirection"

like image 184
danielle Avatar answered Oct 17 '22 03:10

danielle