Hello! :)

I'm testing the RSVP module and have noticed 2 issue I'd like to write down.

1. When I try to update an existing invitation text and click on "save" I receive a "Page not found" page with the following error message:

Invitation updated.
The invitation (hash=c0f709ce5e9d6761b288beba9d8b7857) that you requested is invalid or has been deleted.

The "hash"-value seems to be a part of the URL of the error page. The whole URL is:
http://mysite.tld/rsvp/email/c0f709ce5e9d6761b288beba9d8b7857/view
The URL I was working at: http://mysite.tld/rsvp/2/edit?disp=basic

The same thing happens when I...
1. reply an ingoing invitation from other users -> when I click on "yes", "maybe" or "no" everything is ok. But if I send a reply with a comment then I also receive this "Page not found" error page.
2. delete users from the attendee list - before I sent the invitation - or click on "cancel" on the "delete"-screen.
3. try to set any kind of user group to the attendee list (OG, simplenews, User Relationship).

But, if I go back in my browser to the last page and click on "refresh" the users are in the attendee list.

Can anybody help me, please?

Please let me know if you need more information.

Regards,
Stefan

Comments

ulf1’s picture

There seem to be something funky with your RSVP blocks going on, because pressing the save button on the edit page will not go through the function that causes the error. However displaying the rsvp blocks will eventually.

First you should disable all rsvp blocks to find out if that solves the issue. If that is the case enable them again and we can go from there.

Are you familiar with PHP? I like you to add some code into one of the rsvp files which will help determine the cause.

Thanks,
Ulf

design.er’s picture

Thank you for your quick reply.
I tested you suggestion and disabled all block sub-modules. I enabled it step-by-step and tested through. Now it works. Bu I didn't enable the simplenews sub-module because I don't need it anymore. Maybe this was the error-forcing module.

It works now and I thank you for your help!

Have a great weekend and rock on! :)

Stefan

ulf1’s picture

Assigned: Unassigned » ulf1
Status: Active » Closed (fixed)

Please try also to enable the simplenews plugin module once again just for the sake of testing, because it should also work as expected.

What probably happened was that drupals menu cache contained some information from a previous rsvp release that is incorrect in regard to the current release.
But who knows.

Thanks,
Ulf

design.er’s picture

It's done. It works. You're right. It seems that it was a cache problem altough I cleared all the caches particularly multiple times.

Thank you for your help! :)