MyBB Community Forums

Full Version: "arning [2] Missing argument 4 for my_set_array_cookie(), "
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On threads e.g http://skyrimforums.org/Thread-Get-a-cop...d=60#pid60

Only comes up when logged out. What have I done? D:

Warning [2] Missing argument 4 for my_set_array_cookie(), called in /home/gamingb3/public_html/inc/functions_indicators.php on line 42 and defined - Line: 1744 - File: inc/functions.php PHP 5.3.8 (Linux)
Warning [2] Missing argument 4 for my_set_array_cookie(), called in /home/gamingb3/public_html/inc/functions_indicators.php on line 154 and defined - Line: 1744 - File: inc/functions.php PHP 5.3.8 (Linux)

Any help would be appreciated. Smile
line 42 of functions_indicators.php is
my_set_array_cookie("threadread", $tid, TIME_NOW);

and line 154 is
my_set_array_cookie("forumread", $fid, TIME_NOW);

related function from functions.php file is :
function my_set_array_cookie($name, $id, $value)


it appears that you have a different functions.php file ...

Re-upload inc/functions.php
There we go, just had to reapply changes to core files with Google SEO.