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

Error Accessing Themes

Once Drupal is installed and I try to go to the themes section, here is the error I get:

Fatal error: Class theme_marvin: Cannot inherit from undefined class basetheme in /home/youthrev/public_html/drupal/themes/marvin/marvin.theme on line 4

Can't access administer >> modules

Hello,

I'm writting here because I'm out of idea and I didn't found a post with the same problem. I installed drupal 4.5.0 (but also 4.5.1, 4.5.2 and 4.6.0-cvs) on a fedora core 3 with MySQL (3.23.58-14 but I don't think that'be of any use). I successfully have done every step of the installation process and it works fine. But, when I click on administer >> modules nothing's showing up.

A cpanel problem

How do I do this part in cpanel?

3. LOAD THE DRUPAL DATABASE SCHEME

Once you have a database, you must load the required tables:

$ mysql -u nobody -p drupal < database/database.mysql

tree-like menu

Hi,

If I want to create a tree-like menu, do I have to create a new block for it? Or can I use an existing block like "categories"? I created a vocabulary "products" and added multiple terms which in turn have different parents. That way I wanted to create a tree-like menu. Can get it to work. All termd are shown in a normal list in the categories section. Am I missing something?

Ferid

Mail Module content not emailed

Hello
latest drupal with linux (fedora 3). e-mail generated & sent for registration OK - but mail module content not sent to selected user roles. After creating mail content, message confirming creation and mail sent is shown. have re-checked permissions, config & readme and install files instructions. What have I missed? Are there other modules/setup needed for this function?
Any help appreciated.
Newbie Mark

trying to get installation right

I've searched in the forums for this answer and can't find it.

Trying to install Drupal 4.5.2

My environment is a
- virtual private server hosted by websitesource
- Redhat 9
- PHP4.2.2
- MySQL Server 3.23
- root / shell access
- HSP Control Panel
- - with database management (add database, change root pw, add database users, & Upload MySQL Dump File)
- - with phpMyAdmin

With this hosting service and environment, I'm trying to perform the installation as it is documented.
So I did this...

1) created a folder named 'drupal' within html directory and uploaded all unzipped files into it

2) created a database called 'drupal' using the add database function
- - the username is 'drupaladmin' & the password is 'abcde' (for this discussion)

3) I log on to shell as root and execute this...
$ mysql -u drupaladmin -p

4) Within mysql, I execute this...
mysql> GRANT ALL PRIVILEGES ON drupal.* TO drupaladmin IDENTIFIED BY 'abcde';

5) Within mysql, I execute this...
mysql> mysql -u drupaladmin -p drupal

RESPONSE
ERROR 1064: You have an error in your SQL syntax near 'mysql -u drupaladmin -p drupal

So, I figure that the intent here is to load the tables into the drupal database. My control panel supports this. So I go there and...

Upload MySQL Dump File (pointing to drupal-4.5.2\database\database.mysql on my local PC)

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal