
This error is caused by a missing define in includes/constants.phpcoulsontom wrote:i have run the update and this still appears:Billy2423 wrote:U did not run db_update.php to install the tablecoulsontom wrote: i get this error message on the configuration page:
please help
however, the flag page seems to workCode: Select all
phpBB : Critical Error Could not query config information DEBUG MODE SQL Error : 1146 Table 'lukeclar_phpb1.SPAM_WORDS_CONFIG_TABLE' doesn't exist SELECT * FROM SPAM_WORDS_CONFIG_TABLE Line : 44 File : admin_spamwords_config.php
Maybe some time in the future - right now I do not have the time to familiarize myself with phpBB 3.0 code. To be honest, the likelyhood of my finding some time for this is quite slim...Nothing is easy wrote:Joe do you have a plan to create a phpbb 3.0 version of this mod
Trouble shooted a posting problem for 3 hours and finally figured it out, thought i'd pass it along.#-----[ FIND ]------------------------------------------
#
$current_time = time();
#
#-----[ AFTER, ADD ]------------------------------------------
#
$post_flagged = (empty($post_flagged)) ? 0 : 1;
Code: Select all
UPDATE phpbb_posts SET post_flagged = 0;
Code: Select all
$*