30 Nov
2007
30 Nov
'07
10:15 a.m.
On 30 Nov 2007, at 9:12 AM, Augustin (Beginner) wrote:
But the profile documentation implies the contrary: http://drupal.org/node/67921 the modules (including core required modules and their functions) are NOT yet included when running hook_profile_modules() (which calls hook_install()). The modules are included only at a later stage, hook_profile_final().
i ran into the same issue i found out it's impossible to create a cck node type, and then add a node using the api using a _install i ended up creating an install profile just to use _final(). was a long 3 hours of debugging.