I quickly took a copy of the site to install locally to see if the error occurs then, too, or whether it is limited to your server. I'm installing it now and will get back to you.
In the meantime I noticed that you have Toolset plugins installed and active that you probably don't need. Certainly if you are using Toolset Blocks you don't need Layouts (a proprietary page-builder superceded by Blocks), and you likely don't need Framework Installer or Module Manager either. You should probably deactivate those unless you have a reason for installing them.
Can I check what prompted you to install those plugins? (We should be discouraging that, Layouts in particular is for existing clients with existing sites that use it.)
I didn't see any errors when installing the copy of your site, but I didn't really expect to, this appears to be a server issue.
Note the error describes that the function apache_get_modules is called on line 5283 of wp-includes/functions.php but doesn't exist. And yet it's a core PHP function (hidden link) *and* the previous line first checks if it exists before trying to use it, i.e.
It can't exist on line 5282 and then not exist on 5283.
You may need to check with your host, but before that, can I just ask you to add a phpinfo file to the root of your installation, so that I can check the configuration in case anything occurs to me?
Create a file named phpinfo.php with the following content and save it in the root of your WordPress install:
<?php
phpinfo();
You should then be able to visit hidden link and it show the server configuration. Let me know when I can check that.
Thanks for your response. I was able to install phpinfo.info script and view the results. It looks like PHP is installed as CGI and not as a module. Is this the source of the error? I am using Siteground as a host and they state that I am unable to install PHP as a module. Will this prevent me from using some features of Toolset?
I will disable the unneeded Toolset modules. It just was unclear which modules I should install or not.