Hi there,
We discovered two bugs within the current 3.0.6 build that started to occur after we uploaded two files (1 PPTX and one XLSX) to the Project:
1) Documents pane on the Overview page:
Fatal error: Call to undefined function lcfirst()
If you don't run FO in Debug mode it will Crash the overview page with Error 500, if you enable debug mode the page at least works and just the "Documents" Widget throws this line.
2) Recurring bug entries in log php:
Session "default" started at 2015-02-08T18:14:14+0000
#1 ERROR: Error: Illegal offset type in isset or empty in Environment/classes/dataaccess/DataObject.class.php on line 374 (error code: 2 )
#2 ERROR: Error: Illegal offset type in isset or empty in Environment/classes/dataaccess/DataObject.class.php on line 374 (error code: 2 )
#3 ERROR: Error: Undefined index: logo in application/views/notifier/General.php on line 8 (error code: 8 )
(read a slash for every blank)
#1 and #2 has the following line, but mit PHP knowledge is not good enough to fix it:
if(isset($this->column_values[$column_name])) return $this->column_values[$column_name];
Any ideas?
Thanks,
PS: Honestly, if the code tags will cause the forum's URL stopping mechanism to start working and won't let you post a line of code, why aren't you removing it at all? Took me 25 minutes to fiddle around with it until i ttried it with the Quote Feature??
