![]() |
[Q] [SOLVED] using tidy_repair_string from within ci app - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: [Q] [SOLVED] using tidy_repair_string from within ci app (/showthread.php?tid=14210) |
[Q] [SOLVED] using tidy_repair_string from within ci app - El Forum - 12-22-2008 [eluser]vlad_ci[/eluser] I am having a strang problem that I experience on my webhosts' site but not in my home env. The code below works as an individual test file, but when invoked from within a library loaded with __autoload while executing within CI framework, I get a Warning Code: A PHP Error was encountered Code: <?php The support people are asking me to replicate the problem in a small tets file .. but in this small test file it works. Wanted to know if anybody has an idea (the hosting provider is linux/centos PHP 5.2.8, tidy was recently enabled at my request) I do not have access to /usr/local/lib directory (from my viritual account it does not exist) [Q] [SOLVED] using tidy_repair_string from within ci app - El Forum - 12-22-2008 [eluser]vlad_ci[/eluser] Ok, I needed to use a bitmask and more importantly do this ini_set("display_errors", 1); otherwise errors were not displayed |