Hello, I can add a category to the knowledge base, but I get an SQL error when adding a topic.
Before this, he changed the login links. public/routes/web.php I shared the screenshot of the changed codes.
- OMAnswered
Note: I converted the file to its original state, but the error persists. 😦
- MSAnswered
Hello,
Please run
php artisan migrate --force
command then try again.Thank you
- OMAnswered
I had to reinstall the site, the problem was not solved, I keep getting the same error, even though I installed from 0 😦
Attachments - MSAnswered
Hello,
The database for installation is already up to date and has description column.
Please run
php artisan migrate --force
command and let me know the command output.Thank you
- OMAnswered
The output is in the attachment.
Attachments - OMAnswered
And the PHP Version I use: 8.3.13
Attachments - MSAnswered
Hello,
As you can see the command out. It required php8.2+ Please update php version and then run command again.
You php version on command line is 8.0, you can check with server admin to update or way to run php8.2 on the command line.
Thank you
- Login to Reply