Search found 3 matches

by babutz
Fri Apr 07, 2017 10:26 am
Forum: Bug reports
Topic: Issues with new 2.9.4 on MySQL 5.6.31
Replies: 2
Views: 5108

Re: Issues with new 2.9.4 on MySQL 5.6.31

The problem is because the webhoster migrated the table type from MyISAM to InnoDB.

To solve the issue, just do a "alter table ... engine=MyISAM;" for all tables of your phpMYFAQ installation and it should hopefully work again.

Marc
by babutz
Fri Apr 07, 2017 10:15 am
Forum: Bug reports
Topic: Blank FAQ pages on 2.9.6
Replies: 6
Views: 6590

Re: Blank FAQ pages on 2.9.6

Hi Volker! Is your issue resolved? Is your phpMyFAQ installation hosted at Strato? I had a very similar issue that my phpMyFAQ was not working from one day to the other and after a long time I got a hind from Strato that they changed the table-type from MyISAM to InnoDB. Just do a "alter table ...
by babutz
Sun Aug 14, 2016 7:00 pm
Forum: Bug reports
Topic: Issues with new 2.9.4 on MySQL 5.6.31
Replies: 2
Views: 5108

Issues with new 2.9.4 on MySQL 5.6.31

My Webhoster recently upgraded the MySQL-Version from 5.5.48 to 5.6.31. The webpage looked normal but when I pressed a link to an FAQ, I got a blank (white) page. I did enbale DEBUG mode and get the error message below (instead of the blank (white) page: Fatal error: Uncaught Exception: Error while ...