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?

Comments

DeVill-1’s picture

Still looking for help.

Andrupal’s picture

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 .... in the template.php file. By removing all but the opening and closing php tags, the problem went away.

DeVill-1’s picture

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 /

Andrupal’s picture

And does it successfully add the event?

DeVill-1’s picture

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.

Andrupal’s picture

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

killes@www.drop.org’s picture

Status: Active » Closed (fixed)

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.

tarekshalaby’s picture

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.

xalexas’s picture

Great! That was my problem also. Thanks for help!

khan2ims’s picture

Hi,

I am too having the problem at http://www.covenantdothan.org I am getting blank screen even with Garland theme. I have tried increasing memory limit to 128mb, without any success.

Please help!