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, I moving my Drupal 6 website on a local wamp install to work on (same php and apache version with the domain in etc\hosts 127.0.01 etc...).
But I get a Drupal error "Access denied" on ALL Pages. (home /user /login etc.) I have just the header menu and the bottom of the pages displaying correctly. And between : the content is "Access denied".
It's been over 2 days I'm looking for a solution. Do you have an idea or getting a solution for the same problem ?
In Drupal 6, I am using tableselect theme with PagerSelect to generate table with checkboxes and pagination. Any thoughts on how to retain checkbox values on pagination using drupal API?
I used a method that does not follow the drupal standard coding like this :
I created a Related Topics sidebar that displays related taxonomy nodes using Views and an argument. And just recently it has been displaying duplicate nodes, the same node 4 times. I don't know when this started? The View is set it to 'Reduce Duplicates'
My view uses: Arguments/Node: Nid/Taxonomy: Term ID
The php code is
When I set the home page in the armed state, it's one place people can log in and a place where people can register at the top right on my website. When people go in there (at the log in or sign up), they get a message that they can't log in og register, but anyway, I won't to remove it.
I don't want it to be a place at my website where my clients can see there is a place that is called "log in" and "sign up", so I want to remove it. Anyone who knows how I do it? I am unfortunately so bad at this.
I am looking at lm_paypal module but it assumes that a visitor has to be logged in in order to see the PayPal buttons and make payment.
I need to display the buttons publicly, a visitor to click and pay, the IPN to create a Drupal user with a certain role upon payment, without the person having to already have a Drupal account at my site.