I completed update via admin/modules/update then it when it tired to install the update after download completed drupal threw these errors below

* Notice: Undefined index: log in update_authorize_update_batch_finished() (line 174 of /home/mysite/public_html/modules/update/update.authorize.inc).
* Warning: Invalid argument supplied for foreach() in update_authorize_update_batch_finished() (line 174 of /home/mysite/public_html/modules/update/update.authorize.inc).
* Notice: Undefined index: log in update_authorize_update_batch_finished() (line 223 of /home/mysite/public_html/modules/update/update.authorize.inc).
* Update failed! See the log below for more information. Your site is still in maintenance mode.

Lucky I always backup DB and site file before making a change I restored then received this error

Fatal error: Call to undefined method fullcalendar_handler_field_field::get_items() in /home/mysite/public_html/sites/all/modules/fullcalendar/fullcalendar_handler_field_field.inc on line 12

I ended up having to do a full site and DB restore bring it back to life

Comments

tim.plunkett’s picture

Status: Active » Postponed (maintainer needs more info)

The first four errors are unrelated to Fullcalendar, what else were you updating?

The fatal error referencing Fullcalendar looks like you didn't clear your caches, or you are running an older or newer version of views.

If you are running Views 7.x-3.x-dev, then also use Fullcalendar 7.x-2.x-dev, not the alpha.

Renegadez’s picture

I did not update anything else at the same time I always do updates one at a time and do complete backups before and after just in case. I did update MARINELLI theme before I did full calendar but I tested it after my upgrade was totally complete all seemed correct so I made a backup and did the full calendar upgrade then encountered the error. I always clear caches as part of the update process
I am using VIEWS (7.x-3.0-alpha1)
Thanks Renz

I dont know if this will help but here is a module list of actived mods I know there is a DATE mod update but I do not want to lose all my dates i have 3 yrs worth input

Administration menu (7.x-3.0-rc1)
Advanced Forum (7.x-2.x-dev)
Advanced help (7.x-1.0-beta1)
Author Pane (7.x-2.x-dev)
Backup and Migrate (7.x-2.1)
Chaos tool suite (7.x-1.0-alpha2)
Colorbox (7.x-1.x-dev)
Date (7.x-1.x-dev)
Drupal core (7.0)
External Links (7.x-1.12)
FullCalendar (7.x-2.0-alpha1)
IMCE (7.x-1.2)
IMCE Wysiwyg bridge (7.x-1.x-dev)
Media (7.x-1.0-beta3)
Media Gallery (7.x-1.0-beta3)
Multiple forms (7.x-1.0-beta1)
Panels (7.x-3.0-alpha2)
Privatemsg (7.x-1.1)
Styles (7.x-2.0-alpha5)
Views (7.x-3.0-alpha1)
Webform (7.x-3.6)
Wysiwyg (7.x-2.0)

aspilicious’s picture

I am using VIEWS (7.x-3.0-alpha1)

You NEED the development version of views and latest fullcalendar DEV version.

Renegadez’s picture

Ok I will give it ago Thanks

FrequenceBanane’s picture

I also get Fatal error: Call to undefined method fullcalendar_handler_field_field::get_items() in /sites/all/modules/fullcalendar/fullcalendar_handler_field_field.inc on line 12 on evey page displaying my fullcalendar.
Maybe fullcalendar and views versions of yesterday are not so compatible ? I'll have a look if get_items() has been removed or renamed in the latest views dev version.

EDIT : views_handler_field_field, views_handler_field, views_handler, views_object exist ... and views_handler_field uses get_items() function, but this is not defined neither in views_handler nor views_object ! I'll see in views

Renegadez’s picture

@ #3 aspilicious

Will I also need to update the plugin that goes into the libraries folder as well? Thanks Renegadez

http://arshaw.com/fullcalendar/download/
fullcalendar-1.4.11.zip Feb 22, 2011 150.4 KB

aspilicious’s picture

No, the 1.4.10 is what I use while developping.

tim.plunkett’s picture

Status: Postponed (maintainer needs more info) » Fixed

No new information. Please open a new issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.