Chad Cloman 0 Posted February 9 Report Share Posted February 9 I'm in the process of installing the open source 7.1 version of X2CRM retrieved from github. The installation script hangs and eventually terminates with a HTTP 500 response. I've tracked the issue to the following source file: protected/components/views/requirements.php As part of the install, this script attempts to connect to the updates server at this URL, which is hard-coded in the source: http://52.33.121.218/x2planet.com/installs/registry/reqCheck The URL doesn't work. When I enter it into my browser, it hangs. It's the cause of the timeout and the 500 error. Anyone know more about this problem? Quote Link to post Share on other sites
alt_f4 53 Posted February 9 Report Share Posted February 9 Seems like http://x2planet.com/installs/registry/reqCheck might be the correct URL. May you´ll try to search/replace in the script for the IP and //comment it out or change to URL instead? Regards! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.