Recent Topics

1 Nov 20, 2007 13:30    

The plugin in 2.1 gives th following error:

Fatal error: Class 'Plugins_no_DB' not found in /home/hemmi3/public_html/blog/plugins/am_bopit_plugin/_am_bopit.plugin.php on line 114


Indeed, the class does not exist, at least not in the pugin.

Is this an easy fix?

2 Nov 20, 2007 13:41

I haven't got as far as 2.1 yet so I really couldn't tell you :p

¥

3 Nov 20, 2007 14:04

I found this clue in _plugins.class.php

 * Revision 1.107  2006/11/30 05:43:40  blueyed
 * Moved Plugins::discover() to Plugins_admin::discover(); Renamed Plugins_no_DB to Plugins_admin_no_DB (and deriving from Plugins_admin)


but the easy rename didn't work.
The class Plugins_admin_no_DB exists in _plugins_admin_no_db.class but the plugin cannot find it:


Fatal error: Class 'Plugins_admin_no_DB' not found in /home/hemmi3/public_html/blog/plugins/am_bopit_plugin/_am_bopit.plugin.php on line 114

Well that's it for now. This has a very low priority ;)


Form is loading...