CMS Builder offline installation

4 posts by 3 authors in: Forums > CMS Builder
Last Post: March 8, 2019   (RSS)

By Rommel - March 6, 2019

Hello, I am new to CMS Builder. I would like to ask if it possible to install CMS builder in a local server such as Vertrigoserv without being connected to the internet I installed it recently and this is the error message that I got:

Error: Outbound internet connections from this server are not working.
Please ask your system administrator to enable network connectivity for PHP and/or resolve this issue.

Technical details for system administrators:

  • Unable to resolve IP address for test domain 'www.google.com' - Check DNS
  • Unable to connect to test domain 'www.google.com' (Error #0 - php_network_getaddresses: getaddrinfo failed: No such host is known. ) - Check Firewall
  • Debugging - check resolved addresses and connection status with:

I hope that you can help me. I not connected to internet most of the time and I want to test CMSBuilder without internet connectivity.

By Dave - March 6, 2019

Hi Rommel, 

Can you try disabling the internet connectivity check?  In /lib/init.php search for _init_showInternetConnectivityErrors() and add a # in front of this line:

// check for internet connectivity
if (!isInstalled()) { _init_showInternetConnectivityErrors(); } // only run if software not installed yet

Let me know if that works for you.

Dave Edis - Senior Developer
interactivetools.com

By Rommel - March 8, 2019

@Dave, thank you that did work. I am now able to access the CMSBuilder interface.