PHP Block
Permalink
I've downloaded and installed the php block. Finally figured out that you have to exclude the <?php ?> tags, or it white screens the block. I also noticed that when I've added some custom php code, it knocks out other blocks. Once I remove the php block, everything returns to normal. Anyone else experience this, or have a clue as to a solution to fix/repair it? For now, I'm just including the code on an external file with the iframe block, which works great. Nothing else, when I get time, I'll look through the code on the block, and see if I can track it down. Love this cms, been looking for something like this for a while.
Just set the site to debug mode, and found out the cause. Seems the connection to an outside database is causing problems with adodb. Looks like Concrete is looking for tables that do not exist, or at least do not exist as of yet. Looks like I will need to build this code into a block. Hope this might help someone else experiencing this problem.