robrichards / xmlseclibs

A PHP library for XML Security
BSD 3-Clause "New" or "Revised" License
388 stars 181 forks source link

Warning: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' (this will throw an Error in a future version of PHP) in C:\laragon\www\ft_bni_lkpd\config\app.php on line 83 #239

Open sukmawijaya66 opened 2 years ago

sukmawijaya66 commented 2 years ago

i have a issues when i go to localhost:8000

Warning: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' (this will throw an Error in a future version of PHP) in C:\laragon\www\ft_bni_lkpd\config\app.php on line 83

please tell me how fix this Screenshot (408)

thijskh commented 2 years ago

Likely you have not installed/enabled the PHP OpenSSL extension which is required.

sukmawijaya66 commented 2 years ago

How to? can you tell me

thijskh commented 2 years ago

How to enable PHP extensions is not related to this project. You can Google many manuals for that.