That did help, thanks. I was able to upgrade successfully.
However I have a couple of add-on questions that I'm not sure if they're due to something that didn't work properly during the upgrade:
1. The default view of my admin dashboard (i.e., admin/) shows an error:
Code: Select all
phpMyFAQ Fatal error
Uncaught exception: 'mysqli_sql_exception'
Message: 'Table 'mykb.faqinstances' doesn't exist'
Stack trace:
#0 .../kb/src/phpMyFAQ/Database/Mysqli.php(263): mysqli->query('SELECT count(*)...')
#1 .../kb/src/phpMyFAQ/Database/Mysqli.php(196): phpMyFAQ\Database\Mysqli->getOne('SELECT count(*)...')
#2 .../kb/admin/dashboard.php(38): phpMyFAQ\Database\Mysqli->getTableStatus('')
#3 .../kb/admin/index.php(411): require('/home/generalc/...')
#4 {main}
Thrown in '.../kb/src/phpMyFAQ/Database/Mysqli.php' on line 263
Everything else seems to work, though.
2. Apostrophes (ASCII 0x27) are appearing as ' entities, but
only, it seems, on the main page. If I click on the article, the article title shows them properly. Did something potentially not get handled properly during upgrading?
Screenshot 2025-09-17 at 1.03.27 AM.png
(I notice on the phpMyFAQ demo, it
sort of happens: the title on the main page appears correctly, but the tooltip shows the entity code.)
3. My tags seem to be broken. They are populated correctly, giving the right (I think) number of articles (i.e., 15 results for the "fonts" tag, below). But clicking on a tag shows empty search results:
Screenshot 2025-09-17 at 12.49.22 AM.png
Screenshot 2025-09-17 at 12.49.43 AM.png
Again, I don't know if this is related to the upgrade or something else. (As far as I know they were working properly previously.)
Thanks again for your help getting past the upgrade hurdles.
You do not have the required permissions to view the files attached to this post.