user.ini bug

2 posts by 2 authors in: Forums > CMS Builder
Last Post: January 27, 2017   (RSS)

By kitsguru - January 27, 2017

The cmsb/.user.ini file on line 30 is using a # for a comment. This is deprecated and should be a ;

It is logging an error in the server logs with php 5.6

#disable_functions  =  # Entry can only be set in php.ini or httpd.conf

s/b

;disable_functions  =  ; Entry can only be set in php.ini or httpd.conf

Jeff Shields