Announcement

Collapse
No announcement yet.

Database Error: 1054

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [Forum] Database Error: 1054

    Getting this error sent to my email on a regular basis:

    Database error in vBulletin 4.1.5:

    Invalid SQL:

    SELECT pm.*, pmtext.*
    , icon.title AS icontitle, icon.iconpath
    FROM pm AS pm
    LEFT JOIN pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
    LEFT JOIN icon AS icon ON(icon.iconid = pmtext.iconid)
    WHERE pm.userid=11917 AND pm.folderid=inbox
    ORDER BY pmtext.dateline DESC
    LIMIT 0, 20;

    MySQL Error : Unknown column 'inbox' in 'where clause'
    Error Number : 1054
    Request Date : Friday, December 2nd 2011 @ 11:24:45 PM
    Error Date : Friday, December 2nd 2011 @ 11:24:45 PM
    Script : http://www.sn95forums.com/mobiquo/mobiquo.php
    Referrer :
    IP Address : 174.253.214.85
    Username : 94svtturbo
    Classname : vB_Database
    MySQL Version :

    Anyone?

  • #2
    Another

    Database error in vBulletin 4.1.5:

    Invalid SQL:

    REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
    VALUES (0, '207.46.192.59', 1, 'Matt94GT', '', 'post.dateline', 'DESC', 3.24217, 1, '928977,919842,918439,918430', 1322925653, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{ i:7964;s:8:\"Matt94GT\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0; s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', 'ef911fae43338b68ce996fd4501765c6');

    MySQL Error : Table 'snforums_vbdata2011.search' doesn't exist
    Error Number : 1146
    Request Date : Saturday, December 3rd 2011 @ 09:20:53 AM
    Error Date : Saturday, December 3rd 2011 @ 09:20:57 AM
    Script : http://sn95forums.com/post_thanks.ph...dthanks&u=7964
    Referrer :
    IP Address : 207.46.192.59
    Username : Unregistered
    Classname : vB_Database
    MySQL Version :

    Comment


    • #3
      2nd one is not related to vbulletin. Ask the add-on author.

      Not sure about the first one.

      Comment

      Related Topics

      Collapse

      Working...
      X