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
Little Bugs in final version
#1
Hey folks !

I just downloaded the final version of US4 and found some bugs:
When I use the facebook-login I got some fatal errors while loading the sources. I fixed two errors and after that the login with facebook works fine:

File: users/fb-callback.php
Line 16:
old:
Code:
require_once("/src/Facebook/autoload.php");
new:
Code:
require_once("src/Facebook/autoload.php");

File: users/includes/facebook_oauth.php
Line 51:
old:
Code:
require_once("/src/Facebook/autoload.php");
new:
Code:
require_once("src/Facebook/autoload.php");
-----
Also the FB-Button needs a fix to show on website:

File: users/includes/facebook_oauth.php
Line 64:
old:
Code:
.$us_url_root.'/users/images/facebook.png" alt=""/></a>';
new:
Code:
.$us_url_root.'users/images/facebook.png" alt=""/></a>';
-----

After that I also found an error with loading the jquery.js in file "header.php":

File: users/includes/header.php
Line 107:
old:
Code:
<script src="<?=$us_url_root?>users/js/jquery.min.js"></script>
new:
Code:
<script src="<?=$us_url_root?>users/js/jquery.js"></script>
-----

Now the installation works (until now) without any errors Wink

Yours

Kighlander
  Reply


Messages In This Thread
Little Bugs in final version - by Kighlander - 02-18-2017, 08:27 AM
Little Bugs in final version - by mudmin - 02-18-2017, 12:35 PM
Little Bugs in final version - by mudmin - 02-18-2017, 01:06 PM
Little Bugs in final version - by Kighlander - 02-18-2017, 03:43 PM
Little Bugs in final version - by mudmin - 02-18-2017, 06:51 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)