It's picking up revisions and then checking them on line 973 with assert(). SO obviously there is something wrong with $revision. It says in the PHP manual that assert should only be used for debugging and I have tried stting DEBUG=0 - but still get the error.
assert($revision);
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I keep getting this error for some pages when viewing PageHistory. I am using flat files for storage.
lib/WikiDB.php (In template 'browse') (In template 'body') (In template 'html'):973: Fatal[0]: <br />/home/10499/cflatau/www.zynq.com/public_html/phpwiki/lib/WikiDB.php:973: : Assertion failed <br />
Could anybody help please?
So what does it say on WikiDB.php line 973?
Dan
It's picking up revisions and then checking them on line 973 with assert(). SO obviously there is something wrong with $revision. It says in the PHP manual that assert should only be used for debugging and I have tried stting DEBUG=0 - but still get the error.
assert($revision);