• hi, got this error during install:

    Fatal error: Call to undefined function: memory_get_usage() in **filepath**wp-content\plugins\openid\logic.php on line 142

    it said this:

    Plugin could not be activated because it triggered a fatal error.

    but it showed the plugin as activated. however, the openid didn’t appear on the comments page. when i deactivated it, i got this error:

    WordPress database error Unknown table ‘wp_openid_associations’ for query drop table wp_openid_associations made by destroy_tables WordPress database error Unknown table ‘wp_openid_nonces’ for query drop table wp_openid_nonces made by destroy_tables

    i’m running wordpress 2.6 on a windows server.

    hope this is solvable, i’d like to use your plugin! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • What version of PHP are you running?

    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.

    Also, there seem to have been some MS-Windows-specific problems, and perhaps still are.

    I’m on bluehost with PHP v4.4.8. They apparently don’t use the –enable-memory-limit.
    I commented out that code to get past the activation problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-OpenID] fatal error’ is closed to new replies.