CJT PHP Code Error detected…
-
Hello!
When I create HTML code block with PHP code inside I get on front end of my site the following message:
“CJT PHP Code Error detected for the following block:
Name: NewsInPost HTML
ID: #48PHP Error Details are listed below:”
And below…
Everything is OK. I see results of HTML with PHP code correctly.Part of the code block:
<div class="media"> <p class="sharebutton">Some text...</p> <?php echo do_shortcode('[ssba]'); ?> </div>
And…
PHP code can be replaced by another plugin shortcode. I have two similar sites.
In one site HTML with shortcode working properly and on the second site I see only shortcode ([ssba]).I try to implement Simple Share Button plugin.
PHP code: <?php echo do_shortcode(‘[ssba]’); ?>
Shortcode: [ssba]Any ideas?
https://www.ads-software.com/plugins/css-javascript-toolbox/
- The topic ‘CJT PHP Code Error detected…’ is closed to new replies.