• nmcleish

    (@nmcleish)


    Hi all. This looks like it has promise but when I try to activate it, I get this error:
    Fatal error: Call to undefined function register_field() in /path_to_my_blog/blog/wp-content/plugins/buckets/buckets.php on line 76
    There is no function in that file with that name.
    Does anyone have any ideas please?

    Thanks in advance.

    Neil.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Neil, register_field() is a function defined by the Advanced Custom Fields plugin (ACF). The line of code you reference is checking to see whether that plugin is active before calling register_field() but evidently that call is failing.

    If you don’t have ACF installed, I suggest that you install and activate it, and then try again.

    Well, I spoke too soon. This is a bug that was caused by an incompatibility with version 4 of ACF. The developer is aware of it, so hopefully we will see a fix soon.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Version 0.1.9.3 Activation Error:’ is closed to new replies.