ERROR FOR REBUILT XENFORO

ERROR FOR REBUILT XENFORO

sariette

Member

Vip Member
Reputation: 2%
Joined
8/4/25
Messages
14
ERROR FOR REBUILT XENFORO
After importing the old database into the new one, I wanted to rebuild the system files, but I'm stuck at this point. What should I do?

1754912290449.webp
 
job_id should be autoIncrement, are you sure your backup is complete?

You can goto the table in phpmyadmin xf_job, structure and set job_id to autoIncrement, but backup the database 1st.

$tables['xf_job'] = function (Create $table)
{
$table->addColumn('job_id', 'int')->autoIncrement();
 
Back
Top Bottom