1) Upon adding 2 value options to one of the calendar drop down menu items(Low,Medium,High...which I added "Paid" and "Unpaid" to), I have started getting the following error when I choose one of my new values and try to save the event. If I choose any of the default, low medium or high values it works. Otherwise it will not save the new data:
Type: 256
Message: Argument 6 is not number(%d): <ul><li>UPDATE crm_calendar_event SET title=%s,description=%s,starts=%d,ends=%d,timeless=%d,access=%d,priority=%d,color=%d,status=%d,edited_by=%d,edited_on=%T,recurrence_type=null WHERE id=%d</li><li>Array ( [0] => Test [1] => [2] => 1242734400 [3] => 1242738000 [4] => 0 [5] => 1 [6] => Paid [7] => 0 [8] => 0 [9] => 1 [10] => 2009-05-22 06:40:51 [11] => 1 ) </li></ul>
File: /public/crm/include/database.php
Line=112
error backtrace:
File: /public/crm/include/error.php
line 125
function called: handle_error
[PHP core called function]
function called: handle_epesi_error
File: /public/crm/include/database.php
line 112
function called: trigger_error
File: /public/crm/include/database.php
line 309
function called: TypeControl
File: /public/crm/modules/CRM/Calendar/Event/Event_0.php
line 746
function called: Execute
File: /public/crm/modules/CRM/Calendar/Event/Event_0.php
line 513
function called: update_event
[PHP core called function]
function called: view_event
File: /public/crm/include/module.php
line 774
function called: call_user_func_array
File: /public/crm/include/module.php
line 706
function called: get_html_of_module
File: /public/crm/modules/Base/Box/Box_0.php
line 140
function called: display_module
File: /public/crm/include/epesi.php
line 194
function called: body
File: /public/crm/include/epesi.php
line 234
function called: go
File: /public/crm/process.php
line 29
function called: process
2) I have also been getting an error message displaying: "Too much events to display - displaying only 50." when viewing the calendar in "week" view. Is there something that could be causing this?
A couple of other questions as well:
3) Is there a way to have a "Filters" profile default each time you log in? It seems that in order to view all events from everyone, each time I log in under administrator I have to choose that particular filter, otherwise the default is just to show that account's events.
Thanks in advance!