Closed (fixed)
Project:
Favorites
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2005 at 14:34 UTC
Updated:
29 Jan 2010 at 19:27 UTC
Hi
I have Drupal 4.6.3 installed locally on a test site and have tried the Favourites module following the instructions in the readme (including copy and pasting a few of the sample links). I do not yet have the mod_rewrite facility enable.
When I test the resultant links I get the 'Page not found' message. When I look in the address bar I get: http://localhost/?q=?q=user/1/favourites for the the link to the 'edit favourites', for example.
I love the ability of the module to select which user groups can view link items and would like to be able to use a fully functioning version. Many thanks.
Comments
Comment #1
jjeff commentedSorry about that. I never tested this module without clean URLs enabled. I've fixed the problem and committed the change.
-Jeff
Comment #2
(not verified) commentedComment #3
akeimou commentedfavorites module is one of my favorites :)
in function favorites_edit_form, just had to change this: $output = form($form, 'post', 'admin/settings/favorites');
to this for a site with unclean urls: $output = form($form, 'post', url('admin/settings/favorites'));
for a quick fix. thought i'd post it here anyway to see if that was the correct approach.
(was i supposed to open a new issue for this?)
Comment #4
ezra-g commentedThe 4.x version is no longer supported.