Active
Project:
Donation
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2011 at 01:25 UTC
Updated:
5 Jul 2011 at 09:38 UTC
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
Comment #1
acruther commentedCorrection - 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?
Comment #2
hexabinaerCame 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.