MESSAGE: unserialize(): Error at offset 961 of 1126 bytes
TYPE: Notice
FILE: /home/press/web/ictpp.ictinnovations.com/modules/default/classes/BugMgr.php
LINE: 176
DEBUG INFO:
171 return $user;
172 }
173
174 function buildEnvironmentReport()
175 {
176 $aEnvData = unserialize(file_get_contents(SGL_VAR_DIR . '/env.php'));
177 $aEnvData['client_info'] = $this->_clientInfo;
178 $lastQuery = $this->dbh->last_query;
179 $aEnvData['db_info']['lastSql'] = isset($this->dbh->last_query) ?
180 $this->dbh->last_query : null;
181 return print_r($aEnvData, 1);