Quote:
Originally Posted by dilbert
Yes, I have my open / in-use 3.6.8 site, and my test 3.7 site. Yes, they are in the same database - unfortunately my host only allows on db with my plan.
If I wanted to attempt a clean install, can I modify includes/local_links_init.php and reinstall?
|
Yes, just edit the line
Code:
// Database Table Prefix
define('THIS_TABLE', 'local_');
eg to
Code:
// Database Table Prefix
define('THIS_TABLE', 'test_');
and reupload the product xml file via the vb admincp.
You should also re-upload the (2.2.8) installer for your live forum, so that the two sets of database tables each know which version they are