On Mon, Jun 9, 2008 at 5:45 PM, Jeremy Byrne <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm consistently getting the error in the subject line (or close > variants--some actions get further than executeAction() before throwing > a "Class not found") when attempting to use _any_ API action other than > query (which works fine). I've tried it on two 1.11 installs on machines > with totally different php setups. I'm using repo directory revision > 35899 of the API. > > Thanks for any light you can shed on this baffling and frustrating problem. > > CYa, > JEREMY > > _______________________________________________ > Mediawiki-api mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-api >
If you are using the new API with an old installation, you should at least check that the classes are correctly loaded in includes/Autoloader.php. But there is probably more to make that work. Bryan _______________________________________________ Mediawiki-api mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
