The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
4.2 Beta Released - Final Version is coming soon
#7
Not sure if it was just me, but the Google instructions were spot on, but the Facebook instructions were only half right. Also, in /users/fb-callback.php on line 16, i had to change:
Code:
require_once("/src/Facebook/autoload.php");

to

Code:
require_once("src/Facebook/autoload.php");

As it was creating an error stating it couldn't find the file. Same thing for /users/includes/facebook_oauth.php on line 51

Code:
require_once("/src/Facebook/autoload.php");

to

Code:
require_once("src/Facebook/autoload.php");
  Reply


Messages In This Thread
4.2 Beta Released - Final Version is coming soon - by marcchoover - 12-07-2016, 05:49 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)