Trying to get newscoop up and running on a shared hosting provider. Everything looks ok on the System Compatibility screen, resolved an issue with the database creation, but I'm getting the following error after inputting the Site Title, Password, and User Email. Any help would be appreciated.
RuntimeException: The process has been signaled with signal "11".
in /home/manteica/public_html/vendor/symfony/symfony/src/Symfony/Component/Process/Process.php line 368
at Process->wait() in /home/manteica/public_html/vendor/symfony/symfony/src/Symfony/Component/Process/Process.php line 206
at Process->run() in /home/manteica/public_html/library/Newscoop/Installer/Services/FinishService.php line 53
at FinishService->generateProxies() in /home/manteica/public_html/install/index.php line 344
at {closure}(object(Request))
at call_user_func_array(object(Closure), array(object(Request))) in /home/manteica/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 145
at HttpKernel->handleRaw(object(Request), '1') in /home/manteica/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 66
at HttpKernel->handle(object(Request), '1', true) in /home/manteica/public_html/vendor/silex/silex/src/Silex/Application.php line 547
at Application->handle(object(Request)) in /home/manteica/public_html/vendor/silex/silex/src/Silex/Application.php line 524
at Application->run() in /home/manteica/public_html/install/index.php line 354
That's probably happening due to the Newscoop SQL file having an error in it where it asks for mysql-root-user access in order to work. Try removing that line and re-running your install. Since it's on a shared server you'll probably run into many of the same issues I did, including that one. All the fixes I needed to get Newscoop to install properly (including how to fix the root-user-requirement) are listed here: https://forum.sourcefabric.org/discussion/comment/34910#Comment_34910
Since you are running a PHP app, I would recommend you to move from shared hosting to a vps. Shared hosting are cheap for sure, but they are not good in terms of performance and security and you have a lot of limitations there. Whereas with vps you get dedicated server, which means better performance and security. If you don't know how to setup a vps manually, you can use Cloudways PHP web hosting (https://www.cloudways.com/en/php-cloud-hosting.php ) platform that does that automatically. It saves a lot of time and efforts.