Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Follow these steps
1) Upload all code online
2) Create database and export SQL from local system to online database
3) Edi sites/default/settings.php and make neccesary changes for database details
4) Create folders required by you.
This should help you in getting drupal running without any issue.
(Note: Make sure to upload .htaccess as it is - This is very much required)
What changes should I make in this file? My database name, username and password are exactly the same from my localhost. The only difference would be the location of the database.
Comments
just check out this
just check out this link
http://drupal.org/node/135206
Thanks.
Thanks.
Deploying Drupal Code
Hi,
Follow these steps
1) Upload all code online
2) Create database and export SQL from local system to online database
3) Edi sites/default/settings.php and make neccesary changes for database details
4) Create folders required by you.
This should help you in getting drupal running without any issue.
(Note: Make sure to upload .htaccess as it is - This is very much required)
Hope this helps
Vinay Yadav
PHP Specialist
http://www.vinayras.com
Thanks
Hello,
I followed these steps,and the issue is solved.
Many Thanks
Triveni.
sites/default/settings.php
What changes should I make in this file? My database name, username and password are exactly the same from my localhost. The only difference would be the location of the database.
views
Nevermind, after some trial and error I figured it out. I changed the last line of $db_url = 'pgsql://username:password@localhost/databasename'.
The only problem I'm having now is with my Views module. I can't edit or create any new views.