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

Database Prefix....

After a sleepless night it turns out I only have one database so in order to add Drupal I need to add a prefix to everything so I can tell the Drupal tables apart from everything else.

Does anyone have database.mysql file that already has the prefix added? That would leave me with just altering........

$db_url = "mysql://username:password@localhost/database";

&

$base_url = "http://www.example.com";

TinyMC trouble Fatal error: Call to undefined function:

Whats wrong? I did all like it was mentioned in the installation script.

When I click on Settings / TinyMC i receive the following error msg

Fatal error: Call to undefined function: form_radios() in /www/htdocs/w0065849/site/modules/tinymce/tinymce.module on line 561

clean urls and dreamhost

I've searched the forums and haven't been able to find a solution to this problem, though I've seen it come up in several threads.

My drupal site is hosted on Dreamhost servers, and I cannot get the clean urls feature to work. When I enable clean urls, I get a message saying that mod rewrite must not be turned on. I suspect the problem is with my .htaccess file, but I'm not sure what part I'm missing. Here's my file:

# Apache/PHP/Drupal settings:
#

# Protect files and directories from prying eyes.

Order deny,allow
Deny from all

# Set some options.
Options -Indexes
Options +FollowSymLinks

# Customized error messages.
ErrorDocument 404 /index.php

# Set the default handler.
DirectoryIndex index.php

# Override PHP settings. More exist in sites/default/settings.php, but
# the following cannot be changed at runtime. The first IfModule is
# for Apache 1.3, the second for Apache 2.

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0


php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0

# Reduce the time dynamically generated pages are cache-able.

db tables blocks & locales_target problem

Hi, this is my first post and, please, sorry for my english (I'm from Spain).

Well, I've installed Drupal 4.6.5, with PHP 4.4.2 and MySQL 5.0.16-nt in a Windows XP host.

My first problem is with the db installation, there are a couple of errors in the "database.mysql" file:

- In the "blocks" table the fields "pages" and "types" need a DEFAULT clausule (I changed the database.mysql)
pages text NOT NULL DEFAULT '',
types text NOT NULL DEFAULT ''

Within 10 minutes I deleted my admin sign-in! ugh.

Did a bunch of searches on here and tried I don't know how many things and I can't get signed into my admin screen. A login screen pops up and I can sign into that but that only shows me current posts and that's it.

How do I gat back to the original sign-in screen. The one used to edit the content, mods, etc?

I tried every version of this I could find and it only gets me to the current post page.

http://www.lucretiastone.com/?q=user

Thanks in advance,
Jeff

Opening first account.....

I finally got this installed on my server but there's an issue.....

I'm on this screen:

Welcome to your new Drupal-powered website. This message will guide you through your first steps with Drupal, and will disappear once you have posted your first piece of content.

The first thing you will need to do is create the first account. This account will have full administration rights and will allow you to configure your website. Once logged in, you can visit the administration section and set up your site's configuration.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal