Fork me on GitHub

Z1.1.2 & PHP5.3.6 problem  Bottom

  • Hi,

    I just noticed that on older Zikula site still running version 1.1.2 is down since the provider upgraded to PHP-version 5.3.6 last night. The problem has been discussed in the Google Group here but without a final solution to the problem.

    Once I add the provided solution by Drak to the php.ini I get the following error message:

    System Error
    Non critical error

    An unknown error has occured. The following error message was returned by the system

    Function split() is deprecated

    _BACK

    --
    Cheers, Sascha

    Philivision, Inc. - User of Zikula since 2002...
  • Try changing

    display_errors = Off
    log_errors = Off

    Also add something like

    error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

    I don't remember entirely, something like that.

    in php.ini also, then restart apache.

    Drak

    --
    Zikula Lead Developer
    Board Member of the Zikula Foundation
    Follow me on twitter.com/zikuladrak
  • You can also try adding this to your .htaccess

    Code

    php_flag allow_call_time_pass_reference On
    php_value error_reporting "E_ALL & ~E_DEPRECATED"
    php_flag display_errors off
    php_flag log_errors off


    Regards,

    Drak

    --
    Zikula Lead Developer
    Board Member of the Zikula Foundation
    Follow me on twitter.com/zikuladrak
  • 0 users

This list is based on users active over the last 60 minutes.