Error Logs
[Sun Oct 27 10:23:50 2013] CURRENT SERVER TIME
/home3/awakenk8/public_html/collapsingintoconsciousness/error_log:
[27-Oct-2013 16:10:45 UTC] PHP Fatal error: Call-time pass-by-reference has been removed; If you would like to pass argument by reference, modify the declaration of e2w_migrate_legacy_headers(). in /home3/awakenk8/public_html/collapsingintoconsciousness/wp-content/themes/smallbiz/functions.php on line 467
PHP Fatal error occured: Call-time pass-by-reference has been removed in /wp-content/plugins/like-button-plugin-for-wordpress/include/fb_meta.php on line 169.
https://www.ads-software.com/plugins/like-button-plugin-for-wordpress/
]]>Fatal error: Call-time pass-by-reference has been removed in /var/www/mydomain.com/wp-content/plugins/u-buddypress-forum-editor/u-bp-forum-editor.php on line 90
Thanks in advance.
https://www.ads-software.com/extend/plugins/u-buddypress-forum-editor/
]]>If you are on PHP 5.4, then your site will break due to this error: PHP Fatal error: Call-time pass-by-reference has been removed in .../wp-content/plugins/mailpress/mp-includes/class/MP_newsletter_post_type_.class.php on line 10
That line is this:
if (method_exists(&$this,'init')) add_action('init', array(&$this, 'init'), 1);
You will have to edit this file and change &$this
on this line to $this
(no &
). It should work after that. At least I haven’t found anything else so far… If I do I will share it here.
https://www.ads-software.com/extend/plugins/mailpress/
]]>I discovered the hard-way that Edit Flow v0.7.1 is using “Call-time pass-by-reference” and will bring down WP sites on PHP v5.4 and above upon activation.
It is a simple fix for plugin developers referenced here.
I look forward to using this plugin once again, if/when it is updated.
Thanks!
https://www.ads-software.com/extend/plugins/edit-flow/
]]>I just discovered the hard-way that Instapress v1.5.3 is using “Call-time pass-by-reference” and will bring down WP sites on PHP v5.4 and above.
There is a simple fix for plugin developers referenced here:
https://stackoverflow.com/questions/8971261/php-5-4-call-time-pass-by-reference-easy-fix-available
I look forward to using this plugin once again, if/when it is updated.
Thanks!
https://www.ads-software.com/extend/plugins/instapress/
]]>