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
/printthread.php 16 require_once



UserSpice
Transfer US - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Documentation (https://userspice.com/forums/forumdisplay.php?fid=30)
+--- Thread: Transfer US (/showthread.php?tid=731)



Transfer US - kingnath - 09-08-2017

I have been working with US on my localserver, after some editing i want to install the files on my web host. How can this be possible in other to retain the changes made.

Thanks...


Transfer US - mudmin - 09-09-2017

It's actually super easy. All you have to do is

1. Go into php myadmin.
2. Export the database
3. Copy all your files to the webserver
4. Create a database on the webserver (ideally with the same name as your local one, but not necessary)
5. Import your database to the webserver
6. Edit users/init.php with your new database credentials

That's it. It should pretty much work.


Transfer US - kingnath - 09-09-2017

thanks, it was helpful...