the actual error is:
MySQL Error : Unknown column 'Array' in 'on clause'
Which means (I think) that the column "Array" isn't in the "on clause" table.
Which modifications do you have installed (relating to calendars possibly).
I'd recommend disabling the plugin system and finding the cause of the problem.
Note: To globally disable plugins put the following code right under <?php in the includes/config.php file:
PHP Code:
define('DISABLE_HOOKS', true)