Blank Page After Submit
| Project: | Event |
| Version: | 4.6.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
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
Still looking for help.
#2
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....
?>
#3
All my watchdog error list says for this is:
content 04/25/2006 - 5:31am event: added Test2. DeVill view detailsIn "View" it;s just a blank white screen.
In "Details" it says:
Type contentDate 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
And does it successfully add the event?
#5
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
sorry, as a relative newbie I'm afraid I can't help further...anyone else?
#7
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
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.