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

Uploadify - Files not attaching


Go to End


3 Posts   1561 Views

Avatar
SS SS

Community Member, 24 Posts

9 June 2012 at 8:42pm

Hi Guys,

Whenever I try to upload an object (image or file) it gets to 100%, but not get attached. I also checked the assets folder, system does not upload/transfer the object into the respective folder.

This is the website (using 2.4.5) which was working for last few weeks without any problems till yesterday. I have not changed any code or anything.

The only thing I can think of something (libraries) might have changed on the server which is not in my control. Is there anything which I can check to rectify the problem.

Cheers,

Avatar
marand

Community Member, 9 Posts

25 June 2012 at 4:44am

Hello ss-ss!
I have same problem. Do you find the solution?

Best regards,
Maarika

Avatar
SS SS

Community Member, 24 Posts

25 June 2012 at 9:44pm

Edited: 25/06/2012 9:46pm

Hi Marand,

Yes sorted, it was to do with "open_basedir" function.

I amended the httpd.conf file with the following and all working OK now.

php_admin_value open_basedir none