Generating 404 errors
-
Your plugin is generating 404 (not found errors) for:
https://connect.facebook.net//sdk.js
I did a little digging and I believe the problem is on line 242 of shortcode.php:
$html .= ‘ ></div></div><script type=”text/javascript” src=”//connect.facebook.net/’ . $language . ‘/sdk.js
as the variable $language is undefined at this point. I think perhaps it should be:
$html .= ‘ ></div></div><script type=”text/javascript” src=”//connect.facebook.net/’ . theChampFBLang . ‘/sdk.js
Thanks!
-Brian Brown, Ph.D.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Generating 404 errors’ is closed to new replies.