I’ve done everything I can think of to turn off PHP errors, and they will not turn off.
In my config.php:
$config['debug'] = "0";
ini_set('display_errors', 0);
error_reporting(0);In Admin -> output and Debugging Preferences, Debug Preference reads “0: No PHP/SQL error messages generated”.
What am I missing here?
Error:
A PHP Error was encountered
Severity: User Warning
Message: Invalid EE Conditional Variable: {if "exp:playa:total_children entry_id="149" field="performance_listing" var_prefix="playaokBGXyV9"}
Filename: libraries/Functions.php
Line Number: 2843edit: edited index.php and set debug = 0 and it seemed to do the trick