fuelphp / upload

FuelPHP Framework - File upload library
MIT License
26 stars 16 forks source link

new_name config key not working with 2.0 #7

Closed okhayat closed 11 years ago

okhayat commented 11 years ago

This was fixed before and it there with 1.7 The issue is when I use 1.7 with Fuel 1.6.1 the class is not autoloaded because of the FuelPHP -> Fuel naming.

Please help

WanWizard commented 11 years ago

Your composer.json is wrong. See https://github.com/fuel/fuel/blob/1.7/develop/composer.json#L21

If you use "develop" or "dev-master", it will try to install the 2.0 version, which is not compatible with 1.x.

okhayat commented 11 years ago

I guess the issue is with the .zip I downloaded from the site: http://fuelphp.com/files/download/24

because I see in this commit this issue is fixed: https://github.com/fuel/core/commit/13e3ef654b3b84af75f300eb0d7e93720e872265 but it's not in the downloaded package.

Should the download be fixed, or shall I just download 1.6/master from GitHub?

WanWizard commented 11 years ago

Yes, the zip contains the 1.6.1 distribution, and that still uses "dev-master" afaik. Will be fixed soon, when we release 1.7.