Hi,
I'm very new at this, so I'm sorry if this is a really stupid question, but I just can't seem to figure this out. I have drupal on my web server, and use phpmyadmin to access the files. I have added the image module and ImageMagick and the settings page on drupal has green OKs on it like it is setup right. I changed the permissions to the files and the image table is setup in the database. But when I try to upload a picture, I get this message:
warning: rename(tmp/tmpthumb_9f4831844cef5477062301f6fc9dda17.jpg,images/thumbs/thumb_9f4831844cef5477062301f6fc9dda17-18.jpg): No such file or directory in /home/artteac/public_html/drupal/modules/image.module on line 827.
warning: rename(tmp/tmpimg_9f4831844cef5477062301f6fc9dda17_640x480.jpg,images/9f4831844cef5477062301f6fc9dda17-18_640x480.jpg): No such file or directory in /home/artteac/public_html/drupal/modules/image.module on line 835.
warning: Cannot modify header information - headers already sent by (output started at /home/artteac/public_html/drupal/includes/common.inc:344) in /home/artteac/public_html/drupal/includes/common.inc on line 155.
I have no clue what to do
If I go into the image, thumb, and tmp folders, the pictures are there. Maybe I didn't put the folders in the right place? I have the folders in inside the Drupal folder, but not in with the modules folder, I tried that, but it didn't work and I got even more errors. I hope this makes sense to someone out there. Please remember, I am very new at this so if you reply back to this you'll have to try to put it as simply as you can, lol.