Ok got a database error on upgrade. And also that yellow bar is loading all the way across my screen like mad
PHP Code:
Database error in vBulletin 3.0.0 Release Candidate 1:
Invalid SQL:
INSERT INTO template
(styleid, title, template, template_un, templatetype, dateline, username, version)
VALUES
(1, 'VBINDEX', '$stylevar[htmldoctype]
<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">
<head>
<!-- no cache headers -->
<meta http-equiv=\\\"Pragma\\\" content=\\\"no-cache\\\" />
<meta http-equiv=\\\"Expires\\\" content=\\\"-1\\\" />
<meta http-equiv=\\\"Cache-Control\\\" content=\\\"no-cache\\\" />
<!-- end no cache headers -->
<title>$vboptions[bbtitle] - $vbphrase[powered_by_vbindex]</title>
$headinclude
</head>
<body>
$home[header]
$home[navbar]
<table cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"$stylevar[tablewidth]\\\">
<tr>
\" . ((($vbindex[\'options\'] & VBI_LEFT_COL) OR ($vbindex[\'options\'] & VBI_BOTH_COLS)) ? (\"$home[leftside]\") : (\"\")).\"
<!-- start main col -->
<td style=\\\"vertical-align:top\\\">
<!-- welcome box -->
<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" class=\\\"tborder\\\" width=\\\"100%\\\" style=\\\"text-align: center\\\">
<tr>
<td>
<table cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\">
<tr>
<td class=\\\"tcat\\\" colspan=\\\"6\\\" style=\\\"text-align: center; vertical-align: middle\\\">
<strong>$vbphrase[vbi_welcome]</strong></td>
</tr>
<tr>
<td class=\\\"alt2\\\" style=\\\"text-align: center; vertical-align: middle\\\" width=\\\"100\\\">
\" . (($showavatar) ? (\"<img src=\\\"$avatarurl\\\" alt=\\\"$vbphrase[your_avatar]\\\" title=\\\"$vbphrase[your_avatar]\\\" border=\\\"0\\\" />\") : (\"\")).\"</td>
<td class=\\\"alt1\\\" style=\\\"text-align: center\\\">
<span class=\\\"smallfont\\\">
\" . (($showmemberwelcome) ? (\"
$vbphrase[welcome_back] $bbuserinfo[musername]!<br />\" . (($vbindex[\'options\'] & VBI_SHOWNEWPOSTS) ? (\"<br />
$vbphrase[new_and_updated_threads]: <strong>$home[newthreads]</strong> | $vbphrase[new_posts]: <strong>$home[newposts]</strong>\" . (($vbindex[\'options\'] & VBI_SUBNEWPOSTS) ? (\"<br />$vbphrase[updated_subscribed_threads]: <strong>$home[subscribedthreads]</strong>\") : (\"\")).\"\") : (\"\")).\"<br />
\" . (($permissions[\'forumpermissions\'] & CANSEARCH) ? (\"<a href=\\\"$vboptions[bburl]/search.php?$session[sessionurl]do=getnew\\\"><strong>$vbphrase[view_new_posts]</strong></a> | <a href=\\\"$vboptions[bburl]/search.php?$session[sessionurl]do=getdaily\\\"><strong>$vbphrase[todays_posts]</strong></a>\") : (\"\")).\"
\") : (\"$vbphrase[vbi_welcome] <strong>$vbphrase[guest]</strong>!<br />$home[welcomemessage]\")).\"<br /></span>
</td>
<td class=\\\"alt2\\\" style=\\\"text-align: center; vertical-align: middle\\\" width=\\\"100\\\">
<span class=\\\"smallfont\\\">$vbphrase[members]: <strong>$home[numbermembers]</strong><br /><!--<br />Threads: <strong>$home[totalthreads]</strong><br />Posts: <strong>$home[totalposts]</strong><br />--><br /><a href=\\\"$vboptions[bburl]/showgroups.php?$session[sessionurl]\\\"><strong>$vbphrase[forum_leaders]</strong></a></span></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<!-- /welcome box -->
$home[news]
</td>
<!-- end main col -->
\" . ((($vbindex[\'options\'] & VBI_RIGHT_COL) OR ($vbindex[\'options\'] & VBI_BOTH_COLS)) ? (\"$home[rightside]\") : (\"\")).\"
</tr>
</table>
$home[footer]
</body>
</html>', '$stylevar[htmldoctype]
<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">
<head>
<!-- no cache headers -->
<meta http-equiv=\"Pragma\" content=\"no-cache\" />
<meta http-equiv=\"Expires\" content=\"-1\" />
<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />
<!-- end no cache headers -->
<title>$vboptions[bbtitle] - $vbphrase[powered_by_vbindex]</title>
$headinclude
</head>
<body>
$home[header]
$home[navbar]
<table cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"$stylevar[tablewidth]\">
<tr>
<if condition=\"($vbindex[\'options\'] & VBI_LEFT_COL) OR ($vbindex[\'options\'] & VBI_BOTH_COLS)\">$home[leftside]</if>
<!-- start main col -->
<td style=\"vertical-align:top\">
<!-- welcome box -->
<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"tborder\" width=\"100%\" style=\"text-align: center\">
<tr>
<td>
<table cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\">
<tr>
<td class=\"tcat\" colspan=\"6\" style=\"text-align: center; vertical-align: middle\">
<strong>$vbphrase[vbi_welcome]</strong></td>
</tr>
<tr>
<td class=\"alt2\" style=\"text-align: center; vertical-align: middle\" width=\"100\">
<if condition=\"$showavatar\"><img src=\"$avatarurl\" alt=\"$vbphrase[your_avatar]\" title=\"$vbphrase[your_avatar]\" border=\"0\" /></if></td>
<td class=\"alt1\" style=\"text-align: center\">
<span class=\"smallfont\">
<if condition=\"$showmemberwelcome\">
$vbphrase[welcome_back] $bbuserinfo[musername]!<br /><if condition=\"$vbindex[\'options\'] & VBI_SHOWNEWPOSTS\"><br />
$vbphrase[new_and_updated_threads]: <strong>$home[newthreads]</strong> | $vbphrase[new_posts]: <strong>$home[newposts]</strong><if condition=\"$vbindex[\'options\'] & VBI_SUBNEWPOSTS\"><br />$vbphrase[updated_subscribed_threads]: <strong>$home[subscribedthreads]</strong></if></if><br />
<if condition=\"$permissions[\'forumpermissions\'] & CANSEARCH\"><a href=\"$vboptions[bburl]/search.php?$session[sessionurl]do=getnew\"><strong>$vbphrase[view_new_posts]</strong></a> | <a href=\"$vboptions[bburl]/search.php?$session[sessionurl]do=getdaily\"><strong>$vbphrase[todays_posts]</strong></a></if>
<else />$vbphrase[vbi_welcome] <strong>$vbphrase[guest]</strong>!<br />$home[welcomemessage]</if><br /></span>
</td>
<td class=\"alt2\" style=\"text-align: center; vertical-align: middle\" width=\"100\">
<span class=\"smallfont\">$vbphrase[members]: <strong>$home[numbermembers]</strong><br /><!--<br />Threads: <strong>$home[totalthreads]</strong><br />Posts: <strong>$home[totalposts]</strong><br />--><br /><a href=\"$vboptions[bburl]/showgroups.php?$session[sessionurl]\"><strong>$vbphrase[forum_leaders]</strong></a></span></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<!-- /welcome box -->
$home[news]
</td>
<!-- end main col -->
<if condition=\"($vbindex[\'options\'] & VBI_RIGHT_COL) OR ($vbindex[\'options\'] & VBI_BOTH_COLS)\">$home[rightside]</if>
</tr>
</table>
$home[footer]
</body>
</html>', 'template', 1066846365, 'Eldorado', '3.0.0 Beta 7')
mysql error: Duplicate entry 'VBINDEX-1' for key 2
mysql error number: 1062
Date: Saturday 03rd of January 2004 05:25:05 PM
Script: [url="http://www.general.v76host.com/forum/admincp/vbiupgraded.php?step=7"]http://www.general.v76host.com/forum/admincp/vbiupgraded.php?step=7[/url]
Referer: [url="http://www.general.v76host.com/forum/admincp/vbiupgrade.php"]http://www.general.v76host.com/forum/admincp/vbiupgrade.php[/url]
Username: Trix
IP Address: shhh hehe