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.
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
Comment #1
jeremy commentedPerhaps 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.
Comment #2
jbc commentedI'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?
Comment #3
jbc commented(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.
Comment #4
mwu commentedI 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.