and debug
Message: Can't generate URI! Route `fbconnect_configuration_fields` not found!
.................\public_html/ow_core/router.php
Line: 262
and debug
Message: Can't generate URI! Route `fbconnect_configuration_fields` not found!
.................\public_html/ow_core/router.php
Line: 262
Ill have to download 1.7.3 and unpack it and check it out. Ill try to get back with you asap.
and the exact steps after which you get this error.
and if I go www.mysite.com/admin/plugins/fbconnect/settings it is OK
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.
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
nice job :) thanks for letting us know
Anyway, thank for letting us know.