i got error of my moodle 2.6 and genesis theme (i have activate debug option ini php.ini)
require_once(dirname(FILE) . '/lib/setup.php'); @error_reporting(E_ALL | E_STRICT); @ini_set('display_errors', '1'); $CFG->debug = (E_ALL | E_STRICT); $CFG->debugdisplay = 1; $CFG->debugusers = '2';
it's apprear when i login with admin privillage. (host/admin/index.php)
Fatal error: Call to undefined method core_renderer_maintenance::socialicons() in /var/www/../theme/genesis/layout/header.php on line 11
any one can help me, solution of this? thanks