Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

SWFUpload/::IOError_Handler()


Go to End


3 Posts   2556 Views

Avatar
spirodon

Community Member, 2 Posts

1 February 2008 at 7:11pm

Edited: 01/02/2008 7:11pm

Hi everyone,

When I go to upload a file, picture or whatever in the system, after I choose my file and press the button to upload, I get this popup from Adobe Flash Player 9 with this error:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at SWFUpload/::IOError_Handler()

I have a daily build of silverstripe given to me by someone at silverstripe (I got it today, January 31 2008).

Any help would be greatly appreciated.

On a side note, GREAT CMS you have here!

Regards,

Spiro

Avatar
Koenoe

Community Member, 4 Posts

2 February 2008 at 3:01am

Edited: 02/02/2008 3:05am

I had the same problem and I did this to solve the problem:

chmod 'assets' folder to 0777.
chmod 'jsparty/SWFUpload/' folder to 0777.
chmod 'cms/javascript' folder to 0777.

This works for me. I also read something on the forum about the same problem:

Add the following entries in your '.htaccess':
SecFilterEngine Off
SecFilterScanPOST Off

To watch that topic : http://www.silverstripe.com/site-builders-forum/flat/16550?showPost=18954

Good luck.

Koen

Avatar
spirodon

Community Member, 2 Posts

3 February 2008 at 10:31am

Bingo! That's exactly what I needed. Thank you very much Koen. :)

--Spiro--