Loading...
 

TikiWiki Podcasts

Debugging TikiWiki

I was going to call this debugging PHP, but the struggle is particular to TikiWiki. Turns out that tiki-setup.php overrides the error reporting level set in the php.ini file. The solution is to temporairly hard code the error reporting leve in each module that calls tiki-setup.php while debugging. Now on to the real problems......