Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.6.4 - HTML_QuickForm2 incompatible with PHP 5.1.6 #1495

Closed
robocoder opened this issue Jul 22, 2010 · 2 comments
Closed

0.6.4 - HTML_QuickForm2 incompatible with PHP 5.1.6 #1495

robocoder opened this issue Jul 22, 2010 · 2 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc. Critical Indicates the severity of an issue is very critical and the issue has a very high priority.
Milestone

Comments

@robocoder
Copy link
Contributor

Fatal error: Call to protected method HTML_QuickForm2_Renderer_Array::exportMethods() from context 'HTML_QuickForm2_Renderer_Proxy' in /var/www/html/piwik/libs/HTML/QuickForm2/Renderer/Proxy.php on line 113```

http://forum.piwik.org/index.php?showtopic=12211

@robocoder
Copy link
Contributor Author

This is a known incompatibility in HTML_QuickForm2. http://pear.php.net/bugs/bug.php?id=14110. Hence, HTML_QuickForm2 now requires php 5.2+.

The cause is a bug in php 5.0.x/5.1.x. See http://bugs.php.net/bug.php?id=37632 and http://bugs.php.net/bug.php?id=37212. This is worrisome because Piwik uses "protected" access in many places.

@robocoder
Copy link
Contributor Author

(In [2626]) quick fixes #1495 - change protected to public

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Critical Indicates the severity of an issue is very critical and the issue has a very high priority.
Projects
None yet
Development

No branches or pull requests

1 participant