Hi
I have yhis error
Deprecated: Function ereg_replace() is deprecated in C:\EasyPHP5.3.0\www\miami4us\include\misc.inc.php on line 144
thanks for your help
Breyt
Hi
I have yhis error
Deprecated: Function ereg_replace() is deprecated in C:\EasyPHP5.3.0\www\miami4us\include\misc.inc.php on line 144
thanks for your help
Breyt
You are running a bleeding edge version of PHP (v5.3) which OR is not compatible with yet.
"Much of what looks like rudeness in hacker circles is not intended to give offense. Rather, it's the product of the direct, cut-through-the-BS communications style that is natural to people who are more concerned about solving problems than making others feel warm and fuzzy."
"We gotta' go to the crappy town where I'm a hero!"
-Hoban 'Wash' Washburne 2485-2519
"When you’re born you get a ticket to the freak show. When you’re born in America, you get a front-row seat.."
-George Carlin 1937-2008
MODERATED - core file changes cannot be posted outside of the Sandbox forum.
Hi. I got the same error.
I installed everything using XAMPP which has its own PHP version. What is the workaround? Does anyone here know? - i.e. with XAMPP? How do I change the PHP version?
Thanks,
Houba?
Thanks! I will try that.
"Much of what looks like rudeness in hacker circles is not intended to give offense. Rather, it's the product of the direct, cut-through-the-BS communications style that is natural to people who are more concerned about solving problems than making others feel warm and fuzzy."
"We gotta' go to the crappy town where I'm a hero!"
-Hoban 'Wash' Washburne 2485-2519
"When you’re born you get a ticket to the freak show. When you’re born in America, you get a front-row seat.."
-George Carlin 1937-2008
Hi,
Just follow following steps -
[1] Please open the file misc.inc.php
[2] Go to the line 144
[3] You will find code -
$output = ereg_replace (";", "", $output);
[4] Change the code to -
$output = preg_replace ("( ; )", "", $output);
[5] Save and close the file
Error is fixed.
Please feel free to get back to me.
-- Pradeep Somani
Hi,
This is probably a good fix for solution 2.5.7, but we get the same but different error for 2.5.8.
Deprecated: Function eregi() is deprecated in C:\xampp\xampp\htdocs\cndp\include\misc.inc.php on line 376
Perhaps its best if I stick with 1.7.1 XAMPP?
Unless you also have a fix for this?
Thanks
Open-Realty does not support PHP 5.3 at this time. For the next 2.6.0 release we will be adding support for 5.3 in the meantime you should stick with PHP 5.2.x
Ryan C. Bonham
Transparent Technologies, Inc
Open-Realty Lead Developer
Commercial Services:
Open-Realty Web Hosting from Transparent Technologies, Inc.
IDXManager - IDX import add-on for Open-Realty
TransparentRETS - RETS import add-on for Open-Realty
TransparentMaps - Google Maps add-on for Open-Realty
Links:
Open-Realty Documentation
Bookmarks