Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   Deprecated: Function ereg (http://www.bvlist.com/showthread.php?t=6337)

Milos1987 25th April 2011 01:13

Deprecated: Function ereg
 
First sorry for my bad English .....

I get this error
Code:

Deprecated: Function ereg () is deprecated in
C: \ xampp \ htdocs \ include \ baseapi.php on line 123

I use xampp
Thanks

Code:

line 123                            if (!ereg("[.]", $file) && is_theme($file)) {

Fynnon 25th April 2011 01:26

PHP 5.3 version too high for YSE, use a lower version of PHP like 5.2

1. open [xampp dir]/etc/php.ini
2. change
Code:

error_reporting = E_ALL | E_STRICT
to this:
Code:

error_reporting = E_ALL & ~E_DEPRECATED
3. restart xampp

Milos1987 25th April 2011 01:35

Thanks for your reply
I did so but again the same

joeroberts 25th April 2011 11:26

change that line to
PHP Code:

if (!preg_match("/^[.]/"$file) && is_theme($file)) { 


Milos1987 25th April 2011 21:20

Thank
 
Thank you very much now works great

urliks 17th June 2011 00:06

new
 
new BT tracker http://www.evilfile.info


All times are GMT +2. The time now is 13:14.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.