MESSAGE: Use of undefined constant DB_Error - assumed 'DB_Error'
TYPE: Notice
FILE: /home/edeva/modules/gallery/classes/GalleryMgr.php
LINE: 139
DEBUG INFO:
134 'totalItems'=> $input->totalItems,
135 );
136
137 $aPagedData = SGL_DB::getPagedData($this->dbh, $query, $pagerOptions);
138
139 if (is_a($aPagedData, DB_Error)) {
140 SGL::raiseError('Error in : Get the paged data.',
141 DB_Error);
142 return;
143 }
144
MESSAGE: Cannot modify header information - headers already sent by (output started at /home/edeva/lib/SGL/ErrorHandler.php:169)
TYPE: Warning
FILE: /home/edeva/lib/SGL/Task/Process.php
LINE: 231
DEBUG INFO:
226 }
227 if ($this->conf['p3p']['compactPolicy'] != '') {
228 $p3pHeader .= " CP=\"" . $this->conf['p3p']['compactPolicy']."\"";
229 }
230 if ($p3pHeader != '') {
231 header("P3P: $p3pHeader");
232 }
233 }
234 // prepare headers during setup, can be overridden later
235 header('Last-Modified: ' . gmdate("D, d M Y H:i:s") . ' GMT');
236 header('Content-Type: text/html; charset=' . $GLOBALS['_SGL']['CHARSET']);
MESSAGE: Cannot modify header information - headers already sent by (output started at /home/edeva/lib/SGL/ErrorHandler.php:169)
TYPE: Warning
FILE: /home/edeva/lib/SGL/Task/Process.php
LINE: 235
DEBUG INFO:
230 if ($p3pHeader != '') {
231 header("P3P: $p3pHeader");
232 }
233 }
234 // prepare headers during setup, can be overridden later
235 header('Last-Modified: ' . gmdate("D, d M Y H:i:s") . ' GMT');
236 header('Content-Type: text/html; charset=' . $GLOBALS['_SGL']['CHARSET']);
237 header('X-Powered-By: Seagull http://seagullproject.org');
238 }
239 }
240 }
MESSAGE: Cannot modify header information - headers already sent by (output started at /home/edeva/lib/SGL/ErrorHandler.php:169)
TYPE: Warning
FILE: /home/edeva/lib/SGL/Task/Process.php
LINE: 236
DEBUG INFO:
231 header("P3P: $p3pHeader");
232 }
233 }
234 // prepare headers during setup, can be overridden later
235 header('Last-Modified: ' . gmdate("D, d M Y H:i:s") . ' GMT');
236 header('Content-Type: text/html; charset=' . $GLOBALS['_SGL']['CHARSET']);
237 header('X-Powered-By: Seagull http://seagullproject.org');
238 }
239 }
240 }
241
MESSAGE: Cannot modify header information - headers already sent by (output started at /home/edeva/lib/SGL/ErrorHandler.php:169)
TYPE: Warning
FILE: /home/edeva/lib/SGL/Task/Process.php
LINE: 237
DEBUG INFO:
232 }
233 }
234 // prepare headers during setup, can be overridden later
235 header('Last-Modified: ' . gmdate("D, d M Y H:i:s") . ' GMT');
236 header('Content-Type: text/html; charset=' . $GLOBALS['_SGL']['CHARSET']);
237 header('X-Powered-By: Seagull http://seagullproject.org');
238 }
239 }
240 }
241
242 /**