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

Blank Page - after posting a form in 4.1 final

All,

I've been madly working on building a site from the ground up with Drupal. I've pretty much nailed things down, and gotten everything to behave the way I want it. But, lately, I've noticed a bug with form posting. On occasion, I fill in a form (eg a "Comment" form), then click "preview", then "submit". Sometimes, I get nothing but a blank page back, with only the following HTML source in it:

<html><body></body><html>

The URL string is set to:

http://10.0.0.12/node.php?id=8&PHPSESSID=0d9d6122dee3ff365b9fced83fa5b85a

Which is interesting, because I thought that PHP Sessions
weren't used in Drupal. I've noticed if I delete the Ampersand to the end of the Session ID, then resubmit, it'll work fine. Finally URL I actually submit looks like:

http://10.0.0.12/node.php?id=8

I suspect the form posted correctly, and now I'm just viewing the results of that?

I'm running Drupal 4.1.0 final/release code, PHP 4.2.2 on Apache 2.0.40 on a RedHat 8.0 Linux platform. Backend is MySQL 3.23.54.

I've so far only noticed it happening on Mozilla 1.2.1 and Mozilla 1.3. However, I haven't been heavily testing any other browser.

Is there a known issue here, or is this something I can fix? I can't have this sort of behavior with a production site. If there is more detail I can provide, or anything I can do or try to troubleshoot, let me know.

Authentication - Pam or IMAP?

Is there any way to authenticate via IMAP/POP/SMTP or PAM?

Keith

Book - How to display??

I'm trying to figure out the easiest way to import or use content I created for my previous sites.

I had content about 2-3 levels deeps so the collaborative book module sounded like the best options. I've created a book called "General" then put a bunch of content under that.

Anyways now that I've put the info there how can I let other people view it? On my front page you can see a link to collaborative book but it's a blank page. I've been looking under permissions and blocks sections and can't see anything that talks about collaborative book.

Which Version for Production

All,

For Drupal deployment into Production, which version does everyone recommend ->> Drupal 4 or 4.01 ?? Is 4.01 stable yet ? and does it work with all the additional modules (Private Messaging)?

Thanks.

Naveed.

printing current user...

Man, I feel like an idiot for asking, but here goes...

I simply want to print out the currently logged in user's name on the page. I've tried print $user->name, but that doesn't return anything. I've tried to look through the code to see if I could come across a clue, but alas - I'm clueless.

Can someone fill me in?

Thanks!

shell account

is there another way to setup the database without a shall account?

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal