Win 2k
Apache 1.3.26
php 4.2.2
Hi everyone.
I am having a problem with mb_send_mail function:
mb_send_mail ($strTo , $strSubject, $strBody);
Not working. Doesn't display any error message, but the email isn't sent, either. But if I change it to:
mail ($strTo , $strSubject, $strBody);
It works.
from php.ini:
...
extension_dir = "C:\php\extensions"
...
extension=php_mbstring.dll
...
I have php_mbstring.dll in that directory.
from php log:
[22-Aug-2002 11:36:30] PHP Warning: Server Error in C:\home\public_html\thankyou.php on line 46
The log gives me an warning, but it only says "Server Error." Apache error.log doesn't show anything.
I used a zipped package with extensions for the installation. I used php.ini-recommended almost unchanged for php.ini.
What I want to ask you is where to look for the cause of this problem. Do you have any idea?
I'll appreciate your input.
Thank you.
Shin Hashitani