Well that is in the game plan but I was hoping to pull this one back to life before I had to start over.
So basically if I can find the old version number i can just change that field in phpmyadmin where we were yesterday to what it should be and we should be good to go?
In theory….?
version.php
<?php
// This holds the version number in a separate file so we can bump it without cluttering the SVN
$wp_version = ‘2.3.3’;
$wp_db_version = 6124;
?>
thank for this …it works….I arise from the ashes!!