7913 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Uploadify HTTP Error
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | Next > | |
| Author | Topic: | 17843 Views |
-
Re: Uploadify HTTP Error

12 February 2011 at 5:52pm
No I have a dedicated server with Slicehost (which I believe is a Rackspace company). But I do have complete control of the server...
-
Re: Uploadify HTTP Error

12 February 2011 at 6:33pm
no no, I have a dedicated server.
The site is in /var/www/vhosts/blah.com/public
Cheers,
Colin -
Re: Uploadify HTTP Error

15 February 2011 at 11:09pm
my problem is fixed. It was the .htaccess Basic Authentification that broke the upload. After removing it everything works.
-
Re: Uploadify HTTP Error

15 February 2011 at 11:41pm
In the document root I had a .htaccess file that I created to prevent access before the system is live. It seems as Uploadify cannot handle the authentification through AuthType Basic http://httpd.apache.org/docs/2.0/howto/auth.html or doesn't have recognition of it. So the upload fails.
If this is active on your server you will get a login screen from the browser before you see the website.
-
Re: Uploadify HTTP Error

23 February 2011 at 11:50am
H
I was previously using ImageDataObjectManager and all worked fine. ! changed it to FileDataObjectManager and i now get the http error. If i change it back, it works again
Any Ideas
-
Re: Uploadify HTTP Error

23 February 2011 at 12:02pm
I Found my problem. I had a class MyImage extending data object.
Now in Homepage.php i was adding a MyImage using a ImageDataObjectManager and in Page.php i was adding MyImage using FileDataObjectManager. When i changde them both to FileDataObjectManager or both to ImageDataObjectManager, it worked
| 17843 Views | ||
| Go to Top | Next > |

