Posted by kuldeepkaundal on March 16, 2010 at 5:03am
Hello,
I am facing a certain issue with module creation for my first drupal project. Its the first time that i've created a module, i followed the same steps of copying and putting my code, my module works fine, but the only issue m facing is that, each time i enable any other module form admin, i loose values for my custom module in "node_type" table and then, my module doesn't work, and i've to do enteries manually in "node_type" table and it starts working again.
Wat can be the possible reason behind this?
Plz suggest!
Thanks,
Kul.
Comments
That question is really hard
That question is really hard to answer if we can't see the code of your module. My guess is that your module adds stuff to the database without using the appropriate Drupal API functions.