Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I've installed the linkpoint_api.module, but after enabling it I get the complete uncompiled module code inserted at the top of every page, I guess it should be quite easy for me to fix, but I don't really understand enough about how Drupal works at the moment.
I saw the jobsearch module, but all that does is provide the ability to attach a resume as an attachment ... Forum search brought up nothing (which is surprising).
I was wondering if there was a tool for me to run to see if I can see every line of code being executed for a given time. For example, lets say I wanted to see every line of code being executed when I view a node, how do I do that? Also, how can I monitor every query being executed for a given page?
Hi there, I'm working on my first drupal module (basically a hack of recipe.module) and I have things working up to a point: The module can be loaded in the modules list; it properly displays a form; the form posts data properly to the database; but the return screen errors with:
warning: Cannot modify header information - headers already sent by (output started at /var/www/pt2/modules/chronicle/chronicle.module:220) in /var/www/pt2/includes/common.inc on line 192.
Can someone with more experienced eyes have a look and tell me where I might be going wrong?