Search…

X3 Photo Gallery Support Forums

Search…

Search found 8 matches

by Erik
27 Nov 2008, 13:38
Forum: Imagevue X2
Topic: Uploading: server (io) error
Replies: 15
Views: 22541

Yay!

i fixed it with an .htaccess file in the root of the gallery, containing this text:
Code
<IfModule mod_security.c>
SecFilterScanPOST Off
SecFilterEngine Off
</IfModule>
by Erik
27 Nov 2008, 13:38
Forum: Imagevue X2
Topic: Upload ioError #2038 with YUIUPLOADER
Replies: 2
Views: 2495

Yay!

i fixed it with an .htaccess file in the root of the gallery, containing this text:
Code
<IfModule mod_security.c>
SecFilterScanPOST Off
SecFilterEngine Off
</IfModule>
by Erik
25 Nov 2008, 16:32
Forum: Imagevue X2
Topic: Upload ioError #2038 with YUIUPLOADER
Replies: 2
Views: 2495

Upload ioError #2038 with YUIUPLOADER

Code
[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038"]
This error is probably occuring because of ModSecurity on your webserver. (googled)

Refer to this post as well: https://forum.photo.gallery/viewtopic.p ... oad++error
by Erik
25 Nov 2008, 16:24
Forum: Imagevue X2
Topic: Uploading: server (io) error
Replies: 15
Views: 22541

[IOErrorEvent type="ioError" bubbles=false cancela

actually, it might be useful for you as developers to dive into as well. seems like loads of webhosting companiers are using this modsecurity. please try and define required changes for this modsecurity to allow the new upload function, so that we as users can easily instruct our webhosters (or ours...
by Erik
25 Nov 2008, 15:26
Forum: Imagevue X2
Topic: Uploading: server (io) error
Replies: 15
Views: 22541

ioerrorevent

Hi, i have the same error as laurent: Error [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038"] this actually hits some entries in google, of which the top result is: http://www.romantika.name/v2/flash-uploader-error/ so obviously i need to consider how to ma...
by Erik
16 Jul 2008, 14:19
Forum: Imagevue X2
Topic: php errors in_array & array_merge
Replies: 2
Views: 4782

Complete list of error codes in 1 session. [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 ...
by Erik
16 Jul 2008, 14:05
Forum: Imagevue X2
Topic: Use only alphanumeric symbols and "_" symbol in fo
Replies: 22
Views: 15651

Use only alphanumeric symbols and "_" symbol in fo

When creating a new folder, this error is shown:
Code
Use only alphanumeric symbols and "_" symbol in folder name
This is shown although the suggested foldername was "erik"... The folder wasn't created either.
by Erik
16 Jul 2008, 13:01
Forum: Imagevue X2
Topic: php errors in_array & array_merge
Replies: 2
Views: 4782

php errors in_array & array_merge

I get a bunch of php warnings on several pages, for instance right after logon: 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...