PHP Classes

Lots off Notice: Undefined offset:

Recommend this page to a friend!

      DrasticTools  >  All threads  >  Lots off Notice: Undefined offset:  >  (Un) Subscribe thread alerts  
Subject:Lots off Notice: Undefined offset:
Summary:Undefined offset: ,Undefined variable:, undefined constant PATH
Messages:4
Author:tomy
Date:2007-04-25 12:20:23
Update:2007-05-18 20:21:21
 

  1. Lots off Notice: Undefined offset:   Reply   Report abuse  
Picture of tomy tomy - 2007-04-25 12:20:23
I've set the php error_reporting in the php.ini to "E_ALL | E_STRICT" and now I see lots auf undefined things what makes the drastik tools will not work anymore.

  2. Re: Lots off Notice: Undefined offset:   Reply   Report abuse  
Picture of tomy tomy - 2007-04-28 21:57:53 - In reply to message 1 from tomy
Lots of this messages I find in the website errorlog:
---
Notice: Undefined offset: 1 in /var/www/web10/web/stats/drastictools/drasticSrcMySQL.class.php on line 152, (144, 145, 146) referer: http://www.agenito.de/stats/drastictools/ExampleGrid5.php
---
How can I get rid off this messages?

  3. Re: Lots off Notice: Undefined offset:   Reply   Report abuse  
Picture of tomy tomy - 2007-05-02 09:39:17 - In reply to message 2 from tomy
Does nobody else have this messeges as well?

  4. Re: Lots off Notice: Undefined offset:   Reply   Report abuse  
Picture of Bjoern Dietz Bjoern Dietz - 2007-05-18 20:21:21 - In reply to message 3 from tomy
I did get that messages. After inserting several isset-statements I decided to do the old

error_reporting(E_ERROR | E_PARSE);

trick on the beginning of the script to get on with what i first wanted to do: just use the grid.