Migration of existing Drupal site into Drupal install

I have installed Drupal successfully using Fantastistico, where I would like site to be. I have all of the existing files and folders for the site that is currently being hosted elsewhere. I want to now bring this across into the new site and I am wondering which files and folders I need to copy across to make this happen. The folders are: automatic_scripts, includes, misc, modules, profiles, scripts, sites and themes along with all of the php files etc. Thanks

Help new to Drupal

I am new to Drupal and I am trying to migrate a client site from their current provider to mine. I am experiencing the following error message: Site off-line
The site is currently not available due to technical problems. Please try again later. Thank you for your understanding.
If you are the maintainer of this site, please check your database settings in the settings.php file and ensure that your hosting provider's database server is running. For more help, see the handbook, or contact your hosting provider.

How to redirect from http://example.org/devel to http://example.org?

I've moved a site from a "devel" subfolder to the root directory at the server. I've set up a custom 404 page to explain the situation to people who arrive at the old pages through bookmarks, old incoming links, etc, but I would like to redirect them to the right place automatically.
It should be easy: to turn http://example.org/devel/nice-page into http://example.org/nice-page. I've experimented with various rules or aliases in .htaccess, but still with no luck.
Anyone?

WebSite Api's for 4.7

Is there any way the website maintainers could allow a non-advertised Drupal 4.7 api for those of us still dealing with ( and trying to migrate from 4.7). Or does anyone have a data dump of the 4.7 API that I could download and store locally. I realize that my place of employment should be moving away from 4.7, but due to political pressure for other projects, we are still delayed in this ( this is not my choice btw). Can an administrator of the website, or someone out there send me a link to get the api docs for 4.7 that they may have or are hosting.

Print different text values with an integer field set

Hi,

I would like to print some text (in this case the words 'unlimited') if the field set value is set 0, and the correct value for every value over 0. Could this be achieved in template option for body ?

Something like this ? So far, i'm not getting anything.

<div class="field-items">
      <?php if ($node->field_bandwidth[0]['view'] == '0') {echo "Unlimited";}  else {print $node->field_bandwidth[0]['view'];} ?>

Your help would be greatly appreciated!

Access Denied to admin pages

My web hosting company just moved my account and website from a 32-bit to a new 64-bit server.

Everything functions fine for an outside user, but when I login, I am unable to access any admin pages ("Access Denied"). Even the logout action results in "Access Denied". Therefore I cannot administer the site.

The hosting company says they have not changed either PHP or MYSQL during the server move and I have definitely not changed anything on my Drupal 4.7.3 website.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x