Forum Moderators: coopster
I have installed the tidy extension on my Win2K desktop no problem. But my host just can't get it done (these folks are usually very good). They are on their third recompile on the first server and haven't gotten anywhere. They've followed the instructions in the manual, but to no effect.
Has anybody done it? Care to share the details?
For more info, see the php documentation for tidy [php.net]
Tom
They have tried both the manual and the PEAR install as mentioned in the documentation. I think, however, they're missing a step and would like to have a step by step instruction for them.
Something they're not understanding. Unless I misread our last communication, they have not put in an
extension=tidy.so
line in php.ini which should be necessary. I have a feeling, though, that they may simply be missing one of the components (like getting php_tidy installed but not libtidy or something like that). I wish I still had my Linux box running at home so I could try the install myself and see if I could figure it out.
In searching around, I did find a long blog rant from this month about how hard the tidy extension was to get running under Linux, so it's not just them.
Incidentally, it is a great extension if you're accepting user input and displaying it (I just built a site where the site admin updates pages via a web interface and this is a good way to check for funky html).
Now I can let the webmaster enter html into the page edit form and have tidy at least try to fix up page errors. Awesome.