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.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

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

fopen ... failed to open stream: No error


Go to End


13 Posts   10137 Views

Avatar
Scorpiankh

Community Member, 63 Posts

8 March 2010 at 10:54am

Ok, how do I put SWFUpload in debug mode?

Avatar
UncleCheese

Forum Moderator, 4102 Posts

8 March 2010 at 11:44am

In your _config.php, SWFUploadConfig::debug();

Avatar
Scorpiankh

Community Member, 63 Posts

8 March 2010 at 12:17pm

Ok i put SWFUpload in debug and editted /sapphire/filesystem/Upload.php as you said, now i'm getting the error:

Parse error: parse error in C:\Users\Krissy\Work\Web\wamp\www\Kenpo\silverstripe-v2.3.4\modules-swfupload-r373\_config.php on line 6

Avatar
UncleCheese

Forum Moderator, 4102 Posts

8 March 2010 at 12:57pm

Make sure your directory is named "swfupload".. not "modules-swfupload..." or whatever yours is. Second, don't modify the module _config.php.. you should do that in your mysite config.

As for what the parse error is, I can't really help you with that. I can help you with Silverstripe related stuff, but you need to be checking your syntax before posting errors.

Avatar
Scorpiankh

Community Member, 63 Posts

9 March 2010 at 10:45am

fixed .... turns out the name of the file it was trying to write to the cache was too long.

Go to Top