View Single Post
  #21  
Old 6th August 2015, 14:42
atmoner atmoner is offline
Senior Member
 
Join Date: Mar 2015
P2P
Posts: 25
Default
it's simple wargnin!

The bug fix: 52c45a2ff

You can also adjust error_reporting() to not see the warning like this:

PHP Code:
error_reporting(0); 
at top of install.php
Reply With Quote