Posted September 2, 20186 yr Hey, there is some leftover debug code (only active IN_DEV so it isn't critical) in "system/Helpers/Form/FormAbstract.php" on line 303: if ( \IPS\IN_DEV ) { echo '<pre>'; var_dump( $e ); exit; } Best Regards, Ahmad E.
September 3, 20186 yr That's been there for a while, intentionally, to help capture exceptions in an area that shouldn't occur and which can cause odd unforeseen issues. We could remove it, but it's not very important as you said.
Archived
This topic is now archived and is closed to further replies.