after updating the module (and many other modules) the site is yammed and this error appears on a white screen.
19: $vars = array('@path' => drupal_get_path('module', 'querypath') . '/QueryPath'));
I changed into:
19: $vars = array('@path' => drupal_get_path('module', 'querypath') . '/QueryPath');

=> site works again!

Comments

mbutcher’s picture

Status: Active » Fixed

I had checked in a fix for that, but completely forgotten to cut a release for the Drupal 6 branch (since the recommended for D6 has been 1.5.)

I just released a new version (Drupal QueryPath 1.6) which contains QueryPath library version 2.1.0. This means the D6 version now has the same version of QueryPath as the D7 version.

Hope this addresses your needs, and sorry for forgetting about that fix.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.