Check db.xml in package, how table is called. And edit entry that causes error directly in PhpMyAdmin (or similar tool). Table is probably called “btPhpCodeBlockContent” if we are talking about the same addon.
It seems you can also deactivate blocks globally in config (though not sure if it will work in your case).
And edit entry that causes error directly in PhpMyAdmin (or similar tool). Table is probably called “btPhpCodeBlockContent” if we are talking about the same addon.
I moved the block sorting tag I created - Exterior
Instead of before <?php
To right after by mistake and Saved
I have search for the Word ** Exterior **
In the SQL and I do NOT See IT…???
Is it possible it is encrypted or on the Server…???
Check db.xml - I found it - Not sure what to do with it…???
<?xml version="1.0"?>
The content to be interpreted.
If you don’t have access to dashboard, go to Config table in PhpMyAdmin. You will probably find global_activate and global_interpret options. Manually set configValue of both to 0. Php blocks should be disabled and you will be able to edit them on pages.