I have installed Drupal 4.5 and the image module 4.5. I am logged on as the admin user. Image Module is enabled.
I have set relevant folders to write for all. When I go into the image module administration option, I see a button "directory upload" under both the fast and slow directory upload tabs. Naturally, I assumed this means I can upload files over the internet to my server since this is the normal meaning of upload. When I click the button, nothing happens. I leave the directory field blank.
I want to use the volunteer module and have sort of gotten it working. That is, I can fire up a volunteer request and people can access it to offer help.
The problem is that Drupal won't use the customizations that we need. I have gone to settings/volunteer and revised the default settings. I told it that I wanted first, last, phone in addition to the default email address. I changed all the default letters to reflect our task.
For every user after the very first one that is created by the wizard, I get mySQL error message and cookie error.
IE,
user error: Duplicate entry '10-0-1' for key 1
query: UPDATE contact_data SET csid = 0 WHERE csid = 1 AND nid = 10 in /home/opfirst/public_html/includes/database.mysql.inc on line 125.
warning: Cannot modify header information - headers already sent by (output started at /home/opfirst/public_html/includes/common.inc:345) in /home/opfirst/public_html/includes/common.inc on line 156.
You will need ImageMagick to run Drupal modules such as image.module. When you download the Mac OS X ImageMagick installer. You will need to apply certain commands in Terminal one by one to make it work:
I realise this has been a looked into problem and i have tried the solutions provided but ive not been able to debug it (i am quite new to drupal). Anyway, whenever i try to submit an image with the Image.Module component there seems to be a problem with the renaming of the images and the generation of the thumbnails. I have double checked and ive set chmod 777 to all the /image and image/thumbs directories. This is the error that pops out..