egeloen / IvoryGoogleMapBundle

Google Map API v3 integration for your Symfony2 project.
https://github.com/egeloen/ivory-google-map
MIT License
217 stars 152 forks source link

MapTypeIdHelper not found #130

Closed ricardoalmira89 closed 9 years ago

ricardoalmira89 commented 9 years ago

I have this problem,

FatalErrorException: Error: Class 'Ivory\GoogleMap\Helper\MapTypeIdHelper' not found in /home/charlief/public_html/coldfusion.cf/app/cache/dev/appDevDebugProjectContainer.php line 1663.

on localhost my project works fine, but when i upload the source code to my hosting i get this error. I read https://github.com/egeloen/IvoryGoogleMapBundle/issues/99 but i can´t solve my problem. MapTypeIdHelper is in it´s place, google_map library is correctly installed, and this works on localhost. The php version of my hosting is 5.5.3. ¿any idea please? Thanks a lot.

ricardoalmira89 commented 9 years ago

I finally fixed the problem. My hosting is based on linux, linux is case sensitive "of course". I just renamed the folder /vendor/ivory/Ivory/google-map/src/ivory to /vendor/ivory/Ivory/google-map/src/Ivory. And finally works fine. Special thanks to my symfony-guru friend Reinel.

egeloen commented 9 years ago

:+1: