Hi, 
I installed modules Chosen and File Path and they seem to conflict - did anyone ever had the same problem? 

Fatal error: Cannot redeclare hook_update_last_removed() (previously declared in /code/modules/filefield_paths/filefield_paths.install:51) in /code/modules/chosen/chosen.install on line 19

Comments

This seems like a typo in both modules. Usually the correct way to implement a hook is to use the name of the module, as in "function chosen_update_last_removed() {}" rather "function hook_update_last_removed() {}" , unless there is an obscure implementation of this particular hook I don't know.

I'll create issues in both modules to check with the maintainers.

WOW - that was quick!! On Saturday night!  Thank you very much!