Posted by arkascha on 06/05/07 05:58
Falcon wrote:
> Hi
> i've this problem in computer with windows xp and wmserver version 3.3
> When i insert a crypt data in table of mysql appair this error:
>
>
> Fatal error: Call to undefined function: mcrypt_module_open() in C:\WM
> \www\rubrica\write.php on line 19
>
> I've able extension php_mcrypt in php.ini
> and copy file libmcrypt.dll in system32.
>
> Help please
First check if the extension is loaded (usable) with a small php script like
this:
---
<?php phpinfo(); ?>
---
When calling this script via http you get a html page with all the details
of the configured php engine. Do you see the mcrypt extension here or not ?
If not check the web server (probably apache) logfile upon startup, it
should mention some reason why it cannot load the extension.
arkascha
Navigation:
[Reply to this message]
|