I was not able to import my old UBB.classic into the new Threads, but instead got stuck in the following place in th4 import script.
(I performed an installation from scratch and not an upgrade.)

Code
// Are we importing to a UBB.threads 7.x board?
$ver = preg_replace("/[^\d\.]/", "", $VERSION);
if( version_compare( $ver, "7.0.0.268", "<" ) ) {
	echo "Sorry, but this import version works only for UBB.threads&trade; 7.0
This appears to be version $VERSION.";
	exit;
} 

Without knowing better I changed the code from "7.0.0.268" to only "7.0", and tried again, and then it worked.

I have not seen this problem in any beta version nor in the rc1 version.


Last edited by Rick; 10/06/2006 11:07 AM.