-
AuthorPosts
-
January 11, 2010 at 11:30 am #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 30gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
January 11, 2010 at 12:39 pm #328968That’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)
January 11, 2010 at 12:47 pm #328969if 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 Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
January 11, 2010 at 1:06 pm #328970Have 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.
1 user says Thank You to gray for this useful post
-
AuthorPosts
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