marcinkazmierczak / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

Error Deprecated #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
I get these error with PFBC 5:

Deprecated: Call-time pass-by-reference has been deprecated in 
/var/www/website/PFBC/Error/Standard.php on line 30

Deprecated: Call-time pass-by-reference has been deprecated in 
/var/www/website/PFBC/Error/Standard.php on line 48

Should I ignore them or should they fix?
Thank you

Original issue reported on code.google.com by webmaste...@gmail.com on 29 Apr 2011 at 2:32

GoogleCodeExporter commented 9 years ago
Interesting.  What version of php are you running?

 - Andrew

Original comment by ajporterfield@gmail.com on 29 Apr 2011 at 3:28

GoogleCodeExporter commented 9 years ago
Hi,
I use PHP version 5.3.3

Original comment by webmaste...@gmail.com on 29 Apr 2011 at 5:07

GoogleCodeExporter commented 9 years ago
Can you try pulling down the latest version of the working copy to see if this 
new release has fixed the issue?

svn export http://php-form-builder-class.googlecode.com/svn/trunk/ pfbc

- Andrew

Original comment by ajporterfield@gmail.com on 29 Apr 2011 at 6:52

GoogleCodeExporter commented 9 years ago
Hello,
No it always displays the error,
I then edit on my file Error / standard.php
and I delete the reference "&" at line 30 and 48 which are now more naissaire 
for this new version of PHP.
I also received this error:
Strict Standards: Non-static method PFBC\Form::recover() should not be called 
statically in /var/www/website/PFBC/Form.php on line 166
I replaced the code and
"private function recover($id) {" 
with
"private static function recover($id) {" 
  at line 220 ​​of file Form.php

Original comment by webmaste...@gmail.com on 29 Apr 2011 at 10:32

GoogleCodeExporter commented 9 years ago
Thanks for the feedback.

Original comment by ajporterfield@gmail.com on 30 Apr 2011 at 1:53

GoogleCodeExporter commented 9 years ago
I made a few updates before publishing the pfbc2.0 download that I'm hoping 
resolved these issues.  When possible, can you please verify?

- Andrew

Original comment by ajporterfield@gmail.com on 6 May 2011 at 2:22

GoogleCodeExporter commented 9 years ago
I'll check and come back when I tested

Original comment by concours...@gmail.com on 7 May 2011 at 10:15

GoogleCodeExporter commented 9 years ago
Hello,
I tested and now it works perfectly

Original comment by webmaste...@gmail.com on 9 May 2011 at 10:15

GoogleCodeExporter commented 9 years ago

Original comment by ajporterfield@gmail.com on 14 May 2011 at 3:17