
Colin Hobbs - 2008-09-04 21:15:14 -
In reply to message 1 from Francesco
Strangely enough I am having the same issue.
Notice: Undefined index: op in drasticSrcMySQL.class.php on line 125
Notice: Undefined index: id in drasticSrcMySQL.class.php on line 126
Notice: Undefined index: col in drasticSrcMySQL.class.php on line 127
Notice: Undefined index: value in drasticSrcMySQL.class.php on line 128
I'm running on centos 5.2
apache Server version: Apache/2.2.8 (Unix)
PHP 5.2.6
mysql Ver 14.12 Distrib 5.0.58
DrasticTools 613
I checked the phpinfo and json is enabled, I checked my settings and they look good.
I'm using the examplegrid8 data and the ExampleGrid1.php with all the settings modified to allow it to connect with my mysql instance.
What i understand of this error is that it is connecting to my mysql instance, just that there are no indexes of the name op,id,col,value.
is this a misconfig of mysql? or am i missing something...
any input is appreciated