Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Ahmad E. Posted September 2, 2018 Posted September 2, 2018 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.
bfarber Posted September 3, 2018 Posted September 3, 2018 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.