Code: Select all
[phpBB Debug] PHP Notice: in file /adm/index.php on line 352: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'acp_board::max_sig_img_size' was given
You installed the mod incorrectly, particularly this partWoodburyMan wrote:I'm having a issue setting up this mod on our 3.0.6 board.... I edited the file accordingly however when I go into ACP to the Sig Settings section.. I get this:Code: Select all
[phpBB Debug] PHP Notice: in file /adm/index.php on line 352: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'acp_board::max_sig_img_size' was given
The db_install file is no longer part of the mod as users were getting errors of "entry already exists" when setting in the ACP so it was removed.Also... I see refferences to db_install.php in this thread.. but there was no such file included in the release. I'm thinking the variables for the mod were not added to the database and it's freaking out when it cant find them.