Patch (to be ported)
Project:
mbase
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Feb 2016 at 20:48 UTC
Updated:
28 Feb 2016 at 04:32 UTC
Jump to comment: Most recent
Clean Drupal instalation.
White screen after theme enable.
On appearance page i saw message:
Warning: require_once(.../sites/all/themes/mbase/helper.inc) [function.require-once]: failed to open stream: No such file or directory in require_once() (line 8 of .../sites/all/themes/mbase/includes/bootstrap.inc).
Comments
Comment #2
quardzSome if the environments wont have "__DIR__" constant defined, This "__DIR__" available from PHP 5.3.0. I will fix this in next commit, For now please add this code at line number 6 in "includes/bootstrap.inc"
Comment #3
vasyok commentedOK, thanx!
I understand php 5.3 required