Jump to content

Fatal error: Call to undefined function tidy_repair_string()


terungwa

Recommended Posts

I am using tidy_repair_string() function as part of a string filter, the except is below.

/* Tell Tidy to produce XHTML */
		$xhtml = tidy_repair_string($html, array('output-xhtml' => true));

I am getting a fatal error thrown up as below. I thought tidy_repair_string() is an inbuilt PHP function or is it not?

Fatal error: Call to undefined function tidy_repair_string() in C:\wamp\www\APPLICATION-FOLDER\contituency-manager\filter.php on line 14

It is not. Not really. You have to have the tidy extension installed on your server.

In my PHP.ini file the function is installed and I had to enable it. the fatal error has disappeared

thanks requinix

 

extension=php_tidy.dll

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.