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 am still working in Drupal 4.6 (*gasp*) and am relatively new to the whole concept, but wanted to create a module that I think will be useful for me, and hopefully others. However, I am having trouble getting the links to call the proper functions. Instead of calling the functions within "hook_menu", the hook_link entries are attempting to load the url specified. I may be wrong in my assumption of hook_menu, and hopefully someone can set me on the right path.
I'm interested in learning what, if anything, others have done to integrate XML from other sources into their Drupal sites.
Background:
I have a Tomcat-based system that's similar to a much simplified Cocoon. I've got a few different custom web applications that publish XML. My central server serves as an XSL transform engine, and thus provides the front-end to these other applications, including rendering forms and other UI elements. I have a DTD that all the applications adhere to.
I installed Chatbox and ran the mysql commands, which executed just fine. I copied the module into the modules directory and it shows up fine. I enabled it. When I click on the 'join chat' link, I go to a blank page and nothing happens. What could my problem be?