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
Database prefix
#2
I can't think of an easy way to do this.

My thought would be to temporarily rename your table to settings3. Install userspice. Rename the userspice table to settings2 and your settings 3 back to settings.

From there you can do a find/replace and there are only a few changes...

To take care of the queries...
Find
FROM settings
replace with
FROM settings2

To take care of the times we update the settings....
update('settings'
and replace with
update('settings2'

My gut says userspice will work fine if you do that. If not, you can always reinstall.
  Reply


Messages In This Thread
Database prefix - by snazzypants - 08-25-2016, 03:02 AM
Database prefix - by mudmin - 08-25-2016, 07:01 PM
Database prefix - by mudmin - 08-26-2016, 01:58 AM
Database prefix - by snazzypants - 08-27-2016, 02:19 AM
Database prefix - by mudmin - 08-27-2016, 02:35 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)