ERROR - Can anyone help me?

chennon221 - July 15, 2008 - 03:59

My site has been down for a few days because I have no idea how to fix this.

Fatal error: Call to undefined function filter_xss_bad_protocol() in /home/hennons/public_html/litttle/includes/common.inc on line 837

I read the past forums regarding this topic and attempted to fix but no luck. I just hope I didn't make things worse. I'm not a programming guru, so can anyone have any suggestions? If so, please be simple. I'm only a beginner.

CH

Have you disabled or removed the filter module?

styro - July 15, 2008 - 05:30

That function is a core function, so it shouldn't be missing.

--
Anton
New to Drupal? | Troubleshooting FAQ
Example knowledge base built with Drupal

That function should have

cog.rusty - July 15, 2008 - 07:13

That function should have been been defined in the file modules/filter/filter.module under Drupal.

Make sure that Drupal's core modules are under the modules directory and have not been moved to the sites directory or anywhere else. Or try to upload them again, in case some module files are corrupted.

Also check that the modules directory and its subdirectories have permissions at least 755 and that the module files have permissions at least 644.

 
 

Drupal is a registered trademark of Dries Buytaert.