Anyone knows how to solve the error below?
Deprecated: Function ereg() is deprecated in C:\\wamp\\www\\includes\\file.inc on line 895
Use
preg_match('/\.([^\.]*$)/', $this->file_src_name, $extension);
Instead of
ereg('\.([^\.]*$)', $this->file_src_name, $extension);