Closed (fixed)
Project:
G2 Glossary
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
22 May 2006 at 01:02 UTC
Updated:
9 Jul 2006 at 08:15 UTC
During the first install atempt an error was generated in line 23 of g2.install, something about "dprint_r" not being known.
I uninstalled and tried to install again, no error this time, but the two tables are not created. Obviously I cannot add any content.
Comments
Comment #1
fgmQuick fix: install devel.module.
Alternate quick fix: install manually by uploading the
.mysqlfile.I'll patch later today.
dprint_ris just debug code; it's not used in normal module use.Comment #2
fgmPatch done.
Latest DRUPAL-4-7 or HEAD versions from CVS include this patch.
I'm not currently maintaining HEAD, though. Expect all future changes to go to the DRUPAL-4-7 branch for quite some time.
Comment #3
fgmComment #4
(not verified) commentedComment #5
fgmActually, the error about the dprint_r had been fixed, but the module was still missing a call to
g2_create_tables()and was not creating anything.This is fixed in today's version.
Comment #6
(not verified) commented