Scott MacVicar
Wed 23rd Jan '02, 11:19am
hmm, i was installing a vB for a client upgrading from 2.0.3 to the 2.2 series
open upgrade13.php
look at
echo "<p><script language=\"javascript\">window.location=\"$thisscript?step=$step&startat=".($startat+$perpage)."#end\";</script><a name=\"end\"></a><a href=\"upgrade1.php?step=$step&startat=".($startat+$perpage)."#end\"><b>Batch completed. Click here to do next batch if you are not redirected --></b></a></p>\n";
it says Click Here to do next batch if you are not redirected, this link is to upgrade1.php not to $thisscript
all the versions i have are wrong including 2.2.2 RC
open upgrade13.php
look at
echo "<p><script language=\"javascript\">window.location=\"$thisscript?step=$step&startat=".($startat+$perpage)."#end\";</script><a name=\"end\"></a><a href=\"upgrade1.php?step=$step&startat=".($startat+$perpage)."#end\"><b>Batch completed. Click here to do next batch if you are not redirected --></b></a></p>\n";
it says Click Here to do next batch if you are not redirected, this link is to upgrade1.php not to $thisscript
all the versions i have are wrong including 2.2.2 RC