Quote:
Originally Posted by Beermonster
Where do you put the path to the forum in? there is one line in php-clone.php that says Path to the forum not forums, which path is this?
Edit: and also how are you able to upgrade the databases or is it just files this updates?
|
Code:
$oldls = './public_html/forums';
you can use relative or absolute when it comes to the path i.e."
Code:
$oldls = '/some/pathto/public_html/forums';
This does nothing to the databases.