On 2/20/07, Jim Hu jimhu@tamu.edu wrote:
I'm trying to write an extension that makes an alternative category page where the subcategories are split off from the articles. I'm hooking at CategoryPageView, and I thought that the simplest approach would be to extend the CategoryViewer class from CategoryPage.php. But when I try that, I get:
[Tue Feb 20 07:26:33 2007] [error] PHP Fatal error: Class 'Article' not found in /Library/WebServer/Documents/wiki/includes/ CategoryPage.php on line 15
What version is this? I had some idea this shouldn't happen in 1.7+ due to autoloading. Not totally sure, though, just a guess.