My site broke after I installed terms of use module.
I just posted this on the terms of use module. But I'm not sure it the problem is the terms of use module, so I wanted to post in the general forum as well.
terms of use module adds a "I agree to the terms of use" line to the registration page.
copied from http://drupal.org/node/412708
I turned on terms and conditions. 10 minutes later I noticed I could no longer do 2 important things
1) click on any menu tab (such as "edit")
2) click on a text box to input text (such as change the url alis)
I turn off terms of use.
Website works normally.
I turn on terms of use. Website works normally for 15 minutes or so. I can do the 2 things.
But then the cycle repeats itself.
*repeat
I can no longer do 2 important things
1) click on any menu tab (such as "edit")
2) click on a text box to input text (such as change the url alis)
I turn off terms of use.
Website works normally.
I turn on terms of use. Website works normally for 15 minutes or so. I can do the 2 things.
*
Do people think this is related to the terms of use module? I'll also post in the general forums.
(By the way, the only other change I've made is in page.tpl.php, to print a welcome message since the slogan was not printing in Garland.)
print $site_html ;
// print $site_html .'</a></h1>';
print " - welcome to this site</a></h1>";
Your thoughts on whether the terms of use module might be causing this, or what the cause might be, would be much appreciated.
Comments
truncate cache
As far as I can tell, closing the browser and truncating the cache seems to solve the problem. The module author did say to truncate the cache. Perhaps it'd be helpful to emphasize that the site can break if it is not done.
wrong
problem has returned.