View Single Post
  #47  
Old 01-03-2004, 09:26 PM
MindTrix's Avatar
MindTrix MindTrix is offline
 
Join Date: Apr 2002
Location: United Kingdom
Posts: 1,833
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
   
(styleidtitletemplatetemplate_untemplatetypedatelineusernameversion)
   
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 errorDuplicate 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]
UsernameTrix
IP Address
shhh hehe 
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02905 seconds
  • Memory Usage 1,847KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete