• PHP 5.3.8
    Builder Child Theme: Foundation – Bonsai

    I get this error on the blog page every time:

    Fatal Error (hide)

    The theme has encountered a problem that it cannot recover from. Please use the following information to try to resolve the problem.

    Error Code:

    php_code_error:1:/home/leannewa/public_html/wp-content/plugins/organize-series/orgSeries-admin.php:210:Call to undefined function add_meta_box()

    Message:

    A fatal code error occurred.

    If you are unable to fix this problem, please copy all the text on this screen and send it to support@ithemes.com.

    Debug Data:

    Array
    (
    [0] => Array
    (
    [file] => /home/leannewa/public_html/wp-content/themes/Builder/lib/classes/it-error.php
    [line] => 121
    [function] => fatal
    [class] => ITError
    [type] => ::
    [args] => Array
    (
    [0] => php_code_error:1:/home/leannewa/public_html/wp-content/plugins/organize-series/orgSeries-admin.php:210:Call to undefined function add_meta_box()
    [1] => A fatal code error occurred.
    )

    )

    [1] => Array
    (
    [file] => /home/leannewa/public_html/wp-content/themes/Builder/lib/classes/it-error.php
    [line] => 148
    [function] => handle_error
    [class] => ITError
    [type] => ::
    [args] => Array
    (
    [0] => 1
    [1] => Call to undefined function add_meta_box()
    [2] => /home/leannewa/public_html/wp-content/plugins/organize-series/orgSeries-admin.php
    [3] => 210
    )

    )

    [2] => Array
    (
    [function] => it_error_shutdown
    [args] => Array
    (
    )

    )

    )

    http://wordpress.org/extend/plugins/organize-series/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi johnw1965

    add_meta_box() is a function that is within the core of WordPress and Organize Series uses it to add the series meta box to the edit-post screen.

    At this point, I suspect this is either something going on with the theme or there is another plugin that is active that is causing a conflict.

    I know the Builder theme is a fairly complex theme that does some cool stuff for users and WordPress. Have you contacted ithemes about the issue?

    hmmm… I’ve looked closer. It seems like WordPress 3.0 introduced a better way to use the add_meta_box() function. I’ll make some changes, hopefully sometime today and release what will hopefully be a *fix for your issue.

    Thread Starter johnw1965

    (@johnw1965)

    Thank you, nerrad. Superb extension, BTW.

    john,
    I just released os2.4 that implements add_meta_box() using the recommended api WordPress codex suggests. This might fix your issue. If it doesn’t, then refer to my previous post above. If it DOES work, please report back here so if any other users experience this they will know to upgrade to the latest version of Organize Series for the fix.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Organize Series] Fatal error: Call to undefined function add_meta_box()’ is closed to new replies.