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
UserSpice 3.0.3 Released!
#7
Server Stats
Windows 10 Pro

WAMP Server v2.5
Apache 2.4.9
MySQL 5.6.17
PHP v5.5.12

I installed UserSpice on my WAMP server and here are some of the suggestions I have.

The install file does not just show my current PHP version, it shows the php info.
Try changing line 59 from
Code:
phpinfo()
to
Code:
echo phpversion();
That way it only displays the current PHP version number.

On my install file is used this:
<pre>
Code:
                if (version_compare(phpversion(), '5.5.0', '<')) {
                    // php version isn't high enough
                    echo " - <font color=red><strong>Out of Date, Update to 5.5.0 or greater to continue.</strong></font>";
                    echo " - <a href='http://php.net/' target='_blank'>PHP Website</a>";
                    $server_check_status = "FALSE"; // Can change this to die; or something.
                } else {
                    echo " - <font color=green><strong>Good To Go!</strong></font>";
                }
</pre>

It allowed me to block the install if version was not current enough.

The recaptcha file you posted above did fix the footer bug.
In Register.php, the recaptcha box does not display.
However when I register I get the following error:
Code:
Notice: Undefined index: g-recaptcha-response in C:\wamp\www\register.php on line 53

I was able to get the recaptcha box to show in register.php by adding the following line near the bottom.
Code:
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
After adding the above line, I was able to sign up with no errors.

Able to login also.

Everything seems to be working well on my window's server.

Server Stats
Ubuntu 14.04

Apache 2.4.7
PHP 5.5.9
MySQL 5.5.46

With the changes above
Install was good
Register first user was good
Login good

Created a basic user
I noticed that the forgot password, and resend activation email links shows up when I am logged in. lol

I am not getting the header issue on either server.

I would try moving
Code:
ob_start();
From: models/top-nav.php
To: models/config.php

Hope this helps. Keep up the good work!
  Reply


Messages In This Thread
UserSpice 3.0.3 Released! - by mudmin - 12-29-2015, 05:23 PM
UserSpice 3.0.3 Released! - by dowen12 - 01-01-2016, 06:41 PM
UserSpice 3.0.3 Released! - by mudmin - 01-02-2016, 04:43 PM
UserSpice 3.0.3 Released! - by mudmin - 01-02-2016, 04:59 PM
UserSpice 3.0.3 Released! - by mudmin - 01-02-2016, 08:17 PM
UserSpice 3.0.3 Released! - by DaVaR - 01-03-2016, 12:44 AM
UserSpice 3.0.3 Released! - by DaVaR - 01-03-2016, 01:50 AM
UserSpice 3.0.3 Released! - by mudmin - 01-03-2016, 04:52 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)