• Hi,
    We are facing this issue.

    The plugin could not be activated because it triggered a fatal error .

    Warning: require_once(/home/nsftec/www/gnzsv/tupper/wp-content/themes/eltupperdelcurro/meta-box/inc/common.php): failed to open stream: No such file or directory in /home/nsftec/www/gnzsv/tupper/wp-content/plugins/meta-box/meta-box.php on line 33

    Any help will be appreciated.

    Thanks in advance :

    https://wordpress.org/plugins/meta-box/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Manny Fleurmond

    (@funkatronic)

    Which version of the plugin are you using? The error seems to indicate that the common.php file is missing from the plugin folder. Can you redownload the plugin and try again?

    hello, I have a similar issue. I tried removing the plugin and reinstalling it bay download and upload the code, but the error is the same:

    Warning: require_once(/home/[user]/public_html/wp-content/themes/[theme-name]/framework/meta-box/inc/field.php): failed to open stream: No such file or directory in /home/[user]/public_html/wp-content/plugins/meta-box/meta-box.php on line 34

    Fatal error: require_once(): Failed opening required ‘/home/[user]/public_html/wp-content/themes/[theme-name]/framework/meta-box/inc/field.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/[user]/public_html/wp-content/plugins/meta-box/meta-box.php on line 34

    I don’t understand why the plugin requires a file in my parent theme. I am using a child theme. but in other sites where I used the plugin never requires files in my themes…

    I think the plugin is great and usefull. thanks in advance.

    I realized that the parent theme includes the plugin in their code. because of that, the path of meta-box is inside the parent theme. this is a lack in theme documentation and not an issue in the plugin. maybe this can be useful for other people in similar situation. sorry for my post before.

    thanks.

    Thread Starter Sungraiz Faryad

    (@sungraiz)

    Exactly…. I had figure it out on my own but this was the issue in my scenario too 🙂 🙂

    BTW thanks

    Plugin Contributor Manny Fleurmond

    (@funkatronic)

    The plugin is designed to be used as a plugin and not as part of a theme. Looks like there is a conflict between those two.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal Error’ is closed to new replies.