Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • malan_in Friend
    #147547

    Hi all,

    could u please help me to fix this issue. After the installation, I am view the index page. It flood the following error.

    I am using WAMP server and my php version is 5.3.0

    Deprecated: Function split() is deprecated in D:wampwwwongpluginssystemplg_japopuphelper.php on line 97
    Deprecated: Function eregi() is deprecated in D:wampwwwongtemplatesja_teline_iiilibsmobile_device_detect.php on line 48
    Deprecated: Function eregi() is deprecated in D:wampwwwongtemplatesja_teline_iiilibsmobile_device_detect.php on line 55
    Deprecated: Function eregi() is deprecated in D:wampwwwongtemplatesja_teline_iiilibsmobile_device_detect.php on line 62
    Deprecated: Function eregi() is deprecated in D:wampwwwongtemplatesja_teline_iiilibsmobile_device_detect.php on line 69
    Deprecated: Function split() is deprecated in D:wampwwwongpluginscontentja_tabsparser.php on line 87
    Deprecated: Function split() is deprecated in D:wampwwwongmodulesmod_janews2helper.php on line 374
    Deprecated: Function ereg_replace() is deprecated in D:wampwwwongmodulesmod_footermod_footer.php on line 24
    Deprecated: Function ereg_replace() is deprecated in D:wampwwwongmodulesmod_footermod_footer.php on line 30

    gray Friend
    #328968

    That’s the issue of PHP 5.3

    quote for eregi:
    Note: As of PHP 5.3.0, the regex extension is deprecated in favor of the PCRE extension. Calling this function will issue an E_DEPRECATED notice.

    The same for split.

    Try to set Error Reporting level to Simple or None (Joomla back-end, Global configs, Server)

    malan_in Friend
    #328969

    if i enable display_error=no on php.ini file. I may not get thoes errors, but the site is working. Could i run my site with this setting or I need to fix this.

    If i need to fix, what are the steps to follow?

    gray Friend
    #328970

    Have you tried to set the error level from Joomla instead of modifying php.ini?

    Actually, this step is not a problem. Just in case you would need to debug something (or you would just see a blank page) error reporting should be reset back.

    To avoid this particular problem, use PHP lower than 5.3.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  gray 14 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum