Extension talk:JanrainEngage

Add topic
From mediawiki.org

Invalid Token URL[edit]

Not sure if this page or plug-in is still being managed, but I thought it might be a good idea to let anyone else struggling to make this work know about this

In the following file:

/extensions/JanrainEngage/JanrainEngageVars.php

This URL needs to be changed:

18 $JEIframeHTML = '<iframe src="http://mediawiki.rpxnow.com/openid/embed?tok    en_url='.$escapedJESpecialPageURL.

Specifically, mediawiki needs to be changed to whatever you set up in your Janrain Engage.

If you don't make this change, you will keep getting "invalid token url" no matter whether you added your domain to your whitelist or not.

Proxytools.php error[edit]

I get the following error:

Warning: require(ProxyTools.php) [function.require]: failed to open stream: No such file or directory in /extensions/JanrainEngage/JanrainEngageDB.php on line 2

Fatal error: require() [function.require]: Failed opening required 'ProxyTools.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /extensions/JanrainEngage/JanrainEngageDB.php on line 2

any idea how to fix that? I'm using dreamhost shared hosting.


ProxyTools.php[edit]

I had the same error and I edited the JanrainEngageDB.php file to give the full path to the file, which is in the $IP/includes directory.