Project:Search Cloud Generator
Version:5.x-7.1-1
Component:Code
Category:bug report
Priority:normal
Assigned:Balth
Status:active

Issue Summary

Hello,

I am using Drupal 5 with Search Cloud Generator -Version: 5.x-7.1-1
I had an error with the url attached to the tags.
URL was : base_path()."search/node/".urlencode($term->searchcloud_term)

To me a part of the url was missing.
Now it's : base_path()."?q=search/node/".urlencode($term->searchcloud_term)

To add : ?q=
File concerned : searchcloud.moddule
Line : 174
path : moddules/searchcloud

Have a nice day :)