MESSAGE: Undefined index: url
TYPE: Notice
FILE: C:\ApacheSSL\Apache2\htdocs\pub\seagull\modules\poi\classes\poiMgr.php
LINE: 371
DEBUG INFO:
366
367 $DobjT_POI->find();
368 $DobjT_POI->fetch();
369 $tmp = $DobjT_POI->toArray();
370
371 if(($tmp['url'])&&(strncasecmp($tmp['url'], 'http://', 7)))
372 {
373 $tmp['url']='http://'.$tmp['url'];
374 }
375
376 $output->result=$tmp;
MESSAGE: Cannot modify header information - headers already sent by (output started at C:\ApacheSSL\Apache2\htdocs\pub\seagull\lib\SGL\ErrorHandler.php:181)
TYPE: Warning
FILE: C:\ApacheSSL\Apache2\htdocs\pub\seagull\lib\SGL\Task\Process.php
LINE: 216
DEBUG INFO:
211 }
212 if ($this->conf['p3p']['compactPolicy'] != '') {
213 $p3pHeader .= " CP=\"" . $this->conf['p3p']['compactPolicy']."\"";
214 }
215 if ($p3pHeader != '') {
216 header("P3P: $p3pHeader");
217 }
218 }
219 // prepare headers during setup, can be overridden later
220 header('Last-Modified: ' . gmdate("D, d M Y H:i:s") . ' GMT');
221 header('Content-Type: text/html; charset=' . $GLOBALS['_SGL']['CHARSET']);
MESSAGE: Cannot modify header information - headers already sent by (output started at C:\ApacheSSL\Apache2\htdocs\pub\seagull\lib\SGL\ErrorHandler.php:181)
TYPE: Warning
FILE: C:\ApacheSSL\Apache2\htdocs\pub\seagull\lib\SGL\Task\Process.php
LINE: 220
DEBUG INFO:
215 if ($p3pHeader != '') {
216 header("P3P: $p3pHeader");
217 }
218 }
219 // prepare headers during setup, can be overridden later
220 header('Last-Modified: ' . gmdate("D, d M Y H:i:s") . ' GMT');
221 header('Content-Type: text/html; charset=' . $GLOBALS['_SGL']['CHARSET']);
222 header('X-Powered-By: Seagull http://seagullproject.org');
223 foreach ($output->getHeaders() as $header) {
224 header($header);
225 }
MESSAGE: Cannot modify header information - headers already sent by (output started at C:\ApacheSSL\Apache2\htdocs\pub\seagull\lib\SGL\ErrorHandler.php:181)
TYPE: Warning
FILE: C:\ApacheSSL\Apache2\htdocs\pub\seagull\lib\SGL\Task\Process.php
LINE: 221
DEBUG INFO:
216 header("P3P: $p3pHeader");
217 }
218 }
219 // prepare headers during setup, can be overridden later
220 header('Last-Modified: ' . gmdate("D, d M Y H:i:s") . ' GMT');
221 header('Content-Type: text/html; charset=' . $GLOBALS['_SGL']['CHARSET']);
222 header('X-Powered-By: Seagull http://seagullproject.org');
223 foreach ($output->getHeaders() as $header) {
224 header($header);
225 }
226 }
MESSAGE: Cannot modify header information - headers already sent by (output started at C:\ApacheSSL\Apache2\htdocs\pub\seagull\lib\SGL\ErrorHandler.php:181)
TYPE: Warning
FILE: C:\ApacheSSL\Apache2\htdocs\pub\seagull\lib\SGL\Task\Process.php
LINE: 222
DEBUG INFO:
217 }
218 }
219 // prepare headers during setup, can be overridden later
220 header('Last-Modified: ' . gmdate("D, d M Y H:i:s") . ' GMT');
221 header('Content-Type: text/html; charset=' . $GLOBALS['_SGL']['CHARSET']);
222 header('X-Powered-By: Seagull http://seagullproject.org');
223 foreach ($output->getHeaders() as $header) {
224 header($header);
225 }
226 }
227 }