Viewing 6 replies - 1 through 6 (of 6 total)
  • I have the same fata error, so I would love to hear any response to this.

    I had the same problem.

    It’s because you have old php version and you must upgrade it to php5 by editing .htaccess on your server/ftp and putting this line:

    addhandler application/x-httpd-php5 .php

    Now I have my plugin installed correctly. Try it by yourself. Cheers

    Michael

    Thread Starter junshien

    (@junshien)

    I’ve added that line to the end of my .htaccess, but it’s still giving the same error message.

    Any other thoughts?

    my htaccess looks like this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    addhandler application/x-httpd-php5 .php
    # END WordPress

    Thread Starter junshien

    (@junshien)

    That’s what mine looks like too. I just read somewhere that the update to php5 might take a few hours for the system recognize. I’ll let it sit for a while and will check back later today. Thanks for the help! 🙂

    No problem. I just hope you won’t be waiting too long 😉

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: Facebook Comments for WordPress] fatal error – unexpected T_OBJECT_OPERATOR’ is closed to new replies.