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 have installed drupal and the install went great. however, now that it is installed and I am going through the administrative pages I have noticed a problem. None of the modules seem to be loaded. I get errors that look like:
warning: parse_ini_file(modules/aggregator/aggregator.info) [function.parse-ini-file]: failed to open stream: No such file or directory in /srv/www/vhosts/dev.sexlifelive.org/includes/module.inc on line 195.
I want to create a blog category called blogcat, and inside the category, i want to create 5 sub-categories (cat1, cat2, ...cat5) and people post blogs in those sub-categories. how do i do it? how to create them and how to link them in menus?