mettadas
Member
Posted 3 years ago #
I get the following message on activation:
Plugin could not be activated because it triggered a fatal error.
I'm using WP 2.6 and plugin version 2.2.2. Some googling revealed that others have had the same problem, but I did not find a solution.
Running PHP 5.04 with 32M memory limit.
http://wordpress.org/extend/plugins/openid/
oeconomist
Member
Posted 3 years ago #
As I noted in “[Plugin: WP-OpenID] fatal error”,
With PHP versions 4.3.2 to 5.2.0, memory_get_usage() is defined if PHP was compiled with “--enable-memory-limit”.
Starting with 5.2.1, that compilation option was no longer required.
Will does not seem to be working this problem. If, like most people, you don't have control over your PHP installation, then my suggestion is that you try
version 2.1.9, which doesn't use
memory_get_usage().
the latest release (v3.0) no longer calls memory_get_usage().