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
Comment #1
fgmYes: 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.
Comment #2
(not verified) commentedComment #3
fgmVersion 1.15.2.7 now includes an install file, which should preclude such situations.
Comment #4
(not verified) commented