Page 1 of 1

urgent v1.5.2 (Windows XP) mycrypt error

PostPosted: 13. May 2006 10:33
by int75
Hi,

I have been trying to install NO-SOD on XAMPP 1.5.2 in Windows XP, the app requires mcrypt to upload files.

I have tried the same app on XAMPP 1.52 in OSX environment and it worked.

I have been trying for the longest time without success.

This is what I had done.

- changed "error_reporting = E_ALL"
- unremarked "extension=php_mcrypt.dll"

The app does not show that there is a problem however the file is not uploaded.

Is there any way I can check if php_mcrypt.dll is in a working state?

Thank you in advance.

PostPosted: 13. May 2006 11:59
by Wiedmann
Is there any way I can check if php_mcrypt.dll is in a working state?

phpinfo()

PostPosted: 13. May 2006 20:24
by int75
Wiedmann wrote:
Is there any way I can check if php_mcrypt.dll is in a working state?

phpinfo()


thanks for your reply, I don't seem to be able to find that in phpinfo() at all, can you tell me what is the directive to mycript?

PostPosted: 13. May 2006 21:28
by Wiedmann
I don't seem to be able to find that in phpinfo() at all,

Then you have not enabled mycrypt (in the correct "php.ini").

PostPosted: 13. May 2006 21:56
by int75
Wiedmann wrote:
I don't seem to be able to find that in phpinfo() at all,

Then you have not enabled mycrypt (in the correct "php.ini").

I think I have changed the correct "php.ini" file, the "php.ini" file that shows my changes are located in C:\Program Files\xampp\apache\bin\
if that is the correct file, I still don't see it mcrypt being loaded.

Please advice.