MESSAGE: require_once(/var/www/newephisto/modules/membership/classes/DA_Membership.php) [
function.require-once]: failed to open stream: No such file or directory
TYPE: Warning
FILE: /var/www/newephisto/modules/group/classes/Group.php
LINE: 46
DEBUG INFO:
41 require_once SGL_CORE_DIR . '/Category.php';
42 require_once SGL_CORE_DIR . '/Delegator.php';
43 require_once SGL_MOD_DIR . '/default/classes/DefaultDAO.php';
44 require_once SGL_MOD_DIR . '/group/classes/DA_Group.php';
45 require_once SGL_MOD_DIR . '/user/classes/UserDAO.php';
46 require_once SGL_MOD_DIR . '/membership/classes/DA_Membership.php';
47
48 /**
49 * add to role flag
50 */
51 define('SGL_ROLE_ADD', 1);