Blank Page After Submit

DeVill - April 15, 2006 - 19:44
Project:Event
Version:4.6.x-1.x-dev
Component:User interface
Category:support request
Priority:critical
Assigned:Unassigned
Status:closed
Description

Everything seems to be working fine regarding my Event module on my Drupal 4.6.6 (not CivicSpace, not yet CiviCRM), except for the fact that after I create an event and click submit, is sends me to a totally blank page.

Also, when I use the RSVP module with an event, the link in the email leads to the blank page where the event should be displayed.

Other than that, everything else seems normal.
The events show up in the menus, the EventFinder module, the calendar, and the Upcoming Events block.

Can somebody tell me what may have led to the blank page problem, and how I can fix it so that the event's page shows up after I click submit, and the link in the RSVP email leads to that page?

Is there any info you need me to give to help figure this out?

#1

DeVill - April 20, 2006 - 13:40

Still looking for help.

#2

Andrupal - April 23, 2006 - 23:15

I had the same problem and I did the following to fix it:

1) Repeat the error by submitting the content type in question.

2) Go to http:www.yoursite.com/admin and look at the "watchdog" error list to see what's happening.

In my case it gave the following error:

Cannot modify header information - headers already sent by (output started at /home/andrew/public_html/themes/fancy/template.php:15) in /home/andrew/public_html/includes/common.inc on line 265.

3) It turns out I had extra sets of

<?php
....
?>
in the template.php file. By removing all but the opening and closing php tags, the problem went away.

#3

DeVill - April 24, 2006 - 19:43

All my watchdog error list says for this is:
content 04/25/2006 - 5:31am event: added Test2. DeVill view details

In "View" it;s just a blank white screen.
In "Details" it says:

Type content
Date Tuesday, April 25, 2006 - 5:31am
User DeVill
Location /node/add/event
Message event: added Test2.
Severity notice
Hostname 204.9.201.114

I don't even have a template.php. in my
/ public_html / themes / fancy /

#4

Andrupal - April 25, 2006 - 02:45

And does it successfully add the event?

#5

DeVill - April 25, 2006 - 05:46

The events show up in the menus, the EventFinder module, the calendar, and the Upcoming Events block.

But after I create an event and click submit, is sends me to a totally blank page.

Also, when I use the RSVP module with an event, the link in the email leads to the blank page where the event should be displayed.

#6

Andrupal - April 29, 2006 - 14:58

sorry, as a relative newbie I'm afraid I can't help further...anyone else?

#7

killes@www.drop.org - December 2, 2007 - 17:42
Status:active» closed

This version of event.module is no longer supported. Please update your site. If the issue is still valid, don't hesitate to re-open it against a more recent version.

#8

tarekshalaby - October 13, 2009 - 07:47

I had the same issue. My search would give me a blank page, so would the poll, etc. But when I removed all of the

<?php

?>

leaving only the opening and closing one, everything worked.

 
 

Drupal is a registered trademark of Dries Buytaert.