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

tjholowaychuk’s picture

This 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

johnhorning’s picture

Status: Active » Closed (fixed)

Thanks - that seems to work.