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)

CommentFileSizeAuthor
#1 family.zip41.77 KBMicrobe

Comments

Microbe’s picture

StatusFileSize
new41.77 KB

This 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

Ostrea’s picture

That fixed it on my installation.

csp’s picture

That fixed my installation. Thank you (a lot)

adam_b’s picture

Fixed that problem for me also - thanks.

Marat’s picture

I had the same problem and this fixed it, thanks Microbe!

pow’s picture

Thank you!!! :))

Microbe’s picture

Status: Active » Fixed
pyutaros’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.