I got Drupal installed a couple of days ago, and I'm loving it, but I just came across my first headache.
I'm running the Ubuntu 6.06 supplied (apt-get) version of Drupal (maybe my first mistake!).
After installing the image.module, I'm getting an error. If I go to administer > modules I get back
'Call to undefined function: image_get_toolkit() in /path/image.module on line 449.
Searching the forums here makes me think this might be a php problem.
Any kind soul care to let me know what I'm missing?
Basically, I am customizing the search functionality to suit my needs. I have a basic site page with a form that submits to another basic site page that contains PHP code to handle this submission. I call the do_search function on that page and then display my results. This all actually works just fine, I am getting my desired results, but there is one problem and that is I am getting warnings on my results page:
Well, thanks to the information available here, I now have a working forum/email list integration. The listhandler/mailhandler combination appears to be doing exactly what I need it to do.
Sort of.
For whatever reason, (I'm sure it's just and ID10T error), the forum will send to the email list ONLY in the case of a "new topic". Replies to an existing topic don't get sent.
I used the following script to display a partner link that opened a new, smaller window within our site. It works fine, but I can NOT get the block header to display. I want the title "Community Partners" to sit above the link tile. Help?
I am running a modified version of box_cleanslate.
Thanks.