Posted by quiptime on June 23, 2006 at 8:04am
3 followers
Jump to:
| Project: | Book Review |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
works with drupal 4.7.2
tested module version 4.7 and cvs
my module path:
/modules/contrib/bookreview
my drupal path:
/drupal
Problem:
I can only save data: Titel and Autor(s)
Al other data can't save. No drupal error messages/logs.
Comments
#1
Perhaps your bookreview tables weren't created? Connect directly to your database and remove the bookreview module from the system table:
mysql> DELETE FROM system WHERE name = 'bookreview';
Be sure the bookreview.install file is within modules/bookreivew with the bookreview.module, then re-enable the bookreview module per the INSTALL instructions.
#2
I've experienced this same problem... I've tried several installs, carefully following the instruction. I originally had the sql tables from an earlier version, but they have been deleted; I've tried the instal again, no result... is there anything else that could be going wrong / that I could try?
#3
(I think I made an error in assigning the abve comment to myself) apologies.
FYI - I have recently installed other modules which installed sql tables fine.
#4
I had no trouble with the 4.7 versions downloaded today.
However, synopsys, and others are required fields but not indicated as such. If they are blank, you simply get the form over and over again.