We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

1.7.3 facebook connect settings[Solved] | Forum

DeFender
DeFender Apr 14 '15
fb connect plugin settings redirects to INVALID_URI


and debug


Message: Can't generate URI! Route `fbconnect_configuration_fields` not found!
.................\public_html/ow_core/router.php
Line: 262

The Forum post is edited by ross Apr 16 '15
dave Leader
dave Apr 14 '15
Yeah its only compatible with 1.7.2 well so far at least.   Seems that a route call from the plugin to either the facebook api or the core router is wrong.   Its probably just a simple page name value in the router call. 


Ill have to download 1.7.3 and unpack it and check it out.  Ill try to get back with you asap. 

ross Team
ross Apr 15 '15
provide the screenshot of your FB app settings please

and the exact steps after which you get this error. 

DeFender
DeFender Apr 15 '15
when I click settings, page redirects to www.mysite.com/ INVALID_URI


and if I go www.mysite.com/admin/plugins/fbconnect/settings it is OK

The Forum post is edited by DeFender Apr 15 '15
ross Team
ross Apr 15 '15
Defender, I'm sorry but we cannot reproduce that on our side. 

Can you please try to deactivate/reactive plugin and try again? if the issue persists, PM me your admin details for the website and FTP access details. 

DeFender
DeFender Apr 16 '15
I have updated my site auto. now I have downloaded fresh 1.7.3 and fbconnect plugin to my pc.


I compared these plugins, there is diference .


in fresh oxwall 1.7.3 init.php (fbconnect) is missing code


$route = new OW_Route('fbconnect_configuration_fields', 'admin/plugins/fbconnect/settings', 'FBCONNECT_CTRL_Admin', 'settings'); // backward compatibilityOW::getRouter()->addRoute($route);


I have add it, and now all OK. Problem SOLVED


dave Leader
dave Apr 16 '15
I thought it might be a route, sorry i did not get back to you i was overwhelmed yesterday with trying to get my plugin done.   So sorry about that.. 


nice job :)  thanks for letting us know

ross Team
ross Apr 16 '15
I just checked the package, downloaded brand new, and this line of code is there, something was wrong on your side, I have even checked the test websites I have. 

Anyway, thank for letting us know.