Closed (fixed)
Project:
QueryPath
Version:
6.x-1.6-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2011 at 04:47 UTC
Updated:
1 Feb 2011 at 15:40 UTC
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
Comment #1
mbutcher commentedI 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.