Booking form – asp_tags enabled message

WordPress Event Management, Calendars & Registration Forums Report A Bug Booking form – asp_tags enabled message

This topic contains 1 reply, has 2 voices, and was last updated by  Stephen Harris 8 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20624

    Dear Stephen,

    We have installed the PRO upgrade to customize the booking form and obtain payments from our registrants.<br />
    Following a message in the Booking form reading: Server Configuration Problem: asp_tags enabled.
    we have proceeded to disable asp_tags in our server as suggested.
    However, nothing has changed and the Server Configuration Problem message remains.
    Do you have any other suggestions on how to make Booking Form available?
    Best regards

    Silvia
    SMC media

    Silvia Malosio
    #20635

    Hi Silvia,

    That message only appears if ini_get( 'asp_tags' ) returns a true value. Have you double checked what is displayed by phpinfo()?

    There can be multiple ways of configuring asp_tags.

    1. In your php.ini file(s): sp_tags = Off
    2. In your .htaccess file: php_flag asp_tags off
    3. In your wp-config.php: ini_set('asp_tags', 0);

    I hope that helps

    Stephen Harris
Viewing 2 posts - 1 through 2 (of 2 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.