ECI Fix – Create Project Blank Screen   

Oct 14th, 2011 // In: Easy CSV Importer // By: Comments 0

If you have ever experienced a blank screen, possibly with errors, when creating a new project. It may have been caused by the BCMaths PHP extension not being installed and the use of bcsub() function which requires that extension. I’ve just added functions to avoid using bcsub() when the extension is not installed. Not having it installed would cause blank pages, server 500 errors and possibly errors related to headers_sent already.

A single user has an issue when creating new projects that outputs php errors regarding headers already being sent. It is possible that this is related but the server configuration handles it different. I won’t be sure until later.

Status Indicator

The status page will tell you if bcsub() can be used and if BCMaths extension is installed.

Leave a Reply

You must be logged in to post a comment.