I'm currently trying to solve this problem when putting up a mod called Ultimate Points System into my forums.
Could you please help me out here@ The first person who does, will receive in exchange 50 FP Cash.
I did download Automod, install the mod through it, everything worked out just fine. Then I ran the install script once again to add to my ACP the mod tab. Til' then, a living heaven... now when I try opening up the mod tab, the following error is shown:
[phpBB Debug] PHP Notice: in file /includes/acp/acp_points.php on line 46: array_change_key_case() [function.array-change-key-case]: The argument should be an array
here goes the line 46 of the file:
$template->assign_vars(array_change_key_case($points_config, CASE_UPPER));
C'mon it should be easy for you guys to solve it ! thanks
Could you please help me out here@ The first person who does, will receive in exchange 50 FP Cash.
I did download Automod, install the mod through it, everything worked out just fine. Then I ran the install script once again to add to my ACP the mod tab. Til' then, a living heaven... now when I try opening up the mod tab, the following error is shown:
[phpBB Debug] PHP Notice: in file /includes/acp/acp_points.php on line 46: array_change_key_case() [function.array-change-key-case]: The argument should be an array
here goes the line 46 of the file:
$template->assign_vars(array_change_key_case($points_config, CASE_UPPER));
C'mon it should be easy for you guys to solve it ! thanks








