database error, users and i cant save anything

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • badawidollah
    Senior Member
    • Oct 2008
    • 419
    • 5.0.X

    database error, users and i cant save anything

    Database error in vBulletin 3.8.4:

    Invalid SQL:

    SELECT title
    FROM usertitle
    WHERE minposts <= 0
    ORDER BY minposts DESC
    LIMIT 1;

    MySQL Error : Table 'tonop_forum5.usertitle' doesn't exist
    Error Number : 1146
    Request Date : Friday, October 9th 2009 @ 09:44:36 AM
    Error Date : Friday, October 9th 2009 @ 09:44:37 AM
    Script : http://www.nusantaraku.org/admincp/user.php?do=update
    Referrer : http://www.nusantaraku.org/admincp/u...?do=edit&u=226
    IP Address : 60.53.225.192
    Username : administrator
    Classname : vB_Database
    MySQL Version : 5.0.81-community
    the best Forum You Ever See. Best style and Best Index www.nusantaraku.org

    i need to make a link with you, do u need to make a link with my forum? together we achieve more

  • badawidollah
    Senior Member
    • Oct 2008
    • 419
    • 5.0.X

    #2
    <body>
    <table cellpadding="3" cellspacing="5" id="container">
    <tr>
    <td><img src="http://www.nusantaraku.org/image.php?type=dberror" alt="Database Error" width="48" height="48" /></td>
    <td id="bodytitle" width="100%">Database error</td>
    </tr>
    <tr>
    <td class="bodytext" colspan="2">The FORUM COMPUTER, HOSTING, SERVER, BLOG, FREE TOOLS DAN SOFTWARE, WEBMASTER, INTERNET, VPS DAN DEDICATED SERVER, JAWATAN KOSONG, BEASISWA, JUAL BELI, PINJAMAN, TANAH, RUMAH, APARTEMENT, CONDO, HOTEL, TRAVEL, CREDIT CARD, SPORT, BOLA, TECHNOLOGY, FOREX, MIRC, GAMBAR, MUZIK DAN VIDEO, ISLAM, CERITA, PERUBATAN, PENDIDIKAN, JOURNAL, KESIHATAN, HACKING, TUTORIAL, RESIPI, NASIONAL, RAKYAT, MALAYSIA, INDONESIA, THAILAND, SINGAPURA DAN BRUNEI database has encountered a problem.</td>
    </tr>
    <tr>
    <td colspan="2"><hr /></td>
    </tr>
    <tr>
    <td class="bodytext" colspan="2">
    Please try the following:
    <ul>
    <li>Load the page again by clicking the <a href="#" onclick="window.location = window.location;">Refresh</a> button in your web browser.</li>
    <li>Open the <a href="/">www.nusantaraku.org</a> home page, then try to open another page.</li>
    <li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li>
    </ul>
    </td>
    </tr>
    <tr>
    <td class="bodytext" colspan="2">The www.nusantaraku.org forum technical staff have been notified of the error, though you may <a href="mailto:[email protected]">contact them</a> if the problem persists.</td>
    </tr>
    <tr>
    <td class="bodytext" colspan="2">&nbsp;<br />We apologise for any inconvenience.</td>
    </tr>
    </table>

    <form><textarea rows="15" cols="70" wrap="off" id="message">Database error in vBulletin 3.8.4:

    Invalid SQL:

    SELECT title
    FROM usertitle
    WHERE minposts &lt;= 8
    ORDER BY minposts DESC;

    MySQL Error : Table 'tonop_forum5.usertitle' doesn't exist
    Error Number : 1146
    Request Date : Friday, October 9th 2009 @ 10:32:07 AM
    Error Date : Friday, October 9th 2009 @ 10:32:07 AM
    Script : http://www.nusantaraku.org/inlinemod...p;postids=1933
    Referrer : http://www.nusantaraku.org/inlinemod...did=481&amp;p=
    IP Address : 60.53.225.192
    Username : administrator
    Classname : vB_Database
    MySQL Version : 5.0.81-community</textarea></form>

    </body>
    the best Forum You Ever See. Best style and Best Index www.nusantaraku.org

    i need to make a link with you, do u need to make a link with my forum? together we achieve more

    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #3
      usertitle is a standard vbulletin table. Can you look in your database and see if it is there? (You should also use code tags when posting code.)

      Please don't PM or VM me for support - I only help out in the threads.
      vBulletin Manual & vBulletin 4.0 Code Documentation (API)
      Want help modifying your vbulletin forum? Head on over to vbulletin.org
      If I post CSS and you don't know where it goes, throw it into the additional.css template.

      W3Schools &lt;- awesome site for html/css help

      Comment

      • badawidollah
        Senior Member
        • Oct 2008
        • 419
        • 5.0.X

        #4
        Originally posted by Lynne
        usertitle is a standard vbulletin table. Can you look in your database and see if it is there? (You should also use code tags when posting code.)
        i found it
        using cpanel
        thanks
        the best Forum You Ever See. Best style and Best Index www.nusantaraku.org

        i need to make a link with you, do u need to make a link with my forum? together we achieve more

        Comment

        • badawidollah
          Senior Member
          • Oct 2008
          • 419
          • 5.0.X

          #5
          Originally posted by Lynne
          usertitle is a standard vbulletin table. Can you look in your database and see if it is there? (You should also use code tags when posting code.)

          SELECT COUNT(*) AS `Rows`, `usertitle` FROM `user` GROUP BY `usertitle` ORDER BY `usertitle`
          what to do to repair my database
          i found that on my usertitle
          the best Forum You Ever See. Best style and Best Index www.nusantaraku.org

          i need to make a link with you, do u need to make a link with my forum? together we achieve more

          Comment

          • badawidollah
            Senior Member
            • Oct 2008
            • 419
            • 5.0.X

            #6
            updated...

            please somebody help me
            the best Forum You Ever See. Best style and Best Index www.nusantaraku.org

            i need to make a link with you, do u need to make a link with my forum? together we achieve more

            Comment

            • Lynne
              Former vBulletin Support
              • Oct 2004
              • 26255

              #7
              So the usertitle table does exist? Have you tried to repair the table (although if that was the issue, it would say that).

              And what is that second query supposed to be or show? That is talking about the user table (which has a column named usertitle), not the usertitle table.

              Please don't PM or VM me for support - I only help out in the threads.
              vBulletin Manual & vBulletin 4.0 Code Documentation (API)
              Want help modifying your vbulletin forum? Head on over to vbulletin.org
              If I post CSS and you don't know where it goes, throw it into the additional.css template.

              W3Schools &lt;- awesome site for html/css help

              Comment

              • badawidollah
                Senior Member
                • Oct 2008
                • 419
                • 5.0.X

                #8
                Originally posted by Lynne
                So the usertitle table does exist? Have you tried to repair the table (although if that was the issue, it would say that).

                And what is that second query supposed to be or show? That is talking about the user table (which has a column named usertitle), not the usertitle table.

                user Check Status: OK user Optimize Status: OK
                the best Forum You Ever See. Best style and Best Index www.nusantaraku.org

                i need to make a link with you, do u need to make a link with my forum? together we achieve more

                Comment

                • Lynne
                  Former vBulletin Support
                  • Oct 2004
                  • 26255

                  #9
                  NOT the user table. I am talking about the usertitle table. It should be a separate table.

                  If you don't have a usertitle table, this is from the mysql-schema file:
                  Code:
                  CREATE TABLE " . TABLE_PREFIX . "usertitle (
                      usertitleid SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT,
                      minposts INT UNSIGNED NOT NULL DEFAULT '0',
                      title CHAR(250) NOT NULL DEFAULT '',
                      PRIMARY KEY (usertitleid)

                  Please don't PM or VM me for support - I only help out in the threads.
                  vBulletin Manual & vBulletin 4.0 Code Documentation (API)
                  Want help modifying your vbulletin forum? Head on over to vbulletin.org
                  If I post CSS and you don't know where it goes, throw it into the additional.css template.

                  W3Schools &lt;- awesome site for html/css help

                  Comment

                  • badawidollah
                    Senior Member
                    • Oct 2008
                    • 419
                    • 5.0.X

                    #10
                    Originally posted by Lynne
                    NOT the user table. I am talking about the usertitle table. It should be a separate table.

                    If you don't have a usertitle table, this is from the mysql-schema file:
                    Code:
                    CREATE TABLE " . TABLE_PREFIX . "usertitle (
                        usertitleid SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT,
                        minposts INT UNSIGNED NOT NULL DEFAULT '0',
                        title CHAR(250) NOT NULL DEFAULT '',
                        PRIMARY KEY (usertitleid)

                    i changed it to
                    ALTER TABLE `user` CHANGE `usertitle` `usertitle` SMALLINT( 250 ) NOT NULL

                    before it the "SMALLINT" was char
                    the best Forum You Ever See. Best style and Best Index www.nusantaraku.org

                    i need to make a link with you, do u need to make a link with my forum? together we achieve more

                    Comment

                    • Lynne
                      Former vBulletin Support
                      • Oct 2004
                      • 26255

                      #11
                      My user table has usertitle as a varchar(250). But again, why are you talking about the user table? It isn't the user table that is the problem.

                      Please don't PM or VM me for support - I only help out in the threads.
                      vBulletin Manual & vBulletin 4.0 Code Documentation (API)
                      Want help modifying your vbulletin forum? Head on over to vbulletin.org
                      If I post CSS and you don't know where it goes, throw it into the additional.css template.

                      W3Schools &lt;- awesome site for html/css help

                      Comment

                      • badawidollah
                        Senior Member
                        • Oct 2008
                        • 419
                        • 5.0.X

                        #12
                        Originally posted by Lynne
                        My user table has usertitle as a varchar(250). But again, why are you talking about the user table? It isn't the user table that is the problem.
                        wait
                        i am restoring my database.
                        i am only a newbie without experince in database or vbulletin
                        it s difficult for me
                        the best Forum You Ever See. Best style and Best Index www.nusantaraku.org

                        i need to make a link with you, do u need to make a link with my forum? together we achieve more

                        Comment

                        • badawidollah
                          Senior Member
                          • Oct 2008
                          • 419
                          • 5.0.X

                          #13
                          fixed
                          my usertitle was gone
                          the best Forum You Ever See. Best style and Best Index www.nusantaraku.org

                          i need to make a link with you, do u need to make a link with my forum? together we achieve more

                          Comment

                          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                          Working...