Error during upload process.
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 ...
Any help would be appreciated!
PHP Version - 5.2.14
APC Version - 3.1.6
php.ini lines --
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
Tagged:
1
Comments
Would be great to get some feedback!