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.
The taxonomy_context module is giving me the following error under 4.4rc:
Fatal error: Call to undefined function: drupal_set_html_head() in e:\www\ost\modules\taxonomy_context.module on line 9
The message appears at the bottom of the page, as far as I can tell, only when index.php is included in the root url and when ?q= is added before the module in hard-coded links. It does not appear at all when the user is logged in. Changing theme makes no difference.
I think I found a good bug but haven't tracked it down yet (need some advice). I have developed an Intranet site on my local PC but when I upload 4.4rc to the server, I get the following error message:
warning: Unable to call xtemplate_block() - function does not exist in /data/web/docs/internal/on_job/procurement/includes/theme.inc on line 100.
I don't get this in 4.32. Has anyone run across this yet? I would like to get this fixed pretty quick so that I can deploy this soon. This will be a site that will be available to about 21k people across the company.
Hi all,
I can't make Drupal Clean URLs work under Apache 2-0-48. I get HTTP 500 if I use .htaccess (where I'm using clause.
I suspect something is wrong with mod_rewrite.
Could please someone send me an example of a working .htaccess under Apache 2, just to compare with mine ?? How can I check if rewrite support is configured well with my ISP ??
Thanks to all for your kind help
I recently moved my Drupal installation into a subdirectory on the server so that my old (non-Drupal) website could be at the top level until I complete development of the new one (i.e., now www.a1aa.org/Devel rather than www.a1aa.org). The website works perfectly until I log in as the administrator. Then every time I click on a link in the navigation panel (like Administer), I get a message "Access Denied", "You are not allowed to access this server".
I have 4.3.2 up and running, and I've seen the posts about the image.module, but when I go to config | modules, there is no image module to select. I've seen the posts about needing to enable the image filter, but under config | filters, there is no image filter, either.
Can anyone point me to step-by-step instructions on how to set this up? Also, if you can point me to a site that uses the image.module, it would be good to see how it works. Thanks.