• Resolved spudder

    (@spudder)


    Fatal error: Call-time pass-by-reference has been removed in /..PATH…/wp-content/plugins/twitter-mentions-as-comments/twitter-mentions-as-comments.php on line 61

    This is an incompatibility with PHP 5.4.x

    Found and replaced the following instances in all plugin files to get it to activate. Appears to operate as intended. Good luck.

    &$this replaced with $this
    &$child replaced with $child
    &$parent replaced with $parent

    https://www.ads-software.com/extend/plugins/twitter-mentions-as-comments/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ben Balter

    (@benbalter)

    Are you able to give the development version a try? If that version resolves the issue I can update the plugin in the repository.

    Tried to install and got the same thing. class.plugin-boilerplate.php is missing from your zip. None of these twitter comment plugins work.

    Fatal error: require_once() [function.require]: Failed opening required '/home/content/38/9001938/html/wp-content/plugins/Twitter-Mentions-as-Comments-master/includes/boilerplate/class.plugin-boilerplate.php' (include_path='.:/usr/local/php5_3/lib/php') in /home/content/38/9001938/html/wp-content/plugins/Twitter-Mentions-as-Comments-master/twitter-mentions-as-comments.php on line 39

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[resolved?] Fatal Error v. 1.5.3 upon activation’ is closed to new replies.