Posted by acruther on June 30, 2011 at 1:25am
2 followers
Jump to:
| Project: | Donation |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I get the following error when I navigate to "http://mywebsite.com/donations":
warning: Cannot modify header information - headers already sent by (output started at
/home/mywebsite/public_html/modules/simple_paypal/simple_paypal.module:1) in
/home/mywebsite/public_html/includes/common.inc on line 148.
Page not found
The requested page could not be found.
I'm fairly sure this is not a problem with the simple_paypal module since it doesn't actually create the donations page.
Comments
#1
Correction - it looks like the header problem is a simple_paypal module issue afterall.
However, I am still wondering how you access the donations list. Does anyone know the url?
#2
Came here to find out, too.
Only hint to a URL:
drupal_goto('admin/build/donations')But that's not accessible for public.
function donation_public_page, however, does not tell how it's called.