delahaye / dlh_googlemaps

Google Maps Extension für Contao
20 stars 26 forks source link

composer & dlh_googlemaps: runonce.php does not exist #30

Closed bytehead closed 10 years ago

bytehead commented 10 years ago

Hi Christian

After a composer update with installing the "delahaye/dlh_googlemaps": ">=2.0.6.0,<2.1-dev" package, the following DB-Update fails:

Warning: Require_once(composer/vendor/delahaye/dlh_googlemaps/system/modules/dlh_googlemaps/runonce/runonce.php): failed to open stream: No such file or directory in system/runonce.php on line 19

Log from composer:

Updating dependencies (including require-dev)
  - Installing delahaye/dlh_geocode (1.0.2)
    Loading from cache

  - installed 9 files
  - Installing delahaye/dlh_googlemaps (2.0.6)
    Loading from cache

  - installed 90 files
Writing lock file
Generating autoload files
Runonce created with 1 updates
  - composer/vendor/delahaye/dlh_googlemaps/system/modules/dlh_googlemaps/runonce/runonce.php

I couldn't find any folder runonce in your repository... is it missing, or is it my fault?

Thanks for checking, Dave

magicsepp commented 10 years ago

this is a wrong composer entry... https://github.com/delahaye/dlh_googlemaps/blob/master/composer.json#L36 I guess the line should be:

"system/modules/dlh_googlemaps/config/runonce.php"
delahaye commented 10 years ago

Should be gone when published the next time. Thx!

bytehead commented 10 years ago

Thanks for fixing!