Closed (fixed)
Project:
G2 Glossary
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
16 Nov 2008 at 02:09 UTC
Updated:
21 Nov 2008 at 00:50 UTC
After I post a new entry , it always shows below error:
<ul>
<li>user warning: Table 'eetrend.eetrend_g2_node' doesn't exist
query: SELECT * FROM eetrend_g2_node WHERE nid = 100001001 in /home/.cromwell/samguo/beta.eetrend.com/sites/all/modules/g2/g2.module on line 1201.</li>
<li>user warning: Table 'eetrend.eetrend_g2_referer' doesn't exist
query: UPDATE eetrend_g2_referer SET incoming = incoming + 1 WHERE nid = 100001001 AND referer = 'g2/initial/a' in /home/.cromwell/samguo/beta.eetrend.com/sites/all/modules/g2/g2.module on line 1757.</li>
<li>user warning: Table 'eetrend.eetrend_g2_referer' doesn't exist
query: UPDATE eetrend_g2_referer SET incoming = incoming + 1 WHERE nid = 100001001 AND referer = 'g2/initial/a' in /home/.cromwell/samguo/beta.eetrend.com/sites/all/modules/g2/g2.module on line 1757.</li>
</ul>
MySQL client version: 5.0.45
Comments
Comment #1
fgmIt looks like the module install file has not been ran, which is strange. Did you meet an error during the install process ? Can you confirm the contents of the $Id$ string and on which page you obtained this error ?
Questions to give you a better answer:
systemtableComment #2
cybershan commentedI re-install this module and it works now.
Not sure what's the problem.
Thanks for the replay.