hello i looked at the last commit http://cvs.drupal.org/viewcvs/drupal/contributions/modules/casetracker/c...
there is a new table, called `dewlist_user`- { and } are missing...
btw.: what is "dewlist"??
hello i looked at the last commit http://cvs.drupal.org/viewcvs/drupal/contributions/modules/casetracker/c...
there is a new table, called `dewlist_user`- { and } are missing...
btw.: what is "dewlist"??
Comments
Comment #1
KSA213755 commentedI edited the .install file on my test site by adding the { and } in two locations where they had been left out as mentioned above. I ran update.php and the install file still doesn't generate any tables for CaseTracker.
Roger
Comment #2
sanjeev gupta commentedNow the casetracker.install file has been updated.Take casetracker.module from http://drupal.org/project/Modules/cvs and install it.Now the module is functional.
Comment #3
Tobias Maier commentedremove this:
we dont do this in drupal
if we dont support it we do nothing...
the install instructions are not updated
you should mention there that pgsql is not supported ("not yet...")
Comment #4
Tobias Maier commentedComment #5
sanjeev gupta commentedThe install file is working fine for a fresh installation.It may be that you are not getting the table schema after enabling the module if you have earlier installed casetracker.module.For performing the fresh installation perform the following:-
Disable casetracker.module.
Remove the old files
Drop all tables of casetracker.module
Remove the entry of casetracker.module from the system table.
Install from fresh, everything goes fine & you do not need to run .mysql for getting table schema.
The .install file will be updated shortly.
Comment #6
Tobias Maier commentedi never said that it does not work.
there are only some incosistencies with the way how we do it in drupal usually
Comment #7
DaveNotik commentedI updated the README and removed the Postgres message from the .install, as per recent comments.
Comment #8
(not verified) commented