Personal tools
You are here: Home Forums Plone Drop Down Menu Drop Down Config Generates 404 Error
Document Actions

Drop Down Config Generates 404 Error

Up to Plone Drop Down Menu

Drop Down Config Generates 404 Error

Posted by Gavin at July 26. 2007

Hello people! :)


 


qPloneDropDownMenu has installed just fine on my Plone 2.5.3/SuSE 10.2 machine. When I go to the Plone Drop Down Menu configuration page, edit the html lists as instructed, and click the Save button, it goes to the wrong location. (thus giving me a Plone served 404 error)


 


The config page is at http://(myserver)/prefs_dropdownmenu_edit_form, but it posts to http://(myserver)/plone/prefs_dropdownmenu_edit_form when clicking the Save or Regenerate Menu buttons. Seems like it should post to the first url. (w/o "plone" added to the path)


How do I fix this?


Also, I don't know if this is relevant, but the 404 page has a "log in" link even though I'm already logged in and can confirm that by clicking on any other link and get a page w/ a "log out" link. Strange.


 


Gavin Spomer


Systems Programmer


Brooks Library


Central Washington University


Re: Drop Down Config Generates 404 Error

Posted by Gavin at July 26. 2007

I tried a quick fix in my Apache2 vhost config:


RewriteRule ^/plone/prefs_dropdownmenu_edit_form http://localhost:8080/VirtualHostBase/http/(myserver):80/plone/VirtualHostRoot/prefs_dropdownmenu_edit_form [P,L]


Unfortunately, it did not work... :(


 


I'll keep hack'n away.


- Gavin


Powered by Ploneboard