SMF Support > SMF 2.0.x Support

Need help

<< < (2/3) > >>

SlammedDime:
What is the database prefix?  if look in your database using phpmyadmin, under the rebel_smf database, what are the table names?  smf_settings? smf_members?  [somethingelse]_settings?  What is the prefix?

Rebelbelle:

--- Quote from: SlammedDime on June 06, 2008, 02:51:05 PM ---What is the database prefix?  if look in your database using phpmyadmin, under the rebel_smf database, what are the table names?  smf_settings? smf_members?  [somethingelse]_settings?  What is the prefix?

--- End quote ---

The only settings that I have are the smf_settings listed.

SlammedDime:
Here is a shot from phpMyAdmin.  As you can see on my installation, 'smf_' is my database prefix.

Whatever yours is, you need to make sure that is reflected on the repair_settings.php page.

Rebelbelle:
I am attaching a screenshot of myphp and repair settings for you to see that it all matches.

spearfish:
Your attachments are just blank RTF's.... anyways,


--- Quote from: Rebelbelle on June 06, 2008, 01:41:47 PM ---Table 'rebel_smf.settings' doesn't exist

--- End quote ---


--- Quote from: Rebelbelle on June 06, 2008, 03:04:51 PM ---The only settings that I have are the smf_settings listed.

--- End quote ---


--- Code: ---# In SQL, the tables are identified as:
database.table

# So rebel_smf.settings is looking in:
Database: rebel_smf
Table: settings

# Unless Replay #6 is wrong, your SMF Settings table is called
smf_settings
# Not just "settings"

--- End code ---

What is:

* The database name you think you're using (find out through phpMyAdmin.... rebel?  rebel_smf?)
* The table name you think you're using (find out through phpMyAdmin.... smf_settings?)
* The database SMF thinks you're using (Admin --> Server Settings --> Core Config --> Database Name.... smf_rebel?)
* The database prefix SMF thinks you're using (Admin --> Server Settings --> Core Config --> Database Tables Prefix.... blank?)
Now, do / does:

* The database names in bullets 1 + 3 match?
* The database prefix found in bullet 4 + "settings" = the table name found in bullet 2? (so,should the prefix be "ban_ana_", it becomes ban_ana_settings)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version