Wrong value type sent to the database. Integer expected.

Started by stormcutter, December 25, 2008, 10:31:38 AM

Previous topic - Next topic

stormcutter

I changed the users online thing in smf 2.0.4 beta to a random number, just to test something, and now it says "Wrong value type sent to the database. Integer expected."

How would I go about changing it back to 15 minutes so this error would go away.  I cannot access the admin panel because of this or do anything else.

KahneFan

Do you happen to have the Referral Mod installed? I've just noticed that on my site when someone adds a name to the referral box I get this message, but with no refferal name - no message.
#eric_on_twit| (video) Creating Themes for SMF | Reset Your Forum
NOTE: No PM's for support please.

greyknight17

Is this issue resolved? If not, the below will reset it back to 15 minutes:

Go into phpMyAdmin and click on your database. Then click on the SQL tab and copy paste the following code and run it:

UPDATE smf_settings SET value = 15 WHERE variable = lastActive;

Advertisement: