|
Was I suppose to make additional changes after the upgrade? I copy all the files during the upgrade and folders except the config per instruction and did my upgrade.
Is this correct on this portion of the header_inc.php that I am using? I did not make any changes in this file.
eval('$vbfooter = "' . fetch_template('footer') . '";');
$vbfooter = process_replacement_vars($vbfooter);
$vbfooter = "</div>$vbfooter";
$footvars = array('"$admincpdir', '"$modcpdir', '"archive', '"sendmessage.php');
$footrepl = array("{$vboptions['bburl']}/{$admincpdir}","{$vboptions['bburl']}/{$modcpdir}","{$vboptions['bburl']}/archive", "{$vboptions['bburl']}/sendmessage.php");
$footer = str_replace( $footvars, $footrepl, $vbfooter );
|