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.2 Released
#2
I finally got around to uploading your new update to my server....

On your install page, I suggest setting up an already installed check. Make sure that when a user updates that they don't overwrite previous data and settings. Also with that check in place, you could make it easier to detect if the user is updating or not. That way if you make database changes you can create an update file that does not alter their settings, but make the necessary additions or deletions.

That's something I plan on working into my build in the near future.

Here is the code I used to check the database to see if database is already installed:
<pre>
Code:
// Check to make sure database is not already installed.  If so then remind user to delete the install folder.
$tableExists = $DBH->query("SHOW TABLES LIKE '".$db_table_prefix."configuration'");
if($tableExists->rowCount()>0){
    echo 'It looks like your database is already installed!';
    echo "<br><br>";
    echo "Make sure to delete the install folder!";
}else{
    // Database not installed yet, let's install!

}
</pre>


I still get this message:
For security reasons, you need to change your reCAPTCHA key.

I think your missing an equal sign here (footer.php)...
Code:
if($publickey = "6LenGxITAAAAAImPQkqg_xBC0ZnGvopGa3jeP7S7")
should be...
Code:
if($publickey == "6LenGxITAAAAAImPQkqg_xBC0ZnGvopGa3jeP7S7")

On the Admin Configuration Page, Template Drop-down, Is that right? Or are you still working on that?

Otherwise everything looks good!
Keep the updates coming! Smile
  Reply


Messages In This Thread
UserSpice 3.0.2 Released - by mudmin - 12-15-2015, 06:15 PM
UserSpice 3.0.2 Released - by DaVaR - 12-22-2015, 12:15 AM
UserSpice 3.0.2 Released - by dowen12 - 12-22-2015, 06:56 AM
UserSpice 3.0.2 Released - by blur - 12-22-2015, 07:06 PM
UserSpice 3.0.2 Released - by mudmin - 12-23-2015, 12:15 AM
UserSpice 3.0.2 Released - by aliahjn - 12-28-2015, 08:11 AM
UserSpice 3.0.2 Released - by blur - 12-28-2015, 01:11 PM
UserSpice 3.0.2 Released - by blur - 12-28-2015, 03:31 PM
UserSpice 3.0.2 Released - by blur - 12-28-2015, 04:04 PM
UserSpice 3.0.2 Released - by mudmin - 12-28-2015, 04:05 PM
UserSpice 3.0.2 Released - by mudmin - 12-28-2015, 04:08 PM
UserSpice 3.0.2 Released - by mudmin - 12-28-2015, 04:15 PM
UserSpice 3.0.2 Released - by mudmin - 12-28-2015, 04:21 PM
UserSpice 3.0.2 Released - by mudmin - 12-28-2015, 05:16 PM
UserSpice 3.0.2 Released - by blur - 12-28-2015, 06:43 PM
UserSpice 3.0.2 Released - by blur - 12-28-2015, 08:08 PM
UserSpice 3.0.2 Released - by mudmin - 12-28-2015, 08:22 PM
UserSpice 3.0.2 Released - by aliahjn - 12-29-2015, 01:27 AM
UserSpice 3.0.2 Released - by DaVaR - 12-29-2015, 01:56 AM
UserSpice 3.0.2 Released - by mudmin - 12-29-2015, 03:52 PM
UserSpice 3.0.2 Released - by mudmin - 12-29-2015, 03:53 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)