I´m started with Drupal and uses subdirectory /druphome for the side.
Now I have problems with logo and pictures to appear within the side.

First I uploaded the logo with the themes configuration. The file appeared in /druphome/sites/default/files/garland_logo.png but not within the homepage!
In the forum I found the hint to delet /htaccess > no change.
Than on told to exchange the logo.png within the theme whith my one one > my logo can be seen.

But now I want to have pictures within the articles:
I uploaded the picture into /druphome/sites/default/files/ coded it into the side > only white square in the homepage
I used FCKeditor > same effect.
I used IMCE and uploaded the pictures in /druphome/sites/default/files/pictures/ > the pictures got into the folder > but same effect - square without pictur.

Can some body think about a solution? Thanks for your help.

Henry
---
Drupal 6.8 - de - MySQL 5.0.67 - PHP 5.2.6 - FCKeditor - IMCE - Scheduler

Comments

yurg’s picture

Hello,

Can you look into http://yoursitename.de/admin/reports/dblog ? Errors listed in log would help find answer to your question.

henryG’s picture

I logged in and than looked in a page back started cron.
It is only noted that i logged in and that cron was running. No error detected.

yurg’s picture

Strange and interesting. Could you provide the url of your site? Oh, btw., server's error log also can shows what happens.

henryG’s picture

server got error 500
I found in sites/default/files/.htaccess the following lines:

SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
Options None
Options +FollowSymLinks

When I delete the file /.htaccess the pictures appear but with the next picture uploaded the /.htaccess was in again with no pictures appear. I changed the file to:

#SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
Options None
Options +FollowSymLinks

and now it is working fine. I found this solution on the drupal.de/forum .
Thanks for helping.

ps. I tested joomla, but Drupal is much better. I´m so glad that I found Drupal and now it is running. :-)

Henry
---
Drupal 6.8 - de - MySQL 5.0.67 - PHP 5.2.6 - FCKeditor - IMCE - Scheduler :-)