Topic: uploadify: Error #2038

Ooops, when I try to upload files over the files manager I get an #2038 Error from Uploadify.
Happens with Firefox 6.02 and I.E. 8, but not with Safari 5.0.5, under Windows Vista.
Any ideas?
your's
felix

Re: uploadify: Error #2038

what is the server config?

- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!

Re: uploadify: Error #2038

I'm using a hosing service in Germany (Strato).
Don't know, how to get the server config.
Where is it usually located?
your's
felix

Re: uploadify: Error #2038

ether log in to your GS admin and go to support->health check or create a php page that has this code, then run it:

<?php phpinfo(); ?>
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!

Re: uploadify: Error #2038

The first step is to upload a phpinfo.php, call it in the browser, save the results and delete that file after use again, it is not good to have it at the server

<?php
phpinfo();
?>

The second step is to contact the support of the hoster, as it is their job to help you

Third, there is some info on Strato hosting in our wiki, maybe it helps:
http://get-simple.info/wiki/installation:strato.de

Tschüß, Connie

|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forum/forum/16/german-deutsch/

Re: uploadify: Error #2038

Thanks for your help!
I had the phpinfo.php running and got the configuration:
This is a lot of stuff - Which of it is relevant for my problem?
And why has it to do with php backend settings, if it is working in I.E. 8?

your's felix

b.t.w.
The ZipArchive is not working either - but I don't mind of this for now.

Re: uploadify: Error #2038

felixhelix wrote:

ZipArchive is not working either

support->health check  should probably tell you that ziparchive isnt installed. It should also giv eyou the server details. This is a better option than phpinfo() unless you understand the jibberish on it.

- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!

Re: uploadify: Error #2038

Yeah, I'm a php newbie :-)
But the health check tell's me everything - but the ziArchive - is fine :-|

I talked to the provider, and according to them SimpleXML, Curl und GD Library are not available in my hosting package.
But this cannot be completely true, for SimpleXML is required and GS is working fine - so far (hope they don't find out it's working and cut it off).

your's
felix

Re: uploadify: Error #2038

I'm confronted with similar problem: IO error occured while uploading a file.
http://zvezdochet.kz/webstudio/data/uploads/tmp/ioerror.jpg

Website settings are fully correct:
http://zvezdochet.kz/webstudio/data/uploads/tmp/settings.jpg

So, what's the problem?

Re: uploadify: Error #2038

what are the permissions on the /uploads/ folder? Who is the owner of that folder?

- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!

Re: uploadify: Error #2038

ccagle8 wrote:

what are the permissions on the /uploads/ folder? Who is the owner of that folder?

The uploads permissions are 777. And its subfolders created by GetSimple have 755 perms. I tried to use all of these dirs to upload files. Unsuccessfully.
About the folder owner... I'm difficulty in it.

Re: uploadify: Error #2038

I had same problems Error 2038 on my site.
someone found a solution for it ?
can´t upload images.

We had all been beginners :)

Re: uploadify: Error #2038

gugu wrote:

I had same problems Error 2038 on my site.
someone found a solution for it ?
can´t upload images.

I made the following settings in gsconfig.php file:

# Use Uploadify to upload files?
define('GSNOUPLOADIFY', 1);

I works otherwise but it does =)

Re: uploadify: Error #2038

mogilka wrote:

I made the following settings in gsconfig.php file

Thanks.

We had all been beginners :)

Re: uploadify: Error #2038

I have the same problem on my GetSimple 3.1 installation on Dreamhost
(I've had similar troubles in other CMS tools and I believe it's related to Flash upload).

Workaround: If you disable flash or JavaScript on your browser, you can upload files using the old school HTML form upload :)