Query String/Url Parameters on site is different
Query String/Url Parameters on site is different
Hello, has anyone encountered what I'm currently facing?
I got this error when using ssp.class.php;
Notice: Undefined index: columns in xxx\ssp.class.php on line 136
Notice: Undefined index: draw in xxx\ssp.class.php on line 207
and when I checked the URL Parameter, I noticed the parameters on my implementation is the same as the old one Datatable generated, which is this;
action=loadData
bRegex=false
bRegex_0=false
bRegex_1=false
bRegex_2=false
bRegex_3=false
bRegex_4=false
bRegex_5=false
bRegex_6=false
bRegex_7=false
bSearchable_0=true
bSearchable_1=true
bSearchable_2=true
bSearchable_3=true
bSearchable_4=true
bSearchable_5=true
bSearchable_6=true
bSearchable_7=true
bSortable_0=false
bSortable_1=true
bSortable_2=true
bSortable_3=false
bSortable_4=false
bSortable_5=false
bSortable_6=false
bSortable_7=false
iColumns=8
iDisplayLength=20
iDisplayStart=0
iSortCol_0=1
iSortingCols=1
mDataProp_0=0
mDataProp_1=1
mDataProp_2=2
mDataProp_3=3
mDataProp_4=4
mDataProp_5=5
mDataProp_6=6
mDataProp_7=7
sColumns=,,,,,,,
sEcho=1
sSearch=
sSearch_0=
sSearch_1=
sSearch_2=
sSearch_3=
sSearch_4=
sSearch_5=
sSearch_6=
sSearch_7=
sSortDir_0=asc
when I checked the online demo;, I saw this;
_=1399330108852
columns[0][data]=0
columns[0][name]=
columns[0][orderable]=true
columns[0][search][regex]=false
columns[0][search][value]=
columns[0][searchable]=true
columns[1][data]=1
columns[1][name]=
columns[1][orderable]=true
columns[1][search][regex]=false
columns[1][search][value]=
columns[1][searchable]=true
columns[2][data]=2
columns[2][name]=
columns[2][orderable]=true
columns[2][search][regex]=false
columns[2][search][value]=
columns[2][searchable]=true
columns[3][data]=3
columns[3][name]=
columns[3][orderable]=true
columns[3][search][regex]=false
columns[3][search][value]=
columns[3][searchable]=true
columns[4][data]=4
columns[4][name]=
columns[4][orderable]=true
columns[4][search][regex]=false
columns[4][search][value]=
columns[4][searchable]=true
columns[5][data]=5
columns[5][name]=
columns[5][orderable]=true
columns[5][search][regex]=false
columns[5][search][value]=
columns[5][searchable]=true
draw=1
length=10
order[0][column]=0
order[0][dir]=asc
search[regex]=false
search[value]=
start=0
Can anyone shed light on how to fix this?
Thanks
Binary GeoTech
Answers
Can you link to the page showing the error please? It could be useful if you could also show us the PHP you are using to configure the SSP class.
Allan