Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Yann at WP&Co

    (@ydubois)

    @mscgl: please check out with your hosting provider to upgrade your version of PHP. You are using a version of PHP that is no longer maintained.

    Plugin Author WPCode United

    (@wpcode-united)

    @mscgl: this plugin requires PHP 5.3. Please check out with your hosting provider to switch to PHP 5.3. Please note that PHP 5.2 is not supported anymore by the PHP core team, so you should definitely move on.

    It is not certain at this point that I will provide PHP 5.2 support in future releases of the plugin.

    Hello!
    My version of PHP is PHP 5.4 and when I’m trying to activate the plugin, I get this error too :

    Parse error: syntax error, unexpected T_FUNCTION in /homepages/40/d479849407/htdocs/clickandbuilds/WordPress/La_Super_Ecole/wp-content/plugins/wp-frontpage-news/inc/wp-fpn-main.inc.php on line 137

    What can i do?

    Plugin Author Yann at WP&Co

    (@ydubois)

    @fmalgrand: line 137 of wp-fpn-main.inc.php contains a PHP instruction that is only compatible with PHP 5.3 and up. There is no reason PHP 5.4 would have a problem with that. This line of code comes directly from the WordPress CODEX (http://codex.wordpress.org/Widgets_API). It uses an anonymous function, a feature of PHP that has been introduced in PHP 5.3 (http://php.net/manual/en/functions.anonymous.php). If your WordPress setup breaks with this plugin, it will break with many others. My only guess at this point is that PHP 5.4 is not effetively enabled on your web server. Please check again 🙂

    Thread Starter mscgl

    (@mscgl)

    it was php version 5.2, so when I switch to 5.3, the problem was gone.

    thanks 🙂

    dan

    (@daniel-berhane)

    What about MultiSite? Does it create fatal error? In case that is the prob with mine.

    Plugin Author Yann at WP&Co

    (@ydubois)

    @daniel Berhane: no, this plugin works fine on WPMU. My own personal blog is WPMU and runs with this plugin flawlessly.

    The only reported case of fatal error up to now is when running on PHP 5.2 or lower, which are obsoleted versions of PHP.

    crankopotamus

    (@crankopotamus)

    I am having a very similar issue. Here is the error message:

    [22-Apr-2014 23:41:15] PHP Parse error: syntax error, unexpected T_FUNCTION in /home4/teamhoyt/public_html/wp-content/plugins/wp-frontpage-news/inc/wp-fpn-main.inc.php on line 138

    PHP version 5.4.24
    MySQL version 5.5.37-log

    When the plugin is enabled, I get a white screen. It worked fine on the dev site, which apparently is running PHP 5.3.27.

    Any thoughts? Thanks in advance!

    Plugin Author Yann at WP&Co

    (@ydubois)

    Anonymous functions are supported since PHP 5.3. If you were in effect running PHP 5.4 you would not see this error.

    crankopotamus

    (@crankopotamus)

    You are absolutely right. Sorry for the false alarm. Bluehost’s cPanel stats say I have PHP 5.4, but phpinfo.php says it’s 5.2. Thanks for the speedy response.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Fatal error’ is closed to new replies.