Hello,
I'm trying out the reminder function within the calendar and I've run into a php error. When I add our offices email address to the notification area of the calendar entry, I immediately receive a page full of errors. The following errors are at the top...the rest of the page is full of garbage characters:
Php Notice: 02/13/10 5:31:53 pm Array to string conversion C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\export.php 813<br/
Php Warning: 02/13/10 5:31:53 pm Cannot modify header information -
headers already sent by (output started at
C:\xampp_062\xampp\htdocs\sgs\bin\core\functions.php:3047)
C:\xampp_062\xampp\htdocs\sgs\bin\core\functions.php 2701
I then looked at the Event log to see what errors show up. I see the following:
Php Notice: 02/13/10 5:31:53 pm Array to string conversion C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\export.php 813
#0
C:\xampp_062\xampp\htdocs\sgs\bin\core\functions.php(1203):
sys_backtrace()#1 [internal function]: debug_handler(8, 'Array to
string...', 'C:\xampp_062\xa...', 813, Array)#2
C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\export.php(813):
implode(' ', Array)#3
C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\export.php(110):
export::_build_data(false, Array)#4
C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\asset.php(187):
export::icalendar_data(Array)#5
C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\sgsml.php(290):
asset::build_notification('simple_calendar', Array, Array, Array,
'201', Array)#6
C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\sgsml.php(92):
sgsml->_save(Array, '201')#7
C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\asset.php(226):
sgsml->update(Array, '201')#8
C:\xampp_062\xampp\htdocs\sgs\bin\core\functions.php(563):
asset::create_edit('5501', 'edit', 'edit')#9
C:\xampp_062\xampp\htdocs\sgs\bin\index.php(89):
asset_process_session_request()#10 {main}
Php Notice: 02/13/10 5:31:53 pm Array to string conversion C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\export.php 828
- #0
C:\xampp_062\xampp\htdocs\sgs\bin\core\functions.php(1203):
sys_backtrace()#1 [internal function]: debug_handler(8, 'Array to
string...', 'C:\xampp_062\xa...', 828, Array)#2
C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\export.php(828):
implode(' ', Array)#3
C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\export.php(110):
export::_build_data(false, Array)#4
C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\asset.php(187):
export::icalendar_data(Array)#5
C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\sgsml.php(290):
asset::build_notification('simple_calendar', Array, Array, Array,
'201', Array)#6
C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\sgsml.php(92):
sgsml->_save(Array, '201')#7
C:\xampp_062\xampp\htdocs\sgs\bin\core\classes\asset.php(226):
sgsml->update(Array, '201')#8
C:\xampp_062\xampp\htdocs\sgs\bin\core\functions.php(563):
asset::create_edit('5501', 'edit', 'edit')#9
C:\xampp_062\xampp\htdocs\sgs\bin\index.php(89):
asset_process_session_request()#10 {main}
Can someone tell me why I'm getting this error? Is it because I haven't configured something correctly or is this a bug?
Thank You,
Charles.