Tonight I was trying to "upgrade" our multiple-site installation of Drupal to point to the MySQL database on a different server. I changed the mysqli $db_url in the settings.php file for each site to point to the new server rather than to localhost.
i want to include my custom page on click of custom URL.i am not getting how to include that custom page.
Can any one guide me how can i include a custom page where content is displayed in droupal page.tpl.
I did a mysqldump to save my db, now I need to restore it to a database (I'm creating a backup site), how do I load the data from my save_data.sql file produced by mysqldump?
Also, to make a backup site, I need to:
1) setup a new database in mysql, keeping the user/password the same, load the data into it,
2) make a copy of my drupal site, change the $db_url in default/settings.php to point to the backup database.
The automatic upgrade from Fantastico on my service provider failed. I am new to Drupal and open source software. would rather not uninstall and reinstall unless absolutely necessary.
I updated drupal 5.0 to drupal 6.0 (every things works), but when I install Imagecache module (imagecache-6.x-1.0-alpha2) and use the drupal utility to update the database I have many messages query errors regarding cck module, it is possible that I need install cck module before install this module? At this point what do I do?