From: Johnny L. W. <jo...@ma...> - 2002-10-18 19:41:36
|
Hiya! We've been using phpwiki here for quite some time. We really like it. But, someone was trying to do something or other (what, exactly, they were doing is a little fuzzy) and somehow broke it in such a way that everytime we go to one particular keyword, it produces the following error: lib/WikiDB.php:536: Warning[2]: Assertion failed Fatal error: Call to a member function on a non-object in /home/mark/public_html/phpwiki/lib/Template.php on line 212 So, I need to know a couple things: 1. What might cause that error? 2. How can I figure out where all the files are stored on my installation? We're using a Mysql backend, but when I try to look at the offending record, I see the following: +-----+-------------+------+----------+ | id | pagename | hits | pagedata | +-----+-------------+------+----------+ | 862 | WebraryTags | 11 | | +-----+-------------+------+----------+ 1 row in set (0.00 sec) Which looks just like a non-offending page: +-----+------------+------+----------+ | id | pagename | hits | pagedata | +-----+------------+------+----------+ | 678 | Tech Talks | 251 | | +-----+------------+------+----------+ 1 row in set (0.00 sec) The person who broke it said he was trying to add some ! before keywords to make them not be links. He'd add a few !, hit preview, add a few more, hit preview, etc. Then, it suddenly broke and won't un-break in any way we can come up with. Any ideas? Thanks! -- Johnny Wales Book Systems, Inc. |