Hi,
I've installed your module following the redame.txt instruction.
After inserting the policy code I receive on page refresh the error 500. I've compiled only with the Iubenda privacy policy code and saved the configuration.
Can you help me? I need to integrate the privacy policy and cookie block on my website. I'm rookie on drupal.
Thank you
Sebastiano
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | libraries_load-2808603-4.patch | 2.8 KB | robertoperuzzo |
| #3 | error.txt | 14.39 KB | SDM_sebastiano |
Comments
Comment #2
robertoperuzzoHi Sebastiano,
I need more informations about your issue. Could you post here the error messages in your Apache error.log?
Tnx
Comment #3
SDM_sebastiano commentedHi Roberto,
attached you may find my error.log file...
Thank you for your help!
Comment #4
robertoperuzzoAs you can see in the following var dump, the Libraries API libraries_load() doesn't load the php files: the attribute 'loaded' is FALSE.
I'm debugging in your environments.
Stay tuned for further news.
Comment #5
robertoperuzzoIn this patch I updated the installation guide in README.txt because the Iubenda PHP Class dir name was wrong. Than I added a check before using Page class to prevent WSOD.
I'll push this patch in 7.x-2.0-dev release ASAP.
Comment #7
robertoperuzzo