Hello Every Body,

I have critical problem in my Drupal project after I finished development in the website. I need to migrate it to another "VPS" server.

After I do this migration and I goto the new URL the page didn't give any thing just white page,i don't know why.I do all my effort but I can't reach the solution for this issue.

Please I need Help its critical issue :(

Comments

semperos’s picture

Make sure you transferred these files:

  • .htaccess
  • index.php

Both of these are in the root of your Drupal directory. If that fails, check your database settings as well. That being said, the .htaccess is a common miss because it's a "hidden" file, but you can usually see the home page of your site without .htaccess (you get a WSOD after leaving the home page).

ahmed.hiedar’s picture

also I do the following

1 - Take tar from the original project and extract under the new domain folder
2 - Take sql dump from the orginal project database and extract it in the new database
3 - Enter the setting.php and edit the new database name and password.
4 - start the application.

Another trail.

Install new Drupal version its works well and installed fine
1 - download all the modules was installed in the original project and extract it. "new version".
2 - extract the SQL dump in the new database.

The same issue appears :( the page still white and nothing appears :(