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

Handling/Detecting eval() disabled by suhosin #1421

Closed
robocoder opened this issue Jun 12, 2010 · 5 comments
Closed

Handling/Detecting eval() disabled by suhosin #1421

robocoder opened this issue Jun 12, 2010 · 5 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@robocoder
Copy link
Contributor

Reported in forum:

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

Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /home/w******/********.com/piwi/libs/HTML/QuickForm/Renderer/ArraySmarty.php(268) : eval()'d code on line 268
@robocoder
Copy link
Contributor Author

(In [2296]) quick fixes #1421 - add Installation check requiring eval() ... used by HTML QuickForm and Smarty

@robocoder
Copy link
Contributor Author

oops, forgot eval() is a language construct. function_exists('eval') always returns false ...

@robocoder
Copy link
Contributor Author

(In [2299]) fixes #1421

@robocoder
Copy link
Contributor Author

I should have tested this first...

@robocoder
Copy link
Contributor Author

(In [2300]) fixes #1421 - but for simplicity, it doesn't check suhosin.executor.eval.whitelist or suhosin.executor.eval.blacklist

@robocoder robocoder added this to the Piwik 0.6.3 milestone Jul 8, 2014
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.
Projects
None yet
Development

No branches or pull requests

1 participant