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

jjeff’s picture

Status: Active » Fixed

Sorry about that. I never tested this module without clean URLs enabled. I've fixed the problem and committed the change.

-Jeff

Anonymous’s picture

Status: Fixed » Closed (fixed)
akeimou’s picture

Version: » master
Priority: Critical » Normal
Status: Closed (fixed) » Active

favorites 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?)

ezra-g’s picture

Status: Active » Closed (fixed)

The 4.x version is no longer supported.