Chris D XenForo developer Staff member Jun 10, 2016 #2 That error would be somewhat unusual unless the table definition had been changed by something. To verify, are you able to execute the following query, e.g. through PhpMyAdmin or similar? Code: SHOW CREATE TABLE xf_session Upvote 0 Downvote
That error would be somewhat unusual unless the table definition had been changed by something. To verify, are you able to execute the following query, e.g. through PhpMyAdmin or similar? Code: SHOW CREATE TABLE xf_session
Okenyon Active member Jun 10, 2016 #3 Chris D said: That error would be somewhat unusual unless the table definition had been changed by something. To verify, are you able to execute the following query, e.g. through PhpMyAdmin or similar? Code: SHOW CREATE TABLE xf_session Click to expand... "Your SQL query has been executed successfully" Upvote 0 Downvote
Chris D said: That error would be somewhat unusual unless the table definition had been changed by something. To verify, are you able to execute the following query, e.g. through PhpMyAdmin or similar? Code: SHOW CREATE TABLE xf_session Click to expand... "Your SQL query has been executed successfully"
Chris D XenForo developer Staff member Jun 11, 2016 #4 I'm moreso after the query output. It will look something like this: We need the data from the Create Table column. If it is truncated like it is there, then you may need to click "+ Options" and select "Full texts" and click Go. Upvote 0 Downvote
I'm moreso after the query output. It will look something like this: We need the data from the Create Table column. If it is truncated like it is there, then you may need to click "+ Options" and select "Full texts" and click Go.