-1

我正在尝试安装 WordPress 插件并收到此错误:

Parse error: syntax error, unexpected '/' in /home/myname/public_html/wordpress/wp-content/plugins/plugin-name/plugin.php on line 588

这是它所指的代码行:

} = "\n\n<p>Do you constantly dream of writing a screenplay?  Do you have a killer idea that would look great on the big screen?  Do you dream of being the next Tarantino?</p>\n<p><i>If so - the solution you have been looking for is finally here!</i></p>\n<p>In <b>\"Where To Start - How To Become A Hollywood Script Writer" < / b > youaregoingtolearnexactlyhowtowriteascreenplay - and howtocreateamassivedemand

有谁知道发生了什么?该插件最初是混淆的,所以我必须对其进行解码才能进行一些更改,但无法弄清楚是什么原因造成的......谢谢!

4

1 回答 1

1

我认为问题出在 " 之前缺少 \ 在这一点上:

Script Writer" </b>

所以,它应该是:

Script Writer\" </b>
于 2013-06-29T01:39:39.523 回答