jeremywj
Forum Replies Created
-
webcraftic: Just updated and reverted to original code. I can confirm 2.1.4 fixed the issue.
webcraftic: Thanks! Glad you found the bug. I will revert back to just using include() until you get that released.
I just sent your credentials to login. I also reverted the snippit back to the code that causes the error.
Updating the settings fixed the tab issue.
What do you need from me to further look into this?
I am having a similar issue after updating WordPress and the plugin.
Here is the line that is causing an error:
echo ' <span style="color: #000000;">' . do_shortcode('[sc_embed_player_template1 fileurl="https://redacted.org/audio/' . $sermon['file'] . '"]') . '</span>';
Here is the error:
Got error 'PHP message: PHP Parse error: syntax error, unexpected '"', expecting ')'
This worked perfectly before the two updates. Until this is resolved I have moved this code out of Woody and into a separate php file on my server. I am then using Woody to simply include(‘file.php’) to run the code and it is working. This tells me what I already know, that my code is good.
Also, I have noticed that I cannot use the “tab” key when editing a snippit.