ruian / RuianUploadifyBundle

Add Uploadify support for symfony2
21 stars 8 forks source link

Bad Autoload Path (composer) #6

Closed umpirsky closed 12 years ago

umpirsky commented 12 years ago

In composer.json there is a wrong path which after install with composer results in vendor/.composer/autoload_namespaces.php :

'Ruian' => $baseDir . '/vendor/ruian/uploadifybundle/../../',

instead:

 'Ruian' => $baseDir . '/vendor/ruian/uploadifybundle/',

And produces error:

Fatal error: Class 'Ruian\UploadifyBundle\RuianUploadifyBundle' not found
umpirsky commented 12 years ago

Suggested fix is to replace "Ruian": "../../" with "Ruian": "" in composer.json.

ruian commented 12 years ago

Thx for noticing. It's now fixed