Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm trying to get previous page and next page links. Yesterday I installed category. All the content in the body of my book pages disappeared, only the titles remained. (I installed the wrappers). Today I installed relativity, which is supposed to be a great module (like category) and is supposed to create good parent-child links. Exactly the same problem. All the content disappears, only the title is shown. I am puzzled in that I've seen others rave about these two modules and no one else reporting this problem. Any clues?
I disabled one required module from the e-commerce package by accident and now the site doesn't work! Can I re-enable it through a field in the database?
-I answered my own question! Status field in system table set to '1' for active and '0' for inactive.
Here is the SQL for the product.module (edit for the module you are trying enable)
UPDATE `system` SET `status` = '1' WHERE CONVERT( `filename` USING utf8 ) = 'modules/ecommerce/product/product.module' LIMIT 1 ;