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 creatd a node for the default 404 (page not found).
i confirm it exists.
however, when i type a bogus path on my url string.. i'm NOT presented with my redefined 404 page. Instead, i always get a blank page with 'Primary Links' as the breadcrumb (at least i think it's a breadcrumb)
I want to have some additional settings in my installation configured as global variables in a multisite system. It looks to me like the General settings pages has some entries that appear in template pages as some kind of global variables.
Is there some a database or file that contains those entries, and can they be extended?
Will amending the settings module result in them being added to that list of globals?
I recently migrated my site from one server to another. Here's how:
Installed drupal on the new site, and verified having a viable, but empty, site.
Copied my modules, themes and files directories from the old site to the new one.
Imported the database from the old site onto the new one.
At this point, the new site works fine except for one thing: no images. Images don't show up anywhere, except for the few on the default theme. No images in blogs, forums, galleries, etc.
I'm trying to figure out how to have Drupal store files in a directory outside the web root. I'd like users to be able to access that directory via the OS as well, and move files around easily. (I know this has implications for getting out of synch with the database and I'm prepared to deal with them).