
Re: SOLVED -Many Errors In Database
Ah yes, I have had similar problems in the past with tables being corrupted, for no apparent explanation. Although not directly relate to your problems, its worth noting that sometimes problems arise from the use of MyISAM tables in phpbb, couple with the declaration of using mysql type="mysql4" (in config.php, made when installing phpbb/
phpBBXS). This tells mysql that it can try "rolling back" transactions, but MyISAM tables do not support it. Really phpbb (and
phpBBXS) only ever need mysql type="mysql", as also mentioned here:
http://www.phpbb.com/phpBB/viewtopic.php?p=2496632#2496632 (and some explantaion
http://dev.mysql.com/doc/refman/5.0...nal-tables.html).
For hosts, I would recommend trying out
www.hostultra.com. They are quite cheap - although in the free and Mini cPanel package you do not get htaccess. That is not a problem now though, as there are no more remote file inclusion possibilities (which is what the htaccess file provides additional protection from) if you apply all the latest patches. From experience, hostultra have been very reliable, fast servers, and quick to reply to help requests, even on the cheap Mini cPanel (not sure about free though!).