Error message

  • The specified file temporary://fileiS62Gm could not be copied, because the destination directory is not properly configured. This may be caused by a problem with file or directory permissions. More information is available in the system log.
  • The specified file temporary://file9fXR8t could not be copied, because the destination directory is not properly configured. This may be caused by a problem with file or directory permissions. More information is available in the system log.
  • The specified file temporary://fileetzMJB could not be copied, because the destination directory is not properly configured. This may be caused by a problem with file or directory permissions. More information is available in the system log.

Acquia-Drupal-1.2.11.4997 and Upgrade to Drupal-6.13

The error:

Fatal error: Only variables can be passed by reference in .../modules/acquia/admin_menu/admin_menu.inc on line 536

The fix:

    default:
      // Flush all caches; no need to re-implement this.
      module_load_include('inc', 'system', 'system.admin');
      $form_state = array();
      $null = NULL;
      system_clear_cache_submit($form_state, $null);
      break;

Alternatively get admin_menu-6.x-3.0-alpha1 or apply this patch.

Category: