Every familly page (e.g. node/add/family-individual), I have this warning :
warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/drupal/sites/all/modules/family/group.inc on line 68.
Also, on this new instalation, No individuals are available in groups creation (same page)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | family.zip | 41.77 KB | Microbe |
Comments
Comment #1
Microbe commentedThis list of individuals is generated by the line of code with the error.
I'm not exactly sure what the problem your having is as I am unable to replicate it myself. I have changed a few lines of code mainly replacing the old mysql_fetch_array() function with the drupal db_fetch_array() function in quite a few of the .inc files. This may fix the problem but I'm not entirely sure.
If you are still getting errors after using this version of the module then can you check that the errors are the same on the different pages as I'm not sure why that error should occur on that page as that part of the code shouldn't be running.
(I have also added the patch to the tree tabs in the attached file)
Peter
Comment #2
Ostrea commentedThat fixed it on my installation.
Comment #3
csp commentedThat fixed my installation. Thank you (a lot)
Comment #4
adam_b commentedFixed that problem for me also - thanks.
Comment #5
Marat commentedI had the same problem and this fixed it, thanks Microbe!
Comment #6
pow commentedThank you!!! :))
Comment #7
Microbe commentedComment #8
pyutaros commentedCommitted http://drupal.org/node/339265#comment-1128891 to CVS.