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

Linux Install Errors

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home//public_html/nalu/sites/default/settings.php:133) in /home//public_html/nalu/includes/session.inc on line 10

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home//public_html/nalu/sites/default/settings.php:133) in /home//public_html/nalu/includes/session.inc on line 10

Macintosh Tiger: Install Drupal problem(s)

I'm new to Drupal, mysql and php so I apologize if I'm missing something obvious. I've followed the install Drupal instructions provide on this site, http://drupal.org/node/22625 ,but when I get to the step where I should see the Drupal Welcome Site, "http://localhost/drupal", I get the following message:

Captcha font path

What's the startinging point for entering the True Type Fonts Path on the captcha settings page? Is it absolute server path, relative to the drupal installation, the drupal site, or the captcha module?

I keep getting the following error:
"The current font path is invalid. The default font will be used."

using Drupal 4.6.2 and captcha 1.14 with no patches applied.

Thanks
Sean

Problems using FriendsElectric theme

I have installed Drupal 4.6.2. Everything works as expected so far but I'm having troubles with getting the FriendsElectric theme right.

- Text in the main content column does not use the whole column width if the text is not long enough.
- I'm using the albums module and the grey box that describes an album does not use the full width of the main content column

The problems are with Firefox 1.0.4. IE renders it fine though.

Thank you for your help.

"Fatal error: Call to undefined function: user_access()

When I go to my Drupal site index.php page, I get this error: "Fatal error: Call to undefined function: user_access() in ???\???\???\???\???\???\common.inc on line 1921". How can I fix this?

installation issue with flexinode.module - db prefix?

Hi all,

Thanks in advance for any assistance.

I have sucessfully installed drupal 4.6.1 and upgraded to 4.6.2 yesterday. Site seems to be functioning well after upgrade.

My database tables are prefixed with 'dr_' set in $db_prefix in settings.php, I modifed database.mysql to prefix the tables.

Today I tried to install flexinode.module by following the INSTALL instructions:
- copied the the files specified into modules/flexinode
- ran flexinode.mysql on my db

When I tried to enable the flexinode.module I get an error 'user error: Table 'mysite.dr_flexinode_type' doesn't exist'

So I modified the three CREATE TABLE statements in flexinode.mysql and prefixed them with 'dr_', dropped the previously created tables and re-ran the query.

I can now succesfully enable the flexinode.module, but when I try to modify the settings for flexinode, I get the following error:

warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/mysite/modules/flexinode/flexinode.module on line 785.
warning: implode() [function.implode]: Bad arguments. in /home/mysite/modules/flexinode/flexinode.module on line 110.

I had a peek at the lines in question and had a go at tracing the problem - but my skills are not up to it. I have also searched for this problem in the forums but couldn't find anything - I understand that all table names in sql queries should be now be surrounded by {}, and this does seem to be the case with flexinode.module.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal