blank screen on every version from getdirections!!
Wether I execute update.php I get form and map!!

Comments

caw67’s picture

PLEASE HELP!!!
There are NO errors in the log!

hutch’s picture

Status: Active » Postponed (maintainer needs more info)

Please provide more information....

axxed’s picture

I also am having this problem. I installed the module today but when I go to http://mysite/getdirections I get the WSOD with absolutely nothing in the logs. I modified my index.php to display all errors but still receive nothing in the way of errors. I'm running Drupal 6.22, mysql 5.5.8, and php 5.3.5 on a Windows box running apache. User permissions are updated to allow authenticated users access. I also installed the GMap module thinking maybe this module really did need it... No luck.

Any ideas on what I might be doing wrong?

axxed’s picture

OK, after a little more digging I also came up with this...

On the views page for the view of "Edit view getdirections" I get the error:

"Broken/missing handler: location > lid" under the "Filters" section.

The output for this is "Error: handler for location > lid doesn't exist!"

I'm guessing I don't have something installed. I'm going to try the location module that's referenced on this module's page. I'll post my findings or non-findings here.

==================

Update:

OK, installing the location module resolved the above error but I still can't get any kind of interface for this module working.

hutch’s picture

Category: bug » support

To get getdirections working you need to configure it under Site Configuration > Getdirections.
You do not need to install Gmap or Location to get it to work but there are more options if you do.

If you are attempting to run this on your local machine then googlemaps version 2 will not work but version 3 will, so select that on the configuration page and get rid of Gmap which only supports googlemaps version 2 and the same goes for the Location module. All the getdirections Views should be disabled, they will only work with Location module.

Once you are running Drupal on a server with a registered domain then you can request a key from Google and then you will be able to use Gmap and Location. You can still run Getdirections under Googlemaps v3 but Location will run under Googlemaps v2 and can be used to make node-types and/or Users Location Enabled. Getdirections Views can then be used to provide a block which will show when viewing a location enabled node (or user).

hutch’s picture

I have committed a check for configuration to dev.

axxed’s picture

I got it working. I had already enabled the various views and what-nots but was still getting the WSOD until I installed the location module, which had it's own glitches. After I applied a patch to the location module I was able to bring up the "Get Directions" page. Nice module, now I need to make it play nice with IEmobile 6.12 ;)

hutch’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
matiaslezin’s picture

I did everything of the above, but it still doesn't work. I've dev version with gmap and location modules enabled and running properly. I've cleared cache several times, reinstalled the module. Any ideas?