warning: Illegal offset type in isset or empty
comfort_drupal - July 13, 2009 - 04:32
| Project: | RSVP |
| Version: | 6.x-2.0-rc2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | ulf1 |
| Status: | closed |
Jump to:
Description
I am using RSVP - 6.x-2.0-rc2
i have created RSVP for event; few attendees have also joined to event by RSVP mail.
My event list is become long so i have deleted few event from the event archive; but when i delete the archive event, getting following error:
* warning: Illegal offset type in isset or empty in /home/event_host/public_html/eventhost/includes/bootstrap.inc on line 855.
* warning: Illegal offset type in /home/event_host/public_html/eventhost/includes/bootstrap.inc on line 856.
* warning: Illegal offset type in /home/event_host/public_html/eventhost/includes/bootstrap.inc on line 860.
help would be appreciated.

#1
Which patch of drupal do you run? Can you check the lines in the code and send it to me?
* warning: Illegal offset type in isset or empty in /home/event_host/public_html/eventhost/includes/bootstrap.inc on line 855.
* warning: Illegal offset type in /home/event_host/public_html/eventhost/includes/bootstrap.inc on line 856.
* warning: Illegal offset type in /home/event_host/public_html/eventhost/includes/bootstrap.inc on line 860.
Can you also give it a try by creating a dummy event, create on top of that a dummy invitation with at least one dummy guest and then delete the event? I want to find out if it is reproducible with an easy test?
Thanks,
Ulf
#2
I am using Drupal 6.9
I am using cck + calendar + date module for event management.
yes i applied the same test case - with dummy event and dummy guest. but same result.
#3
Hm,
I can not reproduce the problem.
Can you install the latest dev version, call update.php and then try again. I almost believe that there is something wrong with the cache.
Thanks,
Ulf
#4
#5
Hi,
I have the same issue with rc3 :
* warning: Illegal offset type in isset or empty in /Applications/MAMP/htdocs/ehfrance/includes/bootstrap.inc on line 873.
* warning: Illegal offset type in /Applications/MAMP/htdocs/ehfrance/includes/bootstrap.inc on line 874.
* warning: Illegal offset type in /Applications/MAMP/htdocs/ehfrance/includes/bootstrap.inc on line 878.
The selected connector is Date, and it refers to a content type named 'Evenement' with a DateTime field et 4 other fields. It happens when I delete a content 'Evenement' with at least one rsvp invitation.
Thanks for help.
#6
Thanks,
with this information (delete of event) I could reproduce it. I will fix it as soon as I have time.
Thanks,
Ulf
#7
Fixed in the next dev release.
~
Ulf
#8
Automatically closed -- issue fixed for 2 weeks with no activity.