E_WARNING: date() expects parameter 2 to be int, string given
-
Hi,
Just seen this in our error.log …
E_WARNING: date() expects parameter 2 to be int, string given in /wp-content/plugins/merge-minify-refresh/merge-minify-refresh.php?on line 315
Not 100% sure what the circumstances were surrounding this but I suspect it happened when “Purge All” was pressed. Looks like you need to change line 313 – 316 to …
elseif (absint($accessed))
{
$accessed = date(get_option('date_format'), $accessed);
}
else
{
$accessed = 'Unknown';
}Kind regards,
Oliver
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.