Fatal error: Call-time pass-by-reference has been removed in /usr/home…/wp-content/plugins/enhanced-publication/epub_repository.php on line 156
https://www.ads-software.com/plugins/enhanced-publication/
]]>I hope someone can help…
I tried logging into the admin area of my WordPress site and I get the following error:-
Fatal error: Call-time pass-by-reference has been removed in /homepages/34/d280982719/htdocs/www.canvasart-online.co.uk/wp-content/plugins/types/admin.php on line 147
I did try removing the ampersand from the line in question but once logged in I could see a lot of the admin functionality (i.e. add new posts, pages, etc)
Does anyone know how I can fix this?
Many thanks
https://www.ads-software.com/plugins/types/
]]>Our site is quite broken right now – it’s only showing this error “Fatal error: Call-time pass-by-reference has been removed in public_html/wp-content/themes/agency/library/init.php on line 31.” I am not able to sign in or anything. This occurred when I attempted to update the Agency WordPress theme.
While trying to research an answer, I came across tons of people having this similar error. Most people were able to fix it by removing & out of said line of code in said php file of the error (in my case it would be line 31 of init.php). This unfortunately did not work for me.
I also tried renaming the Agency theme folder to see if WordPress would load up a different default theme. It did not. I got the same error. I also tried deleting the theme folder via FTP. Even though it was deleted, I still got the same error.
I also tried disabling plugins by renaming the plugin folder. No luck there either.
What could it be that I am missing here? Do I need to delete the theme folder from cPanel perhaps? I am incredibly boggled by how I seem to get the same error from a theme folder that doesn’t exist (after I deleted the folder).
I would greatly appreciate any assistance with this error.
]]>Here’s the full fatal error: Fatal error: Call-time pass-by-reference has been removed in “my domain” /wp-content/plugins/shopp-importer/spi_model.php on line 944
The items in quotations is simply where my domain name would show up.
Let me know…or if you know of another Shopp importer?
Thanks again
https://www.ads-software.com/plugins/shopp-importer/
]]>Fatal error: Call-time pass-by-reference has been removed in /home4/xialo/public_html/chris/wp-content/plugins/mingle/classes/models/MnglBoardPost.php on line 19
Any help would be greatly appreciated, the site was working fine up until today, and hasn’t had any issues in 3 years.
]]>goto
..wp-content/plugins/retina-post/request.php
open it with the editor
and do the following:
line 27:
shuffle ( &$this->symbol_list );
remove the “&” symbol
line 34:
shuffle (&$this->color_list );
remove the “&” symbol
save and reactivate the plugin… everything’s in it’s right place now…
bye
https://www.ads-software.com/plugins/retina-post/
]]>Fatal error: Call-time pass-by-reference has been removed in C:\wamp\www\localsite\wp-content\plugins\user-access-manager\class\UamUserGroup.class.php on line 646.
https://www.ads-software.com/extend/plugins/user-access-manager/
]]>Call-time pass-by-reference has been deprecated in /home/public_html/wp-content/plugins/user-access-manager/class/UamUserGroup.class.php on line 646 Call-time pass-by-reference has been deprecated in /home/public_html/wp-content/plugins/user-access-manager/class/UamUserGroup.class.php on line 995
I searched for a solution and found a lot of references for this warning. I tried also the hint from the topic “PHP Warnings and Notice” in this blog. It doesn’t work in my constellation.
Most of the other references described a problem with PHP 5.4 and the code of UAM.
Now I am waiting for my access for MantisBT to report this bug to the author.
https://www.ads-software.com/extend/plugins/user-access-manager/
]]>Fatal error: Call-time pass-by-reference has been removed in wp-content/plugins/bwp-minify/includes/class-bwp-minify.php on line 717
Passing by reference should be noted in the function parameter list and not in the variable being sent, https://www.php.net/manual/en/language.references.pass.php
This patch fixes the issue at least for me
https://files.0x539.se/random/bwp-minify-call-time-pass-by-reference.patch
https://www.ads-software.com/extend/plugins/bwp-minify/
]]>