Has anyone had this problem when using Deanos Tools Mod? I tried placing some google code in one of the PHP blocks but I get this error.
Parse error: syntax error, unexpected '<' in /public_html/mysite/inc/classes/BxDolPageView.php(597) : eval()'d code on line 1
Please visit michaelsofmaryland.com & fatwow.com |
When using php code inside a php block do not include any opening and closing php tags.
Examples
WRONG
<?php echo 'Hello World'; ?>
RIGHT
echo 'Hello World';
php block ability is already built into dolphin, but dolphin lacks the admin/pagebuilder ability to add them. So my mod provides that, however, php when used in a block has to be written slightly different to comply with any limitations of the php eval function used to process the php code.
More information on eval.
http://php.net/manual/en/function.eval.php
https://www.deanbassett.com |
|
Hey Co,
I had issues with Deano's Tools mod. Make sure your D7 site is updated to 7.0.2. My site is 7.0 and I had various issues with new members signing up among other problems. Until I update my site to 7.0.2 I can't his this mod.
humbucker
socialiife.com -the most tricked out D7 site ever tweaked. A Direct Social Marketing Site. |
Thanks Everyone,
I been trying to get my google code in there. So I am going to try some of the suggestions and see what happens.
Please visit michaelsofmaryland.com & fatwow.com |
Thanks Everyone,
I been trying to get my google code in there. So I am going to try some of the suggestions and see what happens.
Please visit michaelsofmaryland.com & fatwow.com |
Thanks Everyone,
I been trying to get my google code in there. So I am going to try some of the suggestions and see what happens.
Please visit michaelsofmaryland.com & fatwow.com |