Does this clear cache is the same with the one inside admin menu module --- On Mon, 4/26/10, Kalys Osmonov <[email protected]> wrote:
From: Kalys Osmonov <[email protected]> Subject: [general] Drupal problem To: [email protected] Date: Monday, April 26, 2010, 8:56 AM You need to clear cache. For this create file clear_cache.php with such content in drupal folder: <?php include_once './includes/bootstrap.inc'; drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); drupal_flush_all_caches(); ?> Then make request http://url.to.your.drupal/clear_cache.php Date: Mon, 26 Apr 2010 06:27:32 -0700 (PDT) From: Mohd Lazim <[email protected]> To: [email protected] Subject: [general] Drupal problem Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" Hi, Now I start developing my company website using drupal. But it stuck when I got white page after add a new panel pages. The layout not change but the backgroun of the page is all in white. I'm not sure what happen. Please help me... Regards -----Inline Attachment Follows----- _______________________________________________ general mailing list [email protected] http://lists.foss.org.my/mailman/listinfo/general
_______________________________________________ general mailing list [email protected] http://lists.foss.org.my/mailman/listinfo/general
