I have a Drupal 6.14 website that is running wonderfully on my localhost. I have uploaded the site to my remote server and uploaded the database from backup. When I view the remote site, it shows old content and deleted content. There are also nodes that exist on the local site that are not showing up on the remote. How can this be?

I am not sure what I am doing wrong and it is important I get this sorted out. Can someone please help me!

Comments

beautifulmind’s picture

Check list
1) Login in and visit module page and reload it few times.
2) Clear the cache, & run the cron.
If this doesn't solve the problem. Do following.

3) Empty the remote data base
4) Check the settings.php on remote server & make sure its pointing to correct database
5) Upload/import (if SSH is available), local database to remote server.

Repeat 1 & 2.

Regards.

Regards.
🪷 Beautifulmind

david.sarnowski’s picture

Thank you for the suggestions, but it is still not working. If I open my remote database using phpmyadmin and look at the nodes table, I can see the content that should be displayed. Everything matches the localhost site.

However, when I view the site in a browser, the old and deleted content still shows up.

I am so confused and frustrated.

beautifulmind’s picture

Are you sure your settings.php has correct data base information? in other words, is settings.php pointing to correct database?

Regards.

Regards.
🪷 Beautifulmind