Reply To: Facebook, "internal server error", and "admin-ajax.php"

Forums SNAP – WordPress Plugin Forums Facebook, "internal server error", and "admin-ajax.php" Reply To: Facebook, "internal server error", and "admin-ajax.php"

#132690
boah123
Participant

    I’ve been able to obtain more info!

    The 500 error code said:
    “Invalid or no certificate authority found, using bundled information”.

    I’ve tried to re-authenticate and got this message:
    -= This is normal technical authorization info that will dissapear (Unless you get some errors) =-

    Array
    (
    [http_request_failed] => Array
    (
    [0] => SSL certificate problem, verify that the CA cert is OK. Details:
    error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
    )

    )
    -=
    Array
    (
    [doFB] => 0
    [nName] => mydomain.com
    [fbAppID] => xxxxxxxxxxxxxx
    [fbAppSec] => xxxxxxxxxxxxxxxxxxxxxxxxxx
    [catSelEd] =>
    [fbPostType] => A
    [fbAttch] => 2
    [fbAttchAsVid] => 0
    [imgUpl] => 1
    [fbMsgFormat] => %TITLE%
    [fbMsgAFrmt] =>
    [fbURL] => https://www.facebook.com/mydomain.com
    [fbPgID] => mydomain.com
    [fbAppAuthToken] => xxxxxxxxxxxxxxxxxxxx
    [fbAppPageAuthToken] => xxxxxxxxxxxxxxxxxxxxx
    [fbAppAuthUser] => xxxxxxxxxxxxxxxxxxxxxxxx
    [catSel] => 0
    [riComments] => 0
    [riCommentsAA] => 0
    [useFBGURLInfo] => 1
    [rpstOn] => 0
    [rpstDays] => 0
    [rpstHrs] => 2
    [rpstMins] => 0
    [rpstRndMins] => 15
    [rpstPostIncl] => 0
    [rpstType] => 2
    [rpstTimeType] => A
    [rpstFromTime] =>
    [rpstToTime] =>
    [rpstOLDays] => 30
    [rpstNWDays] => 365
    [nxsCPTSeld] => a:1:{i:0;s:4:”post”;}
    [rpstBtwDays] => Array
    (
    )

    )
    Array
    (
    [headers] => Array
    (
    [access-control-allow-origin] => *
    [cache-control] => no-store
    [content-type] => application/json; charset=UTF-8
    [expires] => Sat, 01 Jan 2000 00:00:00 GMT
    [pragma] => no-cache
    [www-authenticate] => OAuth “Facebook Platform” “invalid_code” “This authorization code has been used.”
    [x-fb-rev] => 1114696
    [x-fb-debug] => qCht7rtw/aYImXyqxDR2vZjmSf+8UJ5kQL1ZLubG4Po=
    [date] => Sun, 09 Feb 2014 11:02:54 GMT
    [connection] => close
    [content-length] => 97
    )

    [body] => {“error”:{“message”:”This authorization code has been used.”,”type”:”OAuthException”,”code”:100}}
    [response] => Array
    (
    [code] => 400
    [message] => Bad Request
    )

    [cookies] => Array
    (
    )

    [filename] =>
    )

    After that, the test post on my Facebook page did work. I can also report to Facebook. However, the message “Sending update to Facebook” remains visible. As is the error message via Ajax in the browser (500 error).

    So, on one had it is working and on the other hand it is not working how is suppose to be.

    Any hints?