Closed rgasch closed 6 years ago
Hi rgasch, you must manually enable the extension add in you php.ini: extension=trader.so
As I'm saying above, my phpinfo() confirms that the trader extension is loaded/enabled. I'm on Linux so my setup is a bit different, but I've created an ini file for trader enabled it.
Are you running phpinfo though the CLI too ?
yes, you might have a specific php.ini for CLI to test if the extension is on php CLI: php -i | grep trader
to see which is the correct php.ini: php -i | grep php.ini
You're 100% and I was an idiot on this issue. I had enabled the trader extension for apache but not for CLI. Sorry, my bad.
I'm trying to do a 'composer update' on a freshly pulled clone of your project.
I have installed the trader extension using
and my phpinfo shows the following info
Now, when I run 'composer update' I get the following error:
Any suggestions on how this could be resolved?
FYI, I'm running PHP 7.1.15 on Ubuntu 17.10.