【问题标题】:Parse error: syntax error, unexpected '/' in解析错误:语法错误,意外的 '/' in
【发布时间】:2013-06-29 01:36:53
【问题描述】:

我正在尝试安装 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

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

【问题讨论】:

    标签: php wordpress parsing syntax syntax-error


    【解决方案1】:

    我认为问题在于此时 " 之前缺少 \:

    Script Writer" </b>
    

    所以,应该是:

    Script Writer\" </b>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-05-12
      • 1970-01-01
      • 1970-01-01
      • 2012-07-04
      • 2010-11-02
      • 2013-10-11
      • 2023-03-18
      相关资源
      最近更新 更多