WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: BongoZealot on December 01, 2013, 07:35:29 AM

Title: Safe Mode isssue when installing module
Post by: BongoZealot on December 01, 2013, 07:35:29 AM
Good day

how can I bypass the safe mode check when installing this module.?

I was able to byass this check when installing the CMS

Thanks in advance
Title: Re: Safe Mode isssue when installing module
Post by: marmot on December 01, 2013, 11:55:58 AM
Hi,

how can I bypass the safe mode check when installing this module.?
in precheck.php just comment last line
Code: [Select]
$PRECHECK['PHP_SETTINGS'] = array('safe_mode' => '0'); and remember if anything goes wrong the only one to blame is yourself  :wink:

regards
Title: Re: Safe Mode isssue when installing module
Post by: BongoZealot on December 01, 2013, 02:39:54 PM
Thanks.

It will definitely be my fault!  :evil: