Installation Of RSVP & RSVP Date Prevents Access To Admin Pages
| Project: | RSVP |
| Version: | 6.x-2.0-rc2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
I extracted the rsvp module into the website. I logged in as administrator and enabled the RSVP module and the RSVP date module. I saved. Then I tried to go back to the module list and I cannot access the page. I tried accessing the site configuration and it cannot access either. I went into my file manager and removed the rsvp directory and then logged back into the website and I was able to access the module page but several errors appeared.
Question: I can I cleanly remove the rsvp module. I understand the rsvp module has to be installed in order to uninstall...but first I have to disable it. How can I disable the module manually without having to go to the modules display. I need to get my website back to normal operation.

#1
I looked through the FAQ and found a reference to disabling buggy modules. I tried using the method presented here http://drupal.org/node/45563 but that cause yet a more serious error when I tried to log in or access any page:
Fatal error: Class 'RsvpConnectorImpl' not found in ..../sites/all/modules/rsvp/rsvp_dateconnector.module on line 5
So I issued the same UPDATE command and changed the 0 back to a 1 and everything went back to the broken way that it was, i.e. not being able to access the modules page.
Is there something in 6.x that I have to do to disable buggy modules that is different than what is posted here: http://drupal.org/node/45563
#2
I think I know what the problem is. I enabled two modules and I only disabled one of the modules using the specified procedure. I need to disable the rsvp date xxxx module, but I don't know the name of it. I'll look in the code, but if you know please post for me. Thanks.
#3
I guess not. I don't see another rsvp module that is part of the rsvp module. I can really use some help here. Thanks in advance.
#4
Hi Rascheri,
In which timezone do you live? I probably can setup a webex session and then fix your system. Please send me an email with your official email address through my contact form and we can setup
a session: http://drupal.org/user/117227/contact
I am interesting to see why you cannot access the module page. Do you have php logs? I bet you have not enough memory allocated to php.
Regards,
Ulf
#5
I have never tried this method, but the names of the two modules that you need to disable are:
"rsvp"
"rsvp_dateconnector"
without the quotes.
~
Ulf
#6
Thanks Ulf. This helped me remove the rsvp rc2 version that I installed. I used the SQL command posted on http://drupal.org/node/45563 and changed the module_name to rsvp and then to rsvp_dateconnector.
I guess the next issue is to try and figure out why it's not working...although I need to setup another website for testing that...
Thanks again.
Rick.
#7
Have you had an older version of rsvp installed before or was this a clean system?
I suggest you follow this order (eventhough it should work even if you enable both at the same time:
1) enabling the rsvp module first and save.
2) enable the rsvp date connector and save.
~
Ulf
#8