0

I'm trying to install Opencart 2.3.0.2 on my local machine (mac osx). Downloaded XAMPP 7.2.5 , but can't install opencart because it needs mcrypt.

When I run phpinfo() I do see

'--with-mcrypt=/Applications/XAMPP/xamppfiles' 

but no other mentions of mcrypt. So I guess it's not loading?

How can I activate mcrypt? PHP version is 7.2.5

fransyozef
  • 544
  • 2
  • 7
  • 18

1 Answers1

0

I had the same problem with an old laravel project, I found the easier way to solve it

  • download an older version of xampp call it xampp2
  • go to change the path to xampp2/php in environment variables
Joe
  • 26
  • 1