Panel
PowerQA is a state of the art discussion software that makes online discussions fun. It's simple, fast, and powerful.
Fighter
webmaster
+2 votes
Notice 895 views

Extra Question Field

Extra Question Field added. This plug-in has been modified for PowerQA. Plugin pages will be added to admin menu automatically. Below images are attached by EQF plugin.

image

by webmaster asked Oct 27, 2015 in Plugins
by webmaster reopened Oct 28, 2015

3 Comments

I got an error from this plugin

 Fatal error: Call-time pass-by-reference has been removed; If you would like to pass argument by reference, modify the declaration of qa_redirect(). in C:\xampp\htdocs\pqa1\qa-plugin\extra-question-field\qa-eqf.php on line 85

I did fresh installation and the error occurred when I tried to enable the plugin
Thanks Vanbells. I confirmed it. It is my mistake. This issue might occur in PHP 5.4 or higher.

Reference:
http://stackoverflow.com/questions/8971261/php-5-4-call-time-pass-by-reference-easy-fix-available

Please re-check after editing source below.
Source:
qa-plugin\extra-question-field\qa-eqf.php:: line 85
Before:
qa_redirect($urls[0], &$urls[1]);
After:
qa_redirect($urls[0], @$urls[1]); // replace "&" to "@"

Thanks!
I made the changes above and the issue if now fixed
Thanks

Please log in or register to add a comment.

Please log in or register to answer this question.

1 Answer

Expert
Vanbells
+1 vote
This has been tested and confirmed working
by Vanbells answered Oct 28, 2015

Please log in or register to add a comment.

Welcome to PowerQA. PowerQA is a new discussion software (not OSS). Here is a community for PowerQA developers. Current stable version is V1.9.4. It is enhanced day by day.

Statistics

  • 338 questions
  • 276 answers
  • 480 comments
  • 100 users

Post types

...