Closed GoogleCodeExporter closed 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
Hi,
I use PHP version 5.3.3
Original comment by webmaste...@gmail.com
on 29 Apr 2011 at 5:07
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
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
Thanks for the feedback.
Original comment by ajporterfield@gmail.com
on 30 Apr 2011 at 1:53
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
I'll check and come back when I tested
Original comment by concours...@gmail.com
on 7 May 2011 at 10:15
Hello,
I tested and now it works perfectly
Original comment by webmaste...@gmail.com
on 9 May 2011 at 10:15
Original comment by ajporterfield@gmail.com
on 14 May 2011 at 3:17
Original issue reported on code.google.com by
webmaste...@gmail.com
on 29 Apr 2011 at 2:32