Question
Php : The Common Extensibility Platform (CEP) suite couldn't be loaded
Hi,
I'm using AE in command line. Running through powershell, it works fine
But running through an apache web server, it crashes with the error "The Common Extensibility Platform (CEP) suite couldn't be loaded.".
$command = '"C:\\Program Files\\nodejs\\node.exe" C:\\Users\\blabla\\script_that_calls_AE.js';
exec($command)
Why is that?
Thanks
