[TUT]How to fix session.php error

XF 1 Tutorial [TUT]How to fix session.php error

usually its error about broken xf_session table
run this code on PhpMyAdmin
PHP:
REPAIR TABLE xf_session;
İf it's not fixed. you can run this code. But ı recommended take a backup!

Code:
CREATE TABLE xf_session (
session_id...
You do not have permission to view the full content of this resource. Log in or register now.
Author
Katheryn
Views
828
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Katheryn

Share this resource

Top