I am successfully creating a page that creates an Excel spreadsheet. Unfortunately, there are two footer blocks (Devel) that are getting added to the data before Excel opens it. Any ideas how to stop that? I did already add the URL to the block visibility settings to not show it on that page, but it's still there. Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
Nancy, it happened to me with Ajax calls. To stop this, I made sure that the user logged in does not have any devel permissions. On Fri, Aug 31, 2012 at 3:15 AM, Ms. Nancy Wichmann <nan_wich@bellsouth.net>wrote:
I am successfully creating a page that creates an Excel spreadsheet. Unfortunately, there are two footer blocks (Devel) that are getting added to the data before Excel opens it. Any ideas how to stop that? I did already add the URL to the block visibility settings to not show it on that page, but it's still there.
*Nancy* Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards, Vaibhav Jain
Yeah, I can disable Devel. I also opened an issue about the Devel output being after the </html> tag. Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
________________________________ From: Vaibhav Jain
Nancy, it happened to me with Ajax calls. To stop this, I made sure that the user logged in does not have any devel permissions.
Moshe gave me the answer $GLOBALS['devel_shutdown'] = TRUE Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
________________________________ From: Vaibhav Jain
Nancy, it happened to me with Ajax calls. To stop this, I made sure that the user logged in does not have any devel permissions.
participants (2)
-
Ms. Nancy Wichmann -
Vaibhav Jain