Closed (fixed)
Project:
Table Export
Version:
5.x-1.3-2
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2008 at 21:33 UTC
Updated:
19 Aug 2008 at 01:51 UTC
Immediately upon enabling this module my screen went white. I am unable to access any page while it is activated. My error log has this message:
PHP Fatal error: Cannot redeclare phptemplate_table() in /home/rivulcom/public_html/themes/fourseasons-rivul/template.php on line 185
Can you advise?
Comments
Comment #1
tjholowaychuk commentedThis module overrides the theme_table() function in order to 'hook' into the data, making it exportable. Because of this any other overrides of theme_table() will prevent it from working, so your theme must be overriding it for whatever reason. Any need to override tables in themes should be very very rare though as you can theme them almost infinitely with CSS as-is so you may be able to just pull out the phptemplate_table function
Comment #2
johnhorning commentedThanks - that seems to work.