I can’t even get to my dashboard to fix anything. If I can’t get there, how am I supposed to fix a problem?
]]>I got this error
Fatal error: Call-time pass-by-reference has been removed in /home/kandils/public_html/wp-content/themes/Publisher/monetize/add_post/functions_add.php on line 509
and this is the code of this line 509
$ou .= ‘<ul class=”category_list_sub”>’ . __show_category_form($cat, $selected_cats, $taxno_name,&$chkcounter) . ”;
How can I solve this ?
]]>Fatal error: Call-time pass-by-reference has been removed in C:\xampp\htdocs\wordpress\wp-content\plugins\smallerik-file-browser\wpfib.php on line 144
https://www.ads-software.com/plugins/smallerik-file-browser/
]]>And this one on the wordpress login page
Script execution halted: Call-time pass-by-reference has been removed — 64
Please help!
]]>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/
]]>Plugin could not be activated because it triggered a fatal error.
Fatal error: Call-time pass-by-reference has been removed in /home/sites/cotswoldconferencecentre.com/www/wordpress/wp-content/plugins/extended-xml-rpc-api/main.php on line 65
https://www.ads-software.com/extend/plugins/extended-xml-rpc-api/
]]>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/
]]>See also lines 814, 947, 986, 997, and 1001.
Not sure if this matters but I was going through my debug.log and saw these. Fixes?
https://www.ads-software.com/extend/plugins/bwp-minify/
]]>