Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Map Doesn't Render #141

Open
Robert-rx2-Ross opened this issue Jan 19, 2014 · 1 comment
Open

Google Map Doesn't Render #141

Robert-rx2-Ross opened this issue Jan 19, 2014 · 1 comment

Comments

@Robert-rx2-Ross
Copy link

Version 1.1.10pl.

Instead of rendering the map it renders "No class found" with the following errors in the MODX error log:

2014-01-17 16:01:56] (ERROR @ /paas/cwhatever/www/core/components/mxcalendars/model/mxcalendars/mxcalendars.class.php : 133) PHP warning: include_once(google_geoloc.class.inc): failed to open stream: No such file or directory
[2014-01-17 16:01:56] (ERROR @ /paas/cwhatever/www/core/components/mxcalendars/model/mxcalendars/mxcalendars.class.php : 133) PHP warning: include_once(): Failed opening 'google_geoloc.class.inc' for inclusion (include_path='.:/usr/local/php/5.4/php-5.4.24/share/pear')

Apparently there is an incorrect include call in core/components/mxcalendars/model/mxcalendars/mxcalendars.class.php.

include_once('google_geoloc.class.inc');

Should be:

include_once('google_geoloc.class.inc.php');

@zvenson69
Copy link

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants