• Resolved e1900

    (@e1900)


    hi,
    I am getting this debug message in wp-admin, I am running debug from wp-config file.

    Notice: Use of undefined constant FILTER_SANITIZE_FULL_SPECIAL_CHARS – assumed ‘FILTER_SANITIZE_FULL_SPECIAL_CHARS’ in /var/www/vhosts/domain.com/httpdocs/main/wp-content/plugins/stream/includes/filters.php on line 61

    regards

    https://wordpress.org/plugins/stream/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi!

    Thanks for reporting this!
    What version of PHP are you using at the moment?

    Thread Starter e1900

    (@e1900)

    Also won’t let you add to cart in woocommerce 2.1, maybe an ajax problem.
    WC Version: 2.1.5
    WC Database Version: 2.1.5
    WP Version: 3.8.1
    WP Multisite Enabled: No
    Web Server Info: Apache
    PHP Version: 5.3.2-1ubuntu4.21
    MySQL Version: 5.1.62-0ubuntu0.10.04.1
    WP Memory Limit: 256 MB
    WP Debug Mode: Yes
    WP Language: en_US
    WP Max Upload Size: 8 MB
    PHP Post Max Size: 8 MB
    PHP Time Limit: 90
    PHP Max Input Vars: 1000
    SUHOSIN Installed: No
    WC Logging: Log directory is writable.
    Default Timezone: Default timezone is UTC
    fsockopen/cURL: Your server has fsockopen and cURL enabled.
    SOAP Client: Your server has the SOAP Client class enabled.
    WP Remote Post: wp_remote_post() was successful – PayPal IPN i
    regards

    FILTER_SANITIZE_FULL_SPECIAL_CHARS was actually added in 5.3.3 as describe here : http://www.php.net/manual/en/filter.constants.php. I will look with the other core devs what we will do about that.

    Thread Starter e1900

    (@e1900)

    Is it ok to use on 5.3.2 or will it cause security issues?
    regards

    Yes, it’s fine to be using PHP 5.3.2 from a security standpoint.

    As Jonathan pointed out, the issue is just that the FILTER_SANITIZE_FULL_SPECIAL_CHARS filter constant isn’t available until PHP 5.3.3.

    So we will just need to rework the code to ensure compatibility with PHP 5.3.2+.

    We are now tracking this as issue #351 in GitHub, so please feel free to follow our progress there.

    Thread Starter e1900

    (@e1900)

    Hi, I am also getting a Json Parse error when trying to login to my site using userpro plugin. comes up in java box with warning and fails to login.
    regards

    Hi e1900, just wanted to update you on this.

    We’ve just released 1.3.1 of the plugin which fixes the issue you discovered with the PHP 5.3.3 compatibility issue with the FILTER_SANITIZE_FULL_SPECIAL_CHARS filter constant.

    Please update to the latest version and test. Thanks!

    http://wordpress.org/plugins/stream/changelog/

    Thread Starter e1900

    (@e1900)

    sweet:)

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘debug report’ is closed to new replies.