Greetings;
First, Epesi is awesome! Thanks for your great work!
When a company is selected and the "Activities" tab is clicked, I get this error:
Type: E_WARNING (2)
Message: Illegal string offset 'created_by'
File: /home/mtena/public_html/epesi/modules/Utils/RecordBrowser/RecordBrowserCommon_0.php
Line=1682
error backtrace:
File: /home/mtena/public_html/epesi/modules/Utils/RecordBrowser/RecordBrowserCommon_0.php
line 1682
function called: handle_epesi_error(2, "Illegal string offset 'created_by'", "/home/mtena/public_html/epesi/modules/Utils/RecordBrowser/RecordBrowserCommon_0.php", 1682, Array ("crm_meeting", "45_2012-06-19", "45_2012-06-19"))
File: /home/mtena/public_html/epesi/modules/CRM/Contacts/Activities/Activities_0.php
line 176
function called: get_html_record_info("crm_meeting", "45_2012-06-19")
File: /home/mtena/public_html/epesi/modules/CRM/Contacts/Activities/Activities_0.php
line 63
function called: display_activities(Array (Array (#14), Array (#14), Array (#14), Array (#15), Array (#14), Array (#14), Array (#14), Array (#14)), Array (Array (#14), Array (#14), Array (#14)), Array (Array (#21)))
[PHP core called function]
function called: company_activities(Array (#26), Object (Utils_RecordBrowser))
File: /home/mtena/public_html/epesi/include/module.php
line 793
function called: call_user_func_array(Array (Object (CRM_Contacts_Activities), "company_activities"), Array (Array (#26), Object (Utils_RecordBrowser)))
File: /home/mtena/public_html/epesi/include/module.php
line 713
function called: get_html_of_module(Object (CRM_Contacts_Activities), Array (Array (#26), Object (Utils_RecordBrowser)), "company_activities")
[PHP core called function]
function called: display_module("Object (CRM_Contacts_Activities)", Array (Array (#26), Object (Utils_RecordBrowser)), "company_activities")
File: /home/mtena/public_html/epesi/modules/Utils/TabbedBrowser/TabbedBrowser_0.php
line 115
function called: call_user_func_array(Array (Object (Utils_RecordBrowser), "display_module"), Array ("\"Object (CRM_Contacts_Activities)\"", Array (#2), "company_activities"))
File: /home/mtena/public_html/epesi/modules/Utils/TabbedBrowser/TabbedBrowser_0.php
line 81
function called: display_contents(Array (1, Array (#2), Array (#3), false), 1)
[PHP core called function]
function called: body()
File: /home/mtena/public_html/epesi/include/module.php
line 793
function called: call_user_func_array(Array (Object (Utils_TabbedBrowser), "body"), Array ())
File: /home/mtena/public_html/epesi/include/module.php
line 713
function called: get_html_of_module(Object (Utils_TabbedBrowser), null, null)
File: /home/mtena/public_html/epesi/modules/Utils/RecordBrowser/RecordBrowser_0.php
line 1401
function called: display_module("Object (Utils_TabbedBrowser)")
File: /home/mtena/public_html/epesi/modules/Utils/RecordBrowser/RecordBrowser_0.php
line 1072
function called: view_entry("view", "2", Array (), true)
[PHP core called function]
function called: view_entry_with_REQUEST("view", "2", Array (), true, Array ())
File: /home/mtena/public_html/epesi/include/module.php
line 793
function called: call_user_func_array(Array (Object (Utils_RecordBrowser), "view_entry_with_REQUEST"), Array ("view", "2", Array (#0), true, Array (#0)))
File: /home/mtena/public_html/epesi/include/module.php
line 713
function called: get_html_of_module(Object (Utils_RecordBrowser), Array ("view", "2", Array (#0), true, Array (#0)), "view_entry_with_REQUEST")
File: /home/mtena/public_html/epesi/modules/Base/Box/Box_0.php
line 142
function called: display_module("Object (Utils_RecordBrowser)", Array ("view", "2", Array (#0), true, Array (#0)), "view_entry_with_REQUEST")
File: /home/mtena/public_html/epesi/include/epesi.php
line 213
function called: body()
File: /home/mtena/public_html/epesi/include/epesi.php
line 258
function called: go(Object (Base_Box))
File: /home/mtena/public_html/epesi/process.php
line 32
function called: process("__action_module__=%2FBase_Box%7C0%2FUtils_RecordBrowser%7Cmain_9a1fb3b441e9687c28e95e3b55376d9d%2FUtils_TabbedBrowser%7Crecordbrowser_addons&%2FBase_Box%7C0%2FUtils_RecordBrowser%7Cmain_9a1fb3b441e9687c28e95e3b55376d9d%2FUtils_TabbedBrowser%7Crecordbrowser_addons_page=1", "")
This is only happening with 1 company record, I tested with other company records and it does not throw an error.
Thanks in advance!
Paul