Search found 1 match

by kiltalk
Thu Oct 27, 2011 4:49 pm
Forum: Installation Help
Topic: License.php display blank page
Replies: 17
Views: 12361

Re: License.php display blank page

I just had the same problem. Basically, the dl() function has been removed from some SAPI's since PHP 5.3, (see http://php.net/manual/en/function.dl.php). The code in 'classes/modules/install/Install.class.php' causes a fatal error, but the error is surpressed by the '@' - hence the blank screen. if...