This module is very helpful. But when I tried to activate it, I got this replay:
Fatal error: Call to undefined function profile_taxonomy_get_assignments() in /var/htdocs/www.XYZ.com/htdocs/sites/all/modules/profile_taxonomy/profile_taxonomy.m... on line 129
Is there any help for this issue?

Comments

James Marks’s picture

Make sure you have read permissions set correctly on the profile_taxonomy files so that the server can read the include file. (That's what fixed this problem for me.)

optidel’s picture

I am also getting the same error. All the files under profile_taxonomy have the same read permission as all the other modules namely 644.

optidel’s picture

If I copy paste module_load_include('inc', 'profile_taxonomy', 'profile_taxonomy.api'); into line 129, it works properly. Essentially profile_taxonomy_init is not getting called. Any ideas?

Albrecht Marignoni’s picture

Oh. Thank you for your answers. It was afresh installation and all rights was ok. So it´s a very good idea. But I am not a PHP expert, so I have no idea wat´s going on.

gnindl’s picture

Assigned: Unassigned » gnindl
Status: Active » Fixed

Code snippet from #3 added to snapshot release, just in case....

Status: Fixed » Closed (fixed)

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