<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">The blank page is because you're
getting a php error and error display turned off.<br>
<br>
in your php.ini, set <br>
error_reporting =
E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR<br>
and <br>
display_errors = On<br>
<br>
then restart apache and try it.<br>
<br>
-Don-<br>
<br>
On 12/21/2012 1:33 PM, Alok Singh Mahor wrote:<br>
</div>
<blockquote
cite="mid:CAG2qO8189QZh5LE7t-gnpK+nGYttjvp+WtWtuioFiCng4ewo+A@mail.gmail.com"
type="cite">Hi all,<br>
I wanted to reinstall my Linux so I backup the my drupal site
without clearing chache and disabling clean url and without
retaining the permissions. <br>
I simply use the command in my shell (cp -r /var/www/drupal
~/DATA)<br>
and backed up databse using mysqldump<br>
<br>
now after reinstalling my OS I just copied my drupl site to same
place in /var/www<br>
and I set <br>
chown www-data:www-data /var/www/drupal/sites/default/setting.php<br>
chown www-data:www-data /var/www/drupal/sites/default/files<br>
<br>
and restored mysql database properly with same name.<br>
setting.php is correct <br>
<br>
but when I am opening <a moz-do-not-send="true"
href="http://localhost/drupal">http://localhost/drupal</a> its
showing blank page <br>
please tell me where I am wrong? and what went wrong?<br>
is it happening because of chache and clean url?<br>
<br>
thank you<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
</blockquote>
<br>
</body>
</html>