Secure Privacy Drupal Module Installation Guide
Drupal is a powerful, open-source content management system known for its flexibility and modular architecture. Since 2001, it has evolved into a favored platform for complex, scalable websites used by governments, enterprises, educational institutions, and communities.
Drupal’s modular structure allows extensive customization through contributed modules and themes. This guide will walk you through installing the Secure Privacy Drupal module.
- New to Secure Privacy? Please follow the entire guide.
- Already onboarded? You can skip directly to the "Downloading Drupal Module" section.
Who Is This For?
- Drupal developers and administrators integrating Secure Privacy
- Website owners aiming for compliance with privacy regulations
- Technical teams managing consent management system setups
Getting Started with Secure Privacy
- Activate your email address and log in to your Secure Privacy account.
- After login, you will see a screen similar to this:
- Select Drupal.
- Copy the displayed Secure Privacy script code and save it for later.
- Keep this tab open and open a new tab to continue with Drupal module installation.
Downloading Drupal Module
- Download the Secure Privacy Drupal Module and save it locally.
- Extract the downloaded archive on your local machine.
- Upload the extracted
secure_privacy
folder to your Drupal site'smodules
directory using FTP or your server’s file manager.- For Drupal 8, 9, and 10, use the recommended paths:
/modules/contrib/
or/modules/custom/
- For Drupal 8, 9, and 10, use the recommended paths:
- Set correct file permissions (
755
for folders and644
for files).
Installing Drupal Module
- Log into your Drupal site as an administrator.
- Navigate to the Extend menu.
- If installed properly, you will find Secure Privacy listed under the “List” tab.
- If installed properly, you will find Secure Privacy listed under the “List” tab.
- Enable the Secure Privacy module by selecting it and clicking "Install".
Configuring the Secure Privacy Drupal Module
- While logged in as Administrator, go to the Configuration tab.
- Scroll to the System section and click on Secure Privacy.
- On the configuration screen, paste the Secure Privacy installation script you copied earlier into the Secure Privacy Script text box.
- Check Enable Secure Privacy and click Save configuration.
Continue Secure Privacy Setup
- Return to the Secure Privacy onboarding tab.
- Click Test Installation.
- A toast notification confirming successful installation will appear on the bottom left of the screen.
Common Issues & Fixes
- The Secure Privacy module is not showing up in the Extend list. What should I do?
- Verify the
secure_privacy
folder is correctly uploaded to themodules/contrib/
ormodules/custom/
directory with proper permissions. - I cannot see the configuration screen for the module.
- Ensure the module is enabled in the Extend menu and you are logged in with administrator privileges.
- My script does not seem to load on the website.
- Double-check that the correct installation script has been pasted and saved in the module configuration.