The MODx website states Evolution is PHP4 up. I don't wanna be
that guy but that's bs.
As user kulmjens already pointed out, some error-types need php5.3.3+ for Evo 1.0.10. Allthough he worked around it.
https://forums.modx.com/thread/84905/error-types-and-php-5-3-e-deprecated-and-e-user-deprecated#dis-post-468166
Also function
memory_get_peak_usage() is used, which is php5.2+ There are probably more occassions where your php version might not be sufficient. The installer installs fine. Manager seems fine too. Then you visit your site
aaand it's gone :-/
I upgraded from 1.0.7 (with manual fixes for security) so I wasn't aware of this (either)..
Simply adding some correct requirements and checks can prevent people from useless installations?
[ed. note: IngMA last edited this post 11 years, 9 months ago.]
Accelerate your Windows system with 9.8 m/s2.
-
☆ A M B ☆
- 24,524 Posts
I suspect these were oversights; it's very easy to get caught out using a newer function without realizing it.
Unless, of course, Evo's requirements are changing without my noticing, which certainly could be the case.