From fe3dd6b55d4a820a2b33de5a883c2f64112cfbd4 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 8 Sep 2010 21:12:20 -0700 Subject: [PATCH] Add information about disabling XCache during the import process. Fixes ticket #1352. --- modules/g2_import/views/admin_g2_import.html.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index 8ec4b5ce21..7a6f88cef6 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -8,8 +8,6 @@

-

-

  • @@ -22,7 +20,7 @@ notification, search and exif modules during your import will make it go faster.") ?>
  • - php_value eaccelerator.enable 0 in gallery3/.htaccess") ?> + %lines to gallery3/.htaccess and remove them when the import is done.", array("lines" => "\n\n php_value eaccelerator.enable 0\n php_value xcache.cacher off\n php_value xcache.optimizer off\n\n")) ?>