Got this..

user warning: Table 'cvs.g2_referer' doesn't exist query: UPDATE g2_referer SET incoming = incoming + 1 WHERE nid = 10 AND referer = '?q=node/11' in D:\wamp\www\cvs\includes\database.mysql.inc on line 118.

Will I need to make a table called 'g2_referer' ?

Comments

fgm’s picture

Category: bug » support
Status: Active » Fixed

Yes: it is included in the latest version of g2.mysql.

It seems the version of g2.module and g2.mysql don't match if your version of g2.mysql doesn't have this code (it appears in version 1.3 of g2.mysql). Since you appear to already have a running g2 except for this, just run the new code appearing at:

http://cvs.drupal.org/viewcvs/drupal/contributions/modules/g2/g2.mysql?r...

It will create the g2_referer table.

Anonymous’s picture

Status: Fixed » Closed (fixed)
fgm’s picture

Version: » 4.7.x-1.x-dev
Status: Closed (fixed) » Fixed

Version 1.15.2.7 now includes an install file, which should preclude such situations.

Anonymous’s picture

Status: Fixed » Closed (fixed)