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.

Comments

ulf1’s picture

Assigned: Unassigned » ulf1

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

comfort_drupal’s picture

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.

ulf1’s picture

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

ulf1’s picture

Status: Active » Closed (fixed)
brulain’s picture

Status: Closed (fixed) » Active

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.

ulf1’s picture

Thanks,

with this information (delete of event) I could reproduce it. I will fix it as soon as I have time.

Thanks,
Ulf

ulf1’s picture

Status: Active » Fixed

Fixed in the next dev release.

~
Ulf

Status: Fixed » Closed (fixed)

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

jenlampton’s picture

I'm having the same set of errors, but not using the RSVP module. It would be great if you could post what the problem was, and how you fixed it, so that I can report the same issue to the maintainers of whatever module is causing the session problems for me.

# warning: Illegal offset type in drupal/includes/bootstrap.inc on line 873.
# warning: Illegal offset type in drupal/includes/bootstrap.inc on line 874.
# warning: Illegal offset type in drupal/includes/bootstrap.inc on line 878.

Thanks,
Jen

bmblack’s picture

I'm having the same error, but with the "link to us" module. anybody know what the problem is?

# warning: Illegal offset type in drupal/includes/bootstrap.inc on line 873.
# warning: Illegal offset type in drupal/includes/bootstrap.inc on line 874.
# warning: Illegal offset type in drupal/includes/bootstrap.inc on line 878.
jphil’s picture

Whilst creating a module I was experiencing these errors. It is occuring within the function drupal_set_message().... I was apparently passing through incorrect arguments causing the illegal offset. Removing my calls to drupal_set_message silenced the error, so I'm quite sure the issue is here.

flyboynomad’s picture

Project: RSVP » Translation Management
Version: 6.x-2.0-rc2 » 6.x-1.8
Status: Closed (fixed) » Active

Hi I have installed Translation Management Tool v 6.18 and I have 6.16 drupal core.

The reason I have installed the TM is because my website has 10 different languages support and was hard to manage.

Now On few pages I am getting this error.

warning: Illegal offset type in isset or empty in /home/mysite-developerjail/home/mysitedev/public_html/includes/common.inc on line 912.

Can anyone suggest me where to start.

brucepearson’s picture

Project: Translation Management » RSVP
Version: 6.x-1.8 » 6.x-2.0-rc2
Status: Active » Closed (fixed)

@flyboynomad, I'm moving this back to the RSVP issue queue and closing it.. Please open a new issue in the Translation Management queue if it is a problem with that module. Try disabling the TM modules to see if the warning disappears to ensure it's a problem with the TM module.

flyboynomad’s picture

That's a good idea to start with...

Thanks! brucepearson