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'm trying to attach a file to an event and get these error messages:
warning: is_dir(): Stat failed for files/Agenda Test 1.doc (errno=13 - Permission denied) in /home/drupal/includes/file.inc on line 85.
warning: copy(files/Agenda Test 1.doc): failed to open stream: Permission denied in /home/drupal/includes/file.inc on line 272.
warning: Cannot modify header information - headers already sent by (output started at /home/drupal/includes/common.inc:384) in /home/drupal/includes/common.inc on line 192.
Hi,
I've just installed a new Drupal 4.6.5 from the scratch.
Now on all pages the messages for saved configuration will not dissappear, so I have on oll my nodes a list of messages like:
# The changes have been saved.
# The configuration options have been saved.
How can I make them show only once and not permanently?