Topics

I'm attempting to install Exponent and the pages are blank

If you are attempting a new Exponent installation on a (new) server, you've not yet had a version of Exponent running on and all you see are blank pages, your php server is not configured properly.

If you examine the server error log, you'll likely notice some errors

  • Fatal error: Call to undefined function expProcessBuffer() ...
  • Fatal error: Call to undefined function gd_info() ...

The fault si the 'gd' php module/extension/support is not loaded, so your php.ini file must be edited to ensure the 'gd' module/extension/support is turned on.

Loading Help