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 dont know the best place to but this in but i would like to be able to use a php include in the center(content) location in drupal how would I be able to do that?
Drupal 5.x running w/ XAMPP on Server 2003
Active Directory 2000
After installing LDAPauth and following http://drupal.org/node/118092 , I am getting the following error when going back and logging in with an Active Directory (2000) account:
Fatal error: Call to undefined function ldap_connect() in C:\xampp\htdocs\sites\all\modules\ldap_integration\ldap_integration\LDAPInterface.php on line 107
I am working on version 2 of the mailsave module. One of the key aims will be to make it possible to send images, audio and video from your mobile phone to your Drupal site via a multimedia messaging service (MMS).
If you want to join in please could you send a one page picture MMS from your mobile phone to mailsave@stuartandnicola.com. Keep reading to find out why...
When you create an MMS message you can usually send it to an email address rather than another mobile number. What happens when you do this is that you get an email message that has been created by your service provider and has often had extra text and images added to it. Note that using MMS is different to email. Configuring a mobile phone for email can be tricky, but most phones come with MMS ready to go. The trick is that we rely on the service provider to turn our MMS in to an email for us.
Hello to all. I use MySQL version 4.1.14 for my database. I think since I added I guess maybe its the view modules I have been getting some funky little errors for example when I create a container I get this message @ the end
user warning: Table 'dinnerdatedeliveryfilez.node_field' doesn't exist query: /* ------------- SQL FORMATTER by Milk ------------- */ SELECT node_field.field_name, node_field_instance.type_name AS parent_type, global_settings FROM node_field INNER JOIN node_field_instance ON node_field.field_name = node_field_instance.field_name WHERE TYPE = 'subform' /* ------------- SQL FORMATTER by Milk ------------- */ in /hermes/web05/b894/pow.jaydigga/htdocs/dinner_date_delivery_site/includes/database.mysql.inc on line 120.
now the container does get made and I can work with it. I just need to know about those behind the scene errors and how I can fix themI not really sure if one of my modules is not compat w/ mysql version. This error will also come up if I am on the modules screen and I hit save after I did something.