Plugin: (more) page metadata
Page: 1 2
|
3 posts
|
Just as a follow-up to my last post for future reference. It is a PHP 5.2 thing – callbacks like call_user_func(‘MyClass::myCallbackMethod’) are only available as of PHP 5.2.3. The production environment I’m using is still running 5.1, so I (months later!) fixed the problem by editing /Frog/Framework.php: On line 824, replace
with
Hopefully this helps! It’s an obscure problem and only shows up on PHP 5.1, but it was a doozy to figure out how to fix. Thanks again to M for such a sweet plugin (along with page forms! Awesome.) |
|
5 posts
|
Thanks you very much for this fix!!! |
Page: 1 2