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.
Hi all - I've got a drupal site that's set up but not been promoted - I'm the only user on it and I'm working on it until it's ready to go live. I'm the admin and I have no trouble with being to access anything at all - there are no access denied error messages on actual pages that I can see.
However, in the administration section where all the logs are kept every ADMIN page that I've recently been on shows up as having an anonymous user being denied access.
I have installed the ecommerce modules (all 45,345 of them!), but cannot as yet add a product. I have product.module installed, as with all other required mods, but create content > product only shows me that I can add a Gift Certificate, nothing else though.
The tangible products module works, but I am not selling anything physical (oo-er!).
Any helpful guidance anyone?
Stephen
PS Any easy way of selling a repeat subscription (on a monthly basis for example?)
I am having a problem with setting site specific favicons in multisite installations using the B7 theme, which contains subthemes for Brown and Green.
When you use the shortcut icon settings in the configuration part of Settings>Themes, it works for the main B7 theme on the primary site and any secondary sites using the main B7 theme. This setting renames the favicon B7_favicon.ico and sends it to the Files folder. This works.
While upgrading my site to 4.7 I also installed the jstools module, but the menus wouldn't expand - they only displayed loading.
After some investigation I noticed that all pages on my site had to empty lines in the source before the actual HTML came (DOCTYPE etc.). Some more investigation led me to one of the modules I've made which had a couple of newlines after the closing php tag. Fixing this resolved the problem with the activemenus.
I have created a new node content type, called members.module, which is an exact clone of story.module (apart from the name internally).
How is it possible to add a new row in the 'access control' of my site, so that I can select who has access to pages created by members.module? At the moment, I can only say who can create and edit, not view/access.