JMK4189
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Widget functionality – a bug or "feature"?Hi, I had the same problem. But I think I have found the error: Go to the Widgets-Page-Options (near the logout-button) and deactivate the access-option.
Forum: Plugins
In reply to: [Just One Category] [Plugin: Just One Category] Stopped working with WP 3.1The hotfix doesn’t work with WordPress 3.2.1 and I have not time and interest to solve the new problem. Sorry.
Forum: Plugins
In reply to: [Just One Category] [Plugin: Just One Category] Stopped working with WP 3.1Hi, I wrote a hotfix, that makes Just One Category running on WordPress 3.1. Hope you enjoy.
Forum: Plugins
In reply to: [Plugin: OpenID] Activate OpenID -> Fatal error: require_once()I think, I found the reason for the problem now:
set_include_pathdidn’t change theinclude_path
So the reason is the configuration of the server.Forum: Plugins
In reply to: [Plugin: OpenID] Activate OpenID -> Fatal error: require_once()The same problem with the new version 3.3.1
Can you help me?
If I’m right, the messages says the include_path is wrong. But
require_once "Auth/OpenID.php";is the first command of...tent/plugins/openid/Auth/OpenID/Server.php. So the include_path must be wrong before. But it’s includet withrequire_once 'Auth/OpenID/Server.php';also in the first line of...tent/plugins/openid/server.php. So it must be th right include_path.My next idea was: The script was included before. So I changed the command to
include_once. But now, the nextrequire_oncegives back the same errors. Changing allrequired_oncein...tent/plugins/openid/Auth/OpenID/Server.phptoinclude_oncean otherrequired_oncein an other file made problems. So the problem must be the include_path I think. But what’s wrong?