MyBB Community Forums

Full Version: OpenID Plugin Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I uploaded everything as i was told and in the plugin manager i get this:
Quote:Fatal error: Class 'DB' not found in /home/wildmonk/public_html/forums/inc/plugins/openid.php on line 34
I get the same thing.
By the way, here is the problem:
	global $config, $conn;

	$dsn = "mysql://$config[username]:$config[password]@$config[hostname]/$config[database]";

	$conn =& DB::connect($dsn);
Sorry for bumping an old topic, but to fix the error you need to install PEAR and the PEAR DB abstraction module. The plugin is trying to find DB.php which doesn't exist unless PEAR DB is installed. You can probably install it under a single user, but I just installed the package "php-db" on my Ubuntu system.
It's still not working for me.

I've installed php-pear and php-DB under an ubuntu server (8.10)

Any ideas?

Would be really nice to see this mod working.

Thanks.