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

Can't do anything with themes

I just get an error that looks like this:

Fatal error: Cannot redeclare xtemplate_node() (previously declared in /home/belfry/public_html/drupal/themes/xtemplate/xtemplate.theme:54) in /home/belfry/public_html/drupal/themes/engines/xtemplate/xtemplate.engine on line 39

What stunningly obvious thing have I done wrong?

Friends ... How to Install Druapl in a localhost ??

Hi Friends

I'm a newbie in the field of PHP and MySQL. I can able to run my php webpages properly with simple databases. That means my PHP and MySQL are running correctly.

My Problem:

I want to install drupal in my system and study it before uploading to internet. I don't know how to do it properly. That is i don't know how to configure settings.php in drupal\sites\default.

My local settings are these . . .

c:\webroot is my WEBROOT directory (the contents of this directory is used when i type http://localhost in IE 6.0)
I extracted DRUPAL in c:\webroot\drupal.

I created drupal database successfully using database.mysql
MySQL is installed in c:\mysql (Username: root Password:pass Database:drupal)

PHP in c:\PHP

Now I want to configure settings.php using the above settings ...

(I configured like this ....)

"
* Database URL format:
* $db_url = 'mysql://username:password@localhost/database';
* $db_url = 'pgsql://username:password@localhost/database';
*/
$db_url = 'mysql://root:pass@localhost/drupal';
$db_prefix = 'http://localhost/drupal';

/**
* Base URL:
*
* The URL of your website's main page. It is not allowed to have
* a trailing slash; Drupal will add it for you.
*/
$base_url = 'http://localhost/drupal';

"

I configured like this ... (I'm sure its not correct) and I'm getting an error msg :( when i click "index.php".

first tim opening site

Hi,

I manged to make the database in mysql.

I installed drupal in /usr/share/drupal

In the /include folder there was no settings.php but I copied conf.php to here

Now when I try to open my site http://localhost/drupal it does not open the webpage but it gives me a file to download
a random file like this "krguvmto.phtml"

So it can see something but it can not open it right.

Anybody who can help me a little bit further with this???

Regards
Steven

Gig: Fix my blank page problem.

I thought that drupal was supposed to be so easy to use that even people (like me) who can't even spell HTLM can make good looking websites. Sadly, I can't find out if this is the case because I can't install the )&*(*)% thing.

I've got everything uploaded to my server, I think I have the database configured properly, I have tweaked the settings.php file endlessly and I have successfully wasted hours of a beautiful saturday morning fiddling around, all to no avail. I point my browser to the index.php file and get.........nothing.

Problem with new drupal site and existing php script

I have just changed my existing site (http://www.carolina-country-cooking.com) over to Drupal which is great but I am having problems with an existing php script.

I have a "member's only" section on my site that I use aMember Pro to handle all of the subscriptions, payments, and access to the member's area. I first installed Drupal 4.5 in a subdirectory to get everything set up and everything worked fine. After moving the Drupal installation up to my main public_html directory to "go live" with the site, my aMember script doesn't work at all. When I try to login to the admin area or access the member's area I get a php error message.

I have spoken to both the script creator and my web host and both believe that the Drupal .htaccess file is causing the problem. My installation of the aMember script is in a directory in my public_html directory where the Drupal installation is located.

Is there any way to get Drupal to completely ingore the aMember directories and allow the script to run completely separate of Drupal?

Everything that I have tried from what I can find on the forum doesn't seem to work and I don't know very much about .htaccess and rewrites.

I have a large member base who can not access the member's area. Any help will be greatly appreciated. I am kind of desperate at the moment as I really need to be able to run both Drupal and the aMember script separately.

Fckeditor Browser URLs

Hi - I have installed the FCKEditor module but cannot get my modifications to /modules/lib/fckconfig.js to take effect.

I am trying to set the "FCKConfig.LinkBrowserURL" and the "FCKConfig.ImageBrowserURL" variables to use the SSIP connector (as described in the README.txt distributed with the module) - however when I try to use the Filemanager the Browser URL is always:

/modules/fckeditor/lib//editor/filemanager/browser/default/browser.html?Tpe=Image&Connector=connectors/asp/connector.asp

Notice the offending asp references...

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal