createdDate Search Problems

12 posts by 4 authors in: Forums > CMS Builder
Last Post: April 10, 2012   (RSS)

Re: [nmsinc] createdDate Search Problems

By (Deleted User) - April 10, 2012

Hi nmsinc,

If the lines regarding the $tmpcreatedDate are throwing an 'Undefined Index' error it means that the resource they are looking for ($_REQUEST['createdDate']) has not been set.

You'll need to check that the search form is submitting a field named 'createdDate' with a value (or, if this is not always the case, suppress the error warning by using @$_REQUEST['createdDate']).

Let me know if this helps,

Tom