Having problems installing Drupal? See the Installation Guide for more information.

Problems after creating a clone site.

I successfully created a copy of my website and it comes up when I call it. BUT, all links are returning

404 File not found error. All links dont work at all. What do I need to change?

After migrating to Another local host, "session is active..." and Page "not found" errors happened.

When migrating (installing ) my existing drupal site(virtualhost, cleanURl enabled) to other local host system of which apache version was different, I experienced some warnings/errors so that I should spend too much time to solve it.
So I would like to give my solution to whom may have the same problems in the similar situation.

1) After installing the existing code and the sql to mysql, first, there was a warning "session is active".
In this matter, there was good solution in the existing forum.
In the sites/default/Settings.php, to destroy the existing sessions, the following code should be added before ini_set codes:
//-----------------------------------------------------------------
//added
if (session_id() != "") {
session_destroy();
}
//before these codes
ini_set('arg_separator.output', '&');
ini_set('magic_quotes_runtime', 0);
ini_set('magic_quotes_sybase', 0);
//----------------------------------------------------------------

2) Then, the first page was successfully shown without any warnings but the login page and any other links were not working .... just showing the warning "Not Found".

Drupal installation and requiremenst for SOLARIS 9 SPARC version.

Hello ,

I am new to SOlaris and to an extent to Drupal as well.
While i could beautifully use XAMPP in windows for my Drupal site, i am getting a bit lost while trying to install Drupal (along with apache, php, mysql) on my Solaris 9 sparc machine.
It would greatly help if someone can throw light on this.
Any help to guide me through this installation would be immensely appreciated.

Thanks and sorry if this is a duplicate.I tried searching all over for installing drupal on Solaris 9, but had no success.

D7: $base_url+mod_rewrite, can't change pages?

Hey folks, I'm having a problem I never had with Drupal 6 before.

My ISP uses mod_rewrite to allow you to host multiple sites under one apache config... sites are stored in directories, and mod_rewrite redirects requests to a URL to a specific directory.

drush make multisite installation with recursive make files

Hi,

I hope you can help me with this.

Cenario:
I have one server (one apache installation) and I want to deploy 3 sites in a multisite way.
- 1 makefile for the core and 3 other makefiles for each site. The core makefile should call the other 3 makefiles.

Is it possible using "drush make" to create, for instance, a makefile xpto.make and inside it call the other 3 makefiles in order to deploy the sites in a multisite way like:
/var/www/drupal/html/sites/site1/, site2/ and site3/ ?

Many thanks.
Pedro.

how can i install drupal 7 on ubuntu 11.04

I was wondering how to install drupal 7 onto ubuntu 11.04 and if it was at all possible. Your help would be much appreciated. Thanks

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal