Resource icon

XF 1 Tip How to fix session.php error

Compatible XF Versions
1.x
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
ENXF NET
Views
677
Last update
Rating
0.00 star(s) 0 ratings

More resources from ENXF NET

Top