newscoop 4.2 on mac ( mamp) error
  • Vote Up0Vote Down mariamaria
    Posts: 38Member
    hiii 
    i am trying to install newcoop 4.2 on mamp on mac os
    but i am getting an empty page after the installation process starts with the following error on php error log

    PHP Fatal error:  Uncaught exception 'Symfony\Component\Process\Exception\RuntimeException' with message 'The process has been signaled with signal "5".' in /Applications/MAMP/htdocs/newscoop/vendor/symfony/symfony/src/Symfony/Component/Process/Process.php:450
    Stack trace:
    #0 /Applications/MAMP/htdocs/newscoop/vendor/symfony/symfony/src/Symfony/Component/Process/Process.php(205): Symfony\Component\Process\Process->wait(NULL)
    #1 /Applications/MAMP/htdocs/newscoop/install/classes/CampInstallationBase.php(826): Symfony\Component\Process\Process->run()
    #2 /Applications/MAMP/htdocs/newscoop/install/classes/CampInstallationBase.php(93): CampInstallationBase->saveConfiguration()
    #3 /Applications/MAMP/htdocs/newscoop/install/classes/CampInstallation.php(96): CampInstallationBase->execute()
    #4 /Applications/MAMP/htdocs/newscoop/install/index.php(79): CampInstallation->execute()
    #5 {main}
      thrown in /Applications/MAMP/htdocs/newscoop/vendor/symfony/symfony/src/Symfony/Component/Process/Process.php on line 450

    very appreciated for any help
    thanks
  • 2 Comments sorted by
  • hi, did you ever get the problem solved?
  • The apache configuration for the options in the htaccess file has -dashes. The options need to either all have dashes prepended or no dashes. At least that's whatI discovered after having the same issue.