Warning: date() expects...
God, I had so many warnings at first when I started to use cutenews. Here's another warning I got:
Warning: date() expects parameter 2 to be long, string given in /inc/editnews.mdu on line 794
Warning: date() expects parameter 2 to be long, string given in /inc/editnews.mdu on line 794
Step 1: First you have to open notepad or whatever program you use. Then click on the
open file button. Search for
Cutenews >> inc >> editnews.mdu.
Step 2: Scroll your way all the way down to row
794. Replace the whole line with this instead:
$comtime = date("d/m/y h:i:s",intval($comment_arr[0]));
Step 3: When that is done you have to save the editnews.mdu file and upload it to the right folder in cutenews on your FTP. The warning message should now be gone!