Dear Friends,
Let me explain the problem, I moved a drupal installation from one host to the other.
This is what i did.
1. Made an SQL dump from the complete database.
2. Back-upped the complete Drupal folder. (including .htacces)
3. Uploaded the SQL dump into the new host.
4. Uploaded the Drupal folders and files to the new host.
5. Edited the settings.php so it points to the new host.
Here is the problem the only thing that actually works is the frontpage.
As soon as i click on a link it just shows me a blank page with nothing on it.
I have tried and check serveral things, I made sure the rewrite module is enabled on the new host. And lots more wich i can't remember right now.
I've been searching for a couple of hours and none of the things i found on the forum or google seem to work.
Any ideas would be welcome, i feel a headache coming up so please help me out with this.
Thanks in advance.
Comments
Try mysite.com/?q=user and
Try mysite.com/?q=user and see if that works.
If so, clean URLs isn't working.
Gives me a blank url aswell,
Gives me a blank url aswell, thats one of the things i tried yesterday.
What I would suggest is you
What I would suggest is you rename your settings.php and then try to install Drupal fresh into another DB to see if there are any problems with the server itself.
Got the solution, The hosting
Got the solution, The hosting provider is by default running php 4.
Changed that to 5 and everything works perfect!
Tanks for the suggestion.