Last modified: 2007-08-25 13:07:05 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10745, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8745 - AjaxResponse error
AjaxResponse error
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
CategoryTree (Other open bugs)
unspecified
PC Linux
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-01-23 21:26 UTC by Bryant Taylor
Modified: 2007-08-25 13:07 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Bryant Taylor 2007-01-23 21:26:49 UTC
I have a 1.8 install of mediawiki. I have following the install docs for
CategoryTree and all seems to be working like the Special Page for CategoryTree.

Main issue I am seeing is that when I place my tag in a new or currently used
page like this.

<category>documents</category>

I get the following

[-]documents
  [+]IT Documents

now when I try to click the + I don't see anything other than "loading"

when I tail -f logs/httpd/error.log I see the following

 PHP Fatal error:  Class 'AjaxResponse' not found in
/var/www/html/wiki/extensions/CategoryTree/CategoryTreeFunctions.php on line 92

the above line in the php file is.

this is the first line - $response = new AjaxResponse();

the below is what comes right after the above line in the php file

                if ( $response->checkLastModified( $touched ) ) {
                        return $response;
                }
Comment 1 Antoine "hashar" Musso (WMF) 2007-01-23 21:32:53 UTC
AjaxResponse was not autoloaded before r16815 but
1.8 was branched from the later r16913 anyway.
Comment 2 Bryant Taylor 2007-01-23 21:36:33 UTC
Ok, so then I need the r16813 release of CategoryTree?
Comment 3 Antoine "hashar" Musso (WMF) 2007-01-23 21:40:35 UTC
It is always a good idea to get the latest extension version.
The issue in comment #1 was only for 1.8alpha. It should not
occur with 1.8.
Comment 4 Bryant Taylor 2007-01-23 21:43:07 UTC
when I mentioned 1.8, I was referring to Mediawiki version not the Category
Version. The Version of Category I have is the main one from the extensions list
on mediawiki.org so whatever version that is, that's what I'm using.

Comment 5 Brion Vibber 2007-08-25 13:07:05 UTC
Upgrade MediaWiki to a current release version which includes the relevant fix.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links