After I enabled user_terms I got this error message
* warning: file_get_contents(sites/all/modules/user_terms/user_terms.js) [function.file-get-contents]: failed to open stream: No such file or directory in /var/www/vhosts/abyat.com/httpdocs/includes/locale.inc on line 1714.
* warning: file_get_contents(sites/all/modules/user_terms/user_terms.js) [function.file-get-contents]: failed to open stream: No such file or directory in /var/www/vhosts/abyat.com/httpdocs/includes/common.inc on line 2466.
I found some ppl faced a similar problem but with other modules, and I noticed that all are about not finding a java script file with .js extension .
anyway one can help me here
Comments
Comment #1
joachim commentedHave you got that file in your module folder?
Comment #2
theroyal commentedno i installed that module more than once and i didnt find this file
note: i am using the javascript compress for site better performance, do u think this has something with it?
Comment #3
joachim commentedBlimey. You're right, it's missing from the download!!!
I must have forgotten to cvs add it when I committed #656428: Multiple vocabularies assigned to abitrary profile categories. That dates back two versions as well!
Thanks for reporting this -- if it hadn't been for your JS compression, I wouldn't have noticed.
Fixed. I'll roll a new release later today; in the meantime you can grab the file from CVS or the dev version once it's updated itself.
#929832 by joachim: Fixed missing user_terms.js file; wasn't added in commit for #656428.
Comment #4
theroyal commentedjoachim Thanks so much
I updated my module now with V 1.3
I really appreciate your time and great efforts.