I need add piece of PHP code into banner body. Unfortunately, during PHP code improvements, I have created an error, which has made my drupal completely broken. I cannot access admin pages, nor frontend pages.
I would like to delete the piece of code that makes this, but I have no clue, where are data for this module stored. Full search in database did not bring anything, same as some tries for looking in filesystem.
I tried: MySQL Workbench database search for substring I remember from my code.
I tried: Windows Grep in-file search for substring I remember from my code.
Both searches returned other occurencies of my keyword, but nothing form saved data...
So, where is this module storing its data?
Thank you.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | eu_cookie_compliance.png | 25.07 KB | amsteri |
Comments
Comment #2
amsteri commentedHello
The data of this module is in the "variable" table.
Comment #3
svenryen commentedI'm closing this as it appears his question was answered.