Posted by alfarovive on January 28, 2010 at 4:03pm
Hi, I accidentally created a rule that creates an infinite loop for any logged in user, in essence rendering my site unusable. I was able to remove the rules module to get the site working, but now I can't use rules as each time I add the module back in it restarts the problem.
Is there a way to remove individual rules or all of them from out side of drupal? Where are the rules stored? Would just deleting them work?
Thanks
Omar
Comments
Rules tables
Do you have access to your databases? You could just drop the rules tables, but you would lose any other rule you've ever created.
3 Tables?
I see there are 3 rules tables:
rules_rules
rules_scheduler
rules_sets
Are those all the tables I need to erase?
Rules tables
I believe those are the only tables the Rules module creates, but make sure you backup your databases first. Here's a good module to do backup and restoration: http://drupal.org/project/backup_migrate
I hope this helps
Duplicated
I should have replied to previous thread