| Re: Article Rendering Html code in PHP5 |
| by wizanda on 2008/7/23 10:53:56 Found the problem using var_dump() to check where the text_body exists......in php5 its being overwritten by the keyword handler in article.view.php.... Switching it off is my first solution, next is to find the code fix....
|
| Article Rendering Html code in PHP5 |
| by wizanda on 2008/6/21 18:45:44 There is a problem with Article and it’s rendering of html when running PHP5….It shows no errors, just misses the body section of the article, this also applies to the extended text sanitizer plug-ins, which it also gets confused with as html? So where or what could cause this and where else is worth testing? |