Announcement

Collapse
No announcement yet.

Error upgrading from 3.05 to 3.06

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

  • Error upgrading from 3.05 to 3.06

    Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /forums/includes/db_mysql.php on line 389

    Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.') in /forums/includes/db_mysql.php on line 389

    Database error in vBulletin 3.0.6:
    Invalid SQL:
    SELECT forum.forumid, lastpost, lastposter, lastthread, lastthreadid, lasticonid, threadcount, replycount
    FROM forum AS forum

    mysql error: Unknown column 'lastthread' in 'field list'
    mysql error number: 1054
    Date: Wednesday 19th of January 2005 12:54:14 PM

  • #2
    This error means that you did not upload all the vB 3.0.6 files. Reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment


    • #3
      Done and done...still the same error

      Comment


      • #4
        Hmmm...'lastthread' is a standard field in the forum table and it was in 3.0.5 as well. If you are missing this field, then this would also account for this error. I'd be worried about why it is missing though.

        Check the database with phpMyAdmin and make sure this field is in fact missing. If so, backup your database first, then run this query to recreate this field:

        ALTER TABLE forum ADD lastthread CHAR(250) NOT NULL;

        You'll need to update the thread and forum counters after doing this.
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment

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