Page 1 of 1

php errors in_array & array_merge

Posted: 16 Jul 2008, 13:01
by Erik
I get a bunch of php warnings on several pages, for instance right after logon:
Code
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFileImage.class.php on line 46

Warning: Invalid argument supplied for foreach() in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFSItem.class.php on line 170

Warning: in_array() [function.in-array]: Wrong datatype for second argument in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFSItem.class.php on line 183

Warning: in_array() [function.in-array]: Wrong datatype for second argument in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFSItem.class.php on line 183

Warning: in_array() [function.in-array]: Wrong datatype for second argument in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFSItem.class.php on line 183

Warning: in_array() [function.in-array]: Wrong datatype for second argument in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFSItem.class.php on line 183

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFileImage.class.php on line 46

Warning: Invalid argument supplied for foreach() in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFSItem.class.php on line 170

Warning: in_array() [function.in-array]: Wrong datatype for second argument in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFSItem.class.php on line 183

Warning: in_array() [function.in-array]: Wrong datatype for second argument in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFSItem.class.php on line 183

Warning: in_array() [function.in-array]: Wrong datatype for second argument in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFSItem.class.php on line 183

Warning: in_array() [function.in-array]: Wrong datatype for second argument in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFSItem.class.php on line 183

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFileImage.class.php on line 46

Warning: Invalid argument supplied for foreach() in C:\Webroot\Default\public_html\gallery\imagevue\include\ivFSItem.class.php on line 170
Maybe because i have no pictures uploaded yet? These errors are there directly after installation.

Runnin V2 on:
- Windows XP SP2
- Apache 2.2
- PHP 5.2.5

Posted: 16 Jul 2008, 14:19
by Erik
Complete list of error codes in 1 session.
Code
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFolder.class.php on line 69, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFolder.class.php on line 69, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFolder.class.php on line 69, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFileImage.class.php on line 46, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFileImage.class.php on line 46, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFileImage.class.php on line 46, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFolder.class.php on line 69, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFolder.class.php on line 69, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFolder.class.php on line 69, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Cannot modify header information - headers already sent by (output started at C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php:183) in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivControllerFront.class.php on line 74, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFolder.class.php on line 69, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFolder.class.php on line 69, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFileImage.class.php on line 46, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFileImage.class.php on line 46, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFileImage.class.php on line 46, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFolder.class.php on line 69, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFolder.class.php on line 69, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: Invalid argument supplied for foreach() in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 170, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in C:\\Webroot\\Default\\public_html\\gallery\\imagevue\\include\\ivFSItem.class.php on line 183, referer: http://192.168.181.129/gallery/imagevue/
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] File does not exist: C:/Webroot/Default/public_html/gallery/imagevue/imagevue, referer: http://192.168.181.129/gallery/imagevue/index.php
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] File does not exist: C:/Webroot/Default/public_html/gallery/imagevue/imagevue, referer: http://192.168.181.129/gallery/imagevue/index.php
[Wed Jul 16 20:16:19 2008] [error] [client 192.168.181.1] File does not exist: C:/Webroot/Default/public_html/gallery/imagevue/imagevue, referer: http://192.168.181.129/gallery/imagevue/index.php

Posted: 16 Jul 2008, 17:59
by Nick
Heh, noticed that after release, fixed too.