Closed (fixed)
Project:
Front Page
Version:
6.x-1.2
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2008 at 10:37 UTC
Updated:
19 Aug 2008 at 16:32 UTC
This module seems to be missing an uninstall routine, what do I have to do to completely remove all entries relevant to this module from my DB?
Comments
Comment #1
Phillip Mc commentedComment #2
Phillip Mc commentedDowngrading from CRITICAL to Minor.
You need to delete the front page settings from your variables table in the DB.
Please submit a patch for this routine when you're done.
Comment #3
jan.n commentedI looked at the table "drupalvariables", there is no record named "front" oder "front_page".
What exactly is the table name and how do I recognize the settings which I need to remove?
How do I create and submit a patch?
I'm not a developer and probably don't fully understand you...
Comment #4
Phillip Mc commentedpatches are code-changes submitted by users to help improve Drupal/contribute module. Don't worry about it. It's really for code developers.
to remove/uninstall, follow these steps:
front_number _redirect (Where number is the role id)
front_number_php
front_number_redirect
front_number_type
special_notice_text
special_notice_time
front_page_breadcrumb
front_page_breadcrumb_redirect
Comment #5
jan.n commentedPhil, thank you for your explanation!
What, if I do not have a table called "variables"? Might that be a special table, my shared hosting service does not show me in phpmyadmin?
I have 62 tables in my DB, all of their names begin with the string "drupal". The only tablename near "variables" is "drupalvariable" (without s) and it does not contain the variables you named. One thing perhaps: I installed the module but did not start using it ('cause I realized it was not what I needed). Perhaps the entries in the DB are created when first alctually using the module?
Regards
jan
Comment #6
Phillip Mc commentedthe front page module doesn't do anything to the database until you actually SAVE settings on the front page settings page.
that's why you can't see any variables.
Just disable the module (under site building -> modules) and using FTP or your site file manager, delete the /FRONT/ folder from your /MODULES/ folder.