2019/5/16 19:41:07
|
---|
|
some miss?libraries/icms/object.php in switch forexample if ($v['required'] && $cleanv != '0' && $cleanv == '') { libraries/icms/textsanitiaer.php line 244 if($html=0) --> if($html==0) ??? libraries/icms/form/element.php line 345 return "if (myform.{$eltname}.value == \"\") { window.alert(\"{$eltmsg}\"); myform.{$eltname}.focus(); return false; }"; if($eltname) ??? plugins/preloads/autologin.php line 52 $criteria = new icms_db_criteria_Compo(new icms_db_criteria_Item('uname', $uname4sql)); --> $criteria = new icms_db_criteria_Compo(new icms_db_criteria_Item('login_name', $uname4sql)); ??? Thanks |
2019/5/17 13:10:31
|
---|
|
Re: some miss?Hello, those are locations that cannot be visited directly. Can you explain what page you visited and what action you made when you received the error? Thank you for the feedback! Kind regards, David |
_________________
|
2019/5/24 16:18:03
|
---|
|
Re: some miss?Hi, I made 2 pull requests for these changes : Thank you for the info! Do not hesitate to make a github account and propose changes like this yourself diretly via Pull Request. |
_________________
|
2019/6/2 0:02:59
|
---|
|
Re: some miss?Sorry, I don't understand how to use github
|
2019/6/3 14:41:42
|
---|
|
Re: some miss?No problem. I think I'll have to update the documentation on how to create a ticket on github, that will be a good opportunity. |
_________________
|