Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: baller1308 on December 31, 2007, 03:12:09 AM

Title: smf board error
Post by: baller1308 on December 31, 2007, 03:12:09 AM
This is what I am seeing.  I tried to import a new smf_board backup and it wasn't working, so I tried dropping it and then importing it again and it still doesn't work.  Now i have this error.

QuoteTable 'halopunk_smf1.smf_boards' doesn't exist
File: /home/halopunk/public_html/forums/Sources/TPortal.php
Line: 1750

Note: It appears that your database may require an upgrade. Your forum's files are currently at version SMF 1.1.4, while your database is at version 1.1.3. The above error might possibly go away if you execute the latest version of upgrade.php.

How do I go about fixing this?  How do I execute the upgrade.php and where is it at?
Title: Re: smf board error
Post by: !Hachi! on December 31, 2007, 05:08:28 AM
you can find that file in   http://www.simplemachines.org/download/
       but read it here
http://docs.simplemachines.org/index.php?board=3.0
Title: Re: smf board error
Post by: Fiery on January 20, 2008, 09:47:35 PM
Hello,

Just run the upgrade found in the upgrade package.  If all of your files are up-to-date then just upload upgrade.php and the 2 .sql files.

Let us know how that goes.
Title: Re: smf board error
Post by: babjusi on January 20, 2008, 10:55:20 PM
Guys, I don''t think that would help him as if you will notice his first part of the error message, it misses a database table and running the upgrader I think will not solve anything at all.

@baller1308 you can safely ignore that upgrade message as there is no changes in the database between versions of the same serie.

But if it makes you feel any better you can change the value from 1.1.2 to 1.1.4 at the smf_settings table in the db at phpmyadmin in the cp of your host.

Or you can run the following query at the SQL tab:

UPDATE `smf_settings` SET `value`='1.1.4' WHERE `variable`='smfVersion' LIMIT 1;

And if dropping/exporting/importing that particular board didn''t work, then I would suggest that you restore your whole recent backup
Title: Re: smf board error
Post by: Fiery on January 20, 2008, 11:08:11 PM
Dropping in the table should work