Hi
Getting this var-type undefined: stringIgnoreNull(Daniel) , on account edit page trying to update some info.
There's no log report on this one..... javascript ?
Thanks
Hi
Getting this var-type undefined: stringIgnoreNull(Daniel) , on account edit page trying to update some info.
There's no log report on this one..... javascript ?
Thanks
“Though the problems of the world are increasingly complex, the solutions remain embarrassingly simple.” ― Bill Mollison
I have rewards points on this page.... but not sure what should I be looking
“Though the problems of the world are increasingly complex, the solutions remain embarrassingly simple.” ― Bill Mollison
And also happening in address_book_process .........
“Though the problems of the world are increasingly complex, the solutions remain embarrassingly simple.” ― Bill Mollison
ok, I've narrow down the issue to this type stringIgnoreNull
If I change all this :
$sql_data_array = array(array('fieldName'=>'customers_firstname', 'value'=>$firstname, 'type'=>'stringIgnoreNull'),
to this :
$sql_data_array = array(array('fieldName'=>'customers_firstname', 'value'=>$firstname, 'type'=>'string'),
Life is much better.
But I guess, this is here for a reason. So where could this error coming from ? php, mysql version ?
Using php5.6.15 , mysql mysqlnd 5.0.11...
Thanks
“Though the problems of the world are increasingly complex, the solutions remain embarrassingly simple.” ― Bill Mollison
Where is this code from? Looks like information possibly related to ZC 1.5.5a or the recent sanitization software that should be installed/incorporated into ZC 1.5.x.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Hi
I just found out, but yes, probably that's it... I've check the lasted download package and compare it and
I had no
Code:case 'stringIgnoreNull': return '\'' . $this->prepare_input($value) . '\''; break;
in query_factor.php .
I've downloaded the last update that you've mentioned... but there was no change on this file... Or probably I've updated to 155a and miss this file ( and hopefully, nothing else )
It's working now !
Thanks
“Though the problems of the world are increasingly complex, the solutions remain embarrassingly simple.” ― Bill Mollison
But looking at the docs folder changed_files-v1-5-5.html, I see no changes reported to this file...
But no one has reported this.... so I guess it's a matter of karma :)
“Though the problems of the world are increasingly complex, the solutions remain embarrassingly simple.” ― Bill Mollison
It's possible that the query_factory file might not have been listed in the docs as one of the changed files. But it definitely was changed!