|
12-04-2007, 01:58 AM | #1 |
Green Mole
Join Date: Dec 2007
Posts: 2
|
Fatal error: Call to undefined function: mb_eregi()
Please advise on how I may resolve this error which I get when running install.php
Thanks |
12-04-2007, 02:08 AM | #2 |
Green Mole
Join Date: Dec 2007
Posts: 2
|
Please advise on how I may resolve this error which I get when running install.php
Regarding mb_eregi() the phhp manual says: mb_eregi() executes the regular expression match with multibyte support, and returns 1 if matches are found. This function ignore case. If the optional third parameter was specified, the function returns the byte length of matched part, and the array regs will contain the substring of matched string. The functions returns 1 if it matches with the empty string. If no matches found or error happend, FALSE will be returned. The internal encoding or the character encoding specified in mb_regex_encoding() will be used as character encoding. so I figure/guess since the returned value was an error message, not 1 or FALSE, the, the function is either outdated or something even worse. Please advise. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fatal error: Call to undefined function: odbc_connect() | NPeart1 | Coding & Tutorials | 0 | 12-20-2005 07:21 AM |
Call to undefined function: mb_eregi() | PHPfranky | Troubleshooting | 0 | 12-03-2005 06:40 AM |
install error!undefined function: mb_eregi() | wedmaster | Script Installation | 4 | 04-21-2005 07:12 AM |
Call to undefined function: is_executable() | switch | Troubleshooting | 3 | 03-13-2004 08:13 AM |
Fatal error: Call to undefined function: is_executable() | lionel.cleran | Script Installation | 1 | 03-09-2004 09:30 AM |