Missing entry 'report_post' in config table Missing entry 'report_post' in config table
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Missing entry 'report_post' in config table

Started by Andi, December 24, 2004, 12:19:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Andi

Hello :)

after new-install there is no entry in the config-table for the option "report_post".
It's only in the update.sql, not in basic.sql.

add this line in basic.sql: ;)
INSERT INTO CPG_config VALUES ('report_post', '0');
hope, I could help you... :)

Nibbler