Hi,
This is the message after installing plugin
Fatal error: Call-time pass-by-reference has been removed in /homepages/3/d352048944/htdocs/wp-content/plugins/gtrans/gtrans.php on line 40
Thanks in advance,
Hi,
This is the message after installing plugin
Fatal error: Call-time pass-by-reference has been removed in /homepages/3/d352048944/htdocs/wp-content/plugins/gtrans/gtrans.php on line 40
Thanks in advance,
hi there!
i've found this.
http://stackoverflow.com/questions/8971261/php-5-4-call-time-pass-by-reference-easy-fix-available
i've changed from load_defaults(& $data); to load_defaults($data); wherevere the function was called and it now works.
bye
Gio
well i did so but nothing happend...anythingelse, thnx
It worked for me. I've been able to activate it.
Like Jahnni said, it has to be changed wherever the function is called and also in the function definition itself.
Hello. Had the same problem of code related to changing the "&" in the code, and all errors disappeared except one. That is:
Fatal error: Class 'WP_Widget' not found in / var/contratos/1484349142/estudio3d.com/web/www3/wp-content/plugins/gtrans/gtrans.php on line 33
Any suggestions?
thanks
I forgot to say that I have version 2.6 of wordpress.
thanks
You must log in to post.