• Resolved netizenconsultant

    (@netizenconsultant)


    Hi,

    I got error in apache error log after update to v 5.1.4

    [proxy_fcgi:error] AH01071: Got error 'PHP message: tribe-canonical-line channel=default level=warning source=Tribe__Promoter__Connector::make_call url="https://us-central1-promoter-auth-connector.cloudfunctions.net/promoterConnector/connect/auth" args="{\\"body\\":{\\"token\\":\\"3iKwehUQYwIFmn7SGmQjLybX1fcLMuF3\\"},\\"sslverify\\":false}" response="{\\"headers\\":{},\\"body\\":\\"Invalid token sent\\",\\"response\\":{\\"code\\":400,\\"message\\":\\"Bad Request\\"},\\"cookies\\":[],\\"filename\\":null,\\"http_response\\":{\\"data\\":null,\\"headers\\":null,\\"status\\":null}}" response_code=400'

    Waiting for your feedback

Viewing 1 replies (of 1 total)
  • Thank you for your report, based on the error we can identify that you are using Promoter (and you are experiencing some connection errors), the error itself is used to identify any time your site has problems to notify promoter of any changes on your WordPress installation.

    Additionally to this it looks like your site is reporting all warning errors, usually warnings does not prevent any functionality from working as expected, so you might want to change the level of verbosity of your logs in case you are looking to remove this specific notice from your logs with the following snippet.

    
    function change_tribe_log_level() {
       return 'ERROR';
    }
    add_filter( 'tribe_log_level', 'change_tribe_log_level');
    

    However I think we can change the level of verbosity on upcoming releases for this logged value so on upcoming releases this notice is only registered at debug level.

    Please let us know in case you have additional questions about this report, thank you for reaching out.

Viewing 1 replies (of 1 total)

The topic ‘fcgi error after update v 5.1.4’ is closed to new replies.