By KimberlyD on
Help!
Gradebook wasn't meant for Drupal 5.x but I didn't realize that. I installed the module anyway and now whenever I create "an event" or "an event with volunteer time slot" it won't appear on my calendar.
I got rid of gradebook but the gradebook options place is still in the forms whenever I click to create an event or an event with volunteer time slot.
I went in and deleted all the Mysql files for gradebook after I deleted the gradebook module. However, the drop down box to "choose a gradebook" is still there whenever I create an event. How do I get rid of it so that my event can show on my calendar again??
Comments
=-=
try clearing both your browser cache and the cache tables in the database, insure you've removed ALL remnants of the tables and additons to tables in the database, if all else fails revert to the backup of your database you should have made prior to installing a new module on a production site.
In future it is always best to install new modules on a test site that is a replica of your production site so that these types of situations don't bite you on the hiney.
Hello
How do I clear the browser cache and cache tables in the database?
=-=
without knowing what browser you are using it is difficult to tell you how to clear your browser cache, use your browsers documentation to help guide you.
clearing your database cache tables is done with your database tool. PHPMyAdmin is what I use, what you use may be different. If using PHPMyAdmin you empty the table, without deleting the table. More information on how to do so, can be found in your DB tools documentation. correct terminology is truncate tables.