Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Error during upload process.

This discussion is related to the FileUpload addon.
APC installed correctly and functioning.
Correct permissions set on upload directories.
I believe I have all lines in the php.ini I need.

Not sure what is going on exactly. The user photo upload works just fine. Just can't seem to get this plugin to work correctly.

Anytime I try to attach a file, I get the following error in Firebug ...
uncaught exception: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXMLHttpRequest.open]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: js/library/jquery.js?v=2.0.17.8 :: anonymous :: line 127" data: no]

Any help would be appreciated!

PHP Version - 5.2.14
APC Version - 3.1.6


php.ini lines --
apc.enabled = on
apc.rfc1867 = on
apc.max_file_size = 30M
file_uploads = On

Comments

Sign In or Register to comment.