Support

Account

Home Forums ACF PRO Post-Slug from diffrent fields Reply To: Post-Slug from diffrent fields

  • There is a PHP error, 500 internal server error, you must be using an MS server.

    Turn on error reporting so that you can see the real error

    
    // add to config.php
    define('WP_DEBUG', true );
    define('WP_DEBUG_DISPLAY', true);