Topics

I'm attempting to install Exponent and the pages are only partially formed

During the installation process, if you see a page with NO button to proceed to the next step (the page was only partially formed), your web server has timed out before the script was completed.  On slow web and database servers, the default php configuration settings (30 seconds is the default) may cause the server to 'time out' before all the actions required for that page are complete.  This normally only occurs on 'test' type servers and not those dedicated as production web servers.  The fix is to increase the 'max_execution_time' setting in php.ini.

Loading Help