I'm working with a customer to convert their message board over to SMF. It would seem that the software that XSOrbit uses is (nearly?) identical to SMF. However, the board is giving me the error:
Table 'vine_tvf.thevinefactory_settings' doesn't exist
After creating the Settings.php file to properly access the database. I know that the error is not true, because I have seen the entries within the database, and they do exist. However, it may be the case that SMF uses a slightly different settings within the database.
Does anyone know what I might do to get this working?
SHOW CREATE TABLE vine_tvf.thevinefactory_settings;
What is phpMyAdmin? (http://www.simplemachines.org/community/index.php?topic=21919.0) Are you sure the prefix is completely correct? Maybe the database name has a typo in it?
-[Unknown]
Ah -
Thanks for the swift kick in the butt. I just realized that the prefix was thevinevactory_ instead of thevinefactory_
Everything seems to work now.
Thanks!
Well, there are still a few errors.
None of the passwords work for the users. Even if I try to create a new user, the password doesn't work.
Also, when you click on one of the forums, it comes up with an error:
Unknown column 'b.override_theme' in 'field list'
Any ideas?
Run the upgrade.php from the upgrade package.
-[Unknown]