Viewing 1 replies (of 1 total)
  • Thread Starter vitalyc

    (@vitalyc)

    I found the problemm.
    PHP version was 5.3 ??
    Now everything fixed ??
    P.S.
    After change line 98
    from:
    $response = (new FacebookRequest($this->session, 'GET', $slug))->execute();
    to:

    $facebook_req = new FacebookRequest($this->session, 'GET', $slug);
    $response = $facebook_req->execute();

    I got error about wrong PHP version.

Viewing 1 replies (of 1 total)
  • The topic ‘Stop work on a new host’ is closed to new replies.