| Unknown column 'sessionhash' in 'where clause'
I get this error when trying to upload a file;
Invalid SQL:
UPDATE session
SET loggedin = 2, inforum = 0, inthread = 0, incalendar = 0, badlocation = 0
WHERE sessionhash = 'a3d434e018ea556ac8460fb0691a4378';
MySQL Error : Unknown column 'sessionhash' in 'where clause'
Error Number : 1054
I thought a fresh install would help so I downloaded the newest version and still get the error.
|