ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Problem with coding on site

(1/1)

nleric:
Hi,
I a mtrying to put a web site together, I am learning as I go along, my knowledge is zero of HTML and PHP etc., on the site I keep getting the following error, can anyone tell me what it means and how I can fix it?
Thanks,
Noel

Warning: array_values() [function.array-values]: The argument should be an array in /home/nleric/public_html/wiiinfo/datas/persobanner_center.php on line 35

Warning: array_values() [function.array-values]: The argument should be an array in /home/nleric/public_html/wiiinfo/datas/persobanner_center.php on line 35

Warning: array_values() [function.array-values]: The argument should be an array in /home/nleric/public_html/wiiinfo/datas/persobanner_center.php on line 35

Warning: array_values() [function.array-values]: The argument should be an array in /home/nleric/public_html/wiiinfo/datas/persobanner_center.php on line 35

Warning: array_values() [function.array-values]: The argument should be an array in /home/nleric/public_html/wiiinfo/datas/persobanner_center.php on line

Renegade:
The problem is that you have zero knowledge of HTML or PHP... Ok - That was just mean... :( Bad me... Bad me... (Couldn't resist it though.)

The error message is meaningless without code to look at. You'd need to post that for anyone to give you an answer.

justice:
on line 35 of said page, you are using a function that's meant for arrays. array("a","b","c"); Either you're passing that function a string, or you're not passing anything at all because the array is empty.

If its not your code then the person who made it has not put in enough error checking. You should get support from that person.

nleric:
ok, thanks for the replies
regards,
Noel

Navigation

[0] Message Index

Go to full version