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 with require_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 next require_once
gives back the same errors. Changing all required_once
in ...tent/plugins/openid/Auth/OpenID/Server.php
to include_once
an other required_once
in an other file made problems. So the problem must be the include_path I think. But what’s wrong?