The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Submissions Searchable by Date - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: Submissions Searchable by Date (/showthread.php?tid=484)



Submissions Searchable by Date - vizzaroo - Feb 2nd, 2010

I think I'm overlooking a setting or something.

I've setup a client with a view against a form. The View has certain persmissions as desired. I'd like the client to be able to search by Date (Date ranges).

It works fine with the 'All submissions' view (but obviously this is the default admin view) but the client will only be using the custom view. Yet when they use the Date function in the drop down, this is all that show's in comparison to the 'All submissions' view listing various options.

[Image: no-dates.jpg]

To confirm for the custom view. The field 'Date' has the following ticked [Column/Sortable/Searchable]

I've checked numerous times, the permissions in the field options under Views, still /banging head against wall. I must be getting tired. :S

Any help or direction appreciated.


RE: Submissions Searchable by Date - Ben - Feb 2nd, 2010

Huh, that's odd.

The code that generates the list of available dates to search by is smart (hah!) in that it figures out the total range of dates available for submissions in your form View and shows the appropriate search options.

It looks like something wonky may be going on... however, just to make sure: log out then log in and try again. I think the information is stored in sessions because it takes time to compute. Perhaps the sessions are being dumped...?

Let me know -

Ben


RE: Submissions Searchable by Date - vizzaroo - Feb 3rd, 2010

(Feb 2nd, 2010, 12:08 PM)Ben Wrote: Huh, that's odd.

The code that generates the list of available dates to search by is smart (hah!) in that it figures out the total range of dates available for submissions in your form View and shows the appropriate search options.

It looks like something wonky may be going on... however, just to make sure: log out then log in and try again. I think the information is stored in sessions because it takes time to compute. Perhaps the sessions are being dumped...?

Let me know -

Ben

Thanks for the input, have tried logging in and out of the client account concerned.

My Order of process is that I create a new view (from the Template 'All Submissions') , then edit the view to set permissions on what can be viewed / sorted / searched / edited etc. Upon doing that is refrains the client from searching by date range. Even though the tick box for the 'Date' field is true.