1up-lab / OneupUploaderBundle

This Symfony bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages, Gaufrette and Flysystem support.
MIT License
604 stars 177 forks source link

Symfony3 installation error #210

Closed milan74sk closed 8 years ago

milan74sk commented 8 years ago

everything set up against the documentation composer update ... and lot of errors: first one in list is: Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: Fatal error: Call to undefined method Symfony\Component\DependencyInjection\Definition::setScope() in d:\projects\s3test\vendor\oneup\uploader-bundle\Oneup\UploaderBundle\DependencyInjection\OneupUploaderExtension.php on line 118 ...

bytehead commented 8 years ago

Did you try it with release-1.4.0?

milan74sk commented 8 years ago

with this version it was: ... Your requirements could not be resolved to an installable set of packages.

Problem 1

Potential causes:

Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems. ...

but now I have not time to research it, I'll take a deep look on it after holiday

mogilvie commented 8 years ago

Release 1.4.0 works in my Symfony2 3.0.* test application. My composer entry looks like: "oneup/uploader-bundle": "dev-release-1.4.0"