[Plugin: OpenID] May not work with all host/server
-
FOr instance this could not work on all host :
require_once(’Auth/OpenID.php’)
(same problem for all require_once)sometimes you need the full url, and i wish the next include this :
require_once($openidpath.’Auth/OpenID.php’)
with maybe openidpath declared somewhere, or detected.
$openidpath= $_SERVER[DOCUMENT_ROOT].’/blogsubdir/wp-content/plugins/openid/’ ;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: OpenID] May not work with all host/server’ is closed to new replies.