Facebook connect

Hi. I think i enabled Facebook Connect module but didn't enter Facebook app secret. cant get in the facebook app to disable. What d i do now? Is there a way to disable and uninstall app when its not possible to go in to the app and disable?

  • 1097
  • More
Replies (1)
    • Hello Dantien !

      If you can't login to the admin area of Facebook connect module then you may try to execute the following query in your UNA Database:

      UPDATE `sys_modules` set `enabled`=0 WHERE `name`='bx_facebook' LIMIT 1;

      Then clear the content of cache folder, leave there only .htaccess file.

      Login or Join to comment.