New Installation exec() problem
  • I have run into every problem imaginable with newscoop installation. 

    Right now i'm at the last step and receive the error: 



    Warning: exec() has been disabled for security reasons in  /public_html/library/Newscoop/Installer/Services/FinishService.php on line 48

    Whoops, looks like something went wrong.

    1/1RuntimeException

    1. in /home/xxxx/public_html/library/Newscoop/Installer/Services/FinishService.php line 55
    2. at FinishService->generateProxies() in /home/xxxx/public_html/install/index.php line 344
    3. at {closure}(object(Request))
    4. at call_user_func_array(object(Closure), array(object(Request))) in /home/xxxx/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 145
    5. at HttpKernel->handleRaw(object(Request), '1') in /home/xxxx/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 66
    6. at HttpKernel->handle(object(Request), '1', true) in /home/xxxx/public_html/vendor/silex/silex/src/Silex/Application.php line 547
    7. at Application->handle(object(Request)) in /home/xxxx/public_html/vendor/silex/silex/src/Silex/Application.php line 524
    8. at Application->run() in /home/xxxx/public_html/install/index.php line 354




  • 1 Comment sorted by
  • I was able to enable exec, which took care of the error: Warning: exec() has been disabled for security reasons in  /public_html/library/Newscoop/Installer/Services/FinishService.php on line 48

    The rest of the errors are still there however.