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

Weird dissapearing menu in the profile edit page

Hey, I searched around, but couldn't find the problem I'm looking for. I have a site at http://www.tonelab.net. I've only had it up for a few days, and so far I've been able to solve problems pretty effeciently, but this one baffels me.

A few issues... Please Help!!!

1. I need to be able to combine the forum listing module with the book review module. To explain, I want to be able to see the listing of forums, and then below it to show a listing of book reviews. I have tried messing with some of the stuff, but i ended up screwing it up and having to copy over the files. has anyone done this?

Error : "warning: Cannot modify header information - headers already sent by ..."

Hi all,

I have recently set up a Drupal website. I am a beginner. My shared host server does not allow nobody@localhost to send emails, and prevents access to php.ini, so I spent some time getting a SMTP script running. While the Drupal feedback module and the new account creation works fine in terms of sending of mails, I am having some problems with the sending of password reminder emails.

warning: Cannot modify header information - headers already sent by (output started at /home/affyorg/public_html/cancer/content/mail.php:20) in /home/affyorg/public_html/cancer/content/includes/common.inc on line 192.

Your advice would be appreciated. Thanks!!

My mail.php file is as follows:

<?
include("Mail.php");
$recipients = $mail;
$headers["To"]      = $mail;
$headers["From"]    = "abc@xyz.org";
$headers["Subject"] = $subject;
$body = str_replace("\n", "\r\n", $message);
$params["host"] = "mail.xyz.org";
$params["port"] = "25";
$params["auth"] = true;
$params["username"] = "abc@xyz.org";
$params["password"] = "defgh";
// Create the mail object using the Mail::factory method
$mail_object =& Mail::factory("smtp", $params);
$mail_object->send($recipients, $headers, $body);
?>

Line 189 - 192 of common.inc is


// Before the redirect, allow modules to react to the end of the page request.
module_invoke_all('exit', $url);
header('Location: '. $url);

Multi-sites

Good morning,

I am beginning with the Drupal and I am being necessary use the resort of multi-sites, I read it breaks about multi-site after comes in its installation and I am not obtaining. I should alter the setttings.php? By example, I have the dominio eafb.org.br and I am going to create a sub-dominio info. eafb. org. br, what should I do? I use the Drupal 4.6.3.

It obliged.

Can't do it, and I really like Drupal, please help!

I am new to Drupal and need help installing. I followed the installation guide and created a new database, editted the settings.php file. I got confused on the database.mysql.inc part of the installation.

This are the steps I took:
1. Uploaded Drupal
2. Created a new database
3. Uploaded the database.mysql.inc file into MySql on the server (before I editted this file)
4. Made changes to settings.php file
5. Took a preview at my page and this is what it says: www.surusahosting.com

created page content but error of "page not found" node/# not found

Greetings,
I've ALMOST got my 4.6.3 install of drupal on IIS 6/Windows 2003 (MySQL5/PHP5) working. I've installed the patches here: http://drupal.org/node/26033 since I experienced several white pages of death or fatal errors.

THe problem I can't find a solution to on these boards is that when I try to create new content such as a story or page, I can preview and submit it, but then I get this:

Page not found
Your page was created.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal