Results 1 to 1 of 1

Thread: Facebook conect blank page issue

Threaded View

  1. #1

    Facebook conect blank page issue

    Good day,

    The problem is in the module Suhosin for PHP.
    Namely setting suhosin.executor.eval.blacklist = "base64_decode, etc .."
    In a plugin using Facebook Connect base64_decode and in performing this function Suhosin blocks it.

    What you need for an independent solution to this problem?

    Need to turn off the hook plugin that uses base64_decode; you need:
    - Go to Admin panel> Database
    - Put the code into textarea (SQL query field) and press Go
    Code:
    Only registered members can view the code.
    The next step we have to manually add the PHP code:
    - Connect through FTP to your website
    - Go to /includes/controllers/ and edit the file common.inc.php
    - Search the code
    Code:
    Only registered members can view the code.
    and replate it to the code
    Code:
    Only registered members can view the code.
    - Save and close the file

    After these steps, the plugin will work, and you should see a white page after login via Facebook.
    If you have any questions or this solution does not help you, you can ask your questions in this topic.
    Last edited by Alex; May 7, 2014 at 04:14 AM. Reason: syntax error