Support

Account

Home Forums Backend Issues (wp-admin) Realtionship Fields Don't Show Values or Filter Reply To: Realtionship Fields Don't Show Values or Filter

  • Hi,

    This is my config

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', true);
    @ini_set('display_errors',1);

    No errors are shown either on the page, in the log or in the chrome console. Nothing at all.

    It only works when I set the following

    define( 'SCRIPT_DEBUG', true);