Hi,
I installed and tried to upload a file and I got this error:
Fatal error: Call to undefined function mb_ereg_replace() in
/home/transit/public_html/videos/upload_file.php on line 209
Any idea what this caused?
Thanks!
Printable View
Hi,
I installed and tried to upload a file and I got this error:
Fatal error: Call to undefined function mb_ereg_replace() in
/home/transit/public_html/videos/upload_file.php on line 209
Any idea what this caused?
Thanks!
You need php installed with mbstring support.
PHP: Multibyte String - Manual
I fixed it thank you