Ramon Fincken wrote: file updated .. you missed the
bit...Code: Select all
CREATE TABLE `phpbb_antispamdb_words` ( `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word` char(100) NOT NULL default '', `replacement` char(100) NOT NULL default '', PRIMARY KEY (`word_id`) ) TYPE=MyISAM;
if you install this + upgrade to 1.1.8 do you still have the admin panel problem?
Yes. I created the `phpbb_antispamdb_words` table already when upgrading 1.1.6 to 1.1.7. So, the APC problem is not related to the sql.
If so... which admin_antispam_ file(s) do cause the error ?
The individual files do not cause the problem, but if I have any two of the admin_antispam_ files there at the same time, the left panel is blank. Only, if I remove the whole //functions section from either of the files, the problem goes away. (Note: The problem is not solved, since the file is useless after removing all functions.) I don't know what it is. To my understanding, the problem is that the admin/index.php is not able to create a list for the left panel, if there are two or more admin_antispam_ files. If I open the blank frame in another window, the file is empty; no html.
PHP version is 5.1.7. Other mods: Admin Userlist and No Website Signature during registration.
Thanks for your time!