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
>
_______________________________________________
general mailing list
[email protected]
http://lists.foss.org.my/mailman/listinfo/general

Reply via email to