Viewing 1 replies (of 1 total)
  • Plugin Author davidhme

    (@davidhme)

    Hi Mauricio,

    Sorry you’re having a problem. Both your theme and my plugin use the WPAlchemy library.

    Instead of simply including WPAlchemy, your theme should check if WPAlchemy is already declared.

    It should look something like this:
    //include WPAlchemy
    if(!class_exists(‘WPAlchemy_MetaBox’)) {
    include_once ( plugin_dir_path( __FILE__ ) . ‘/wpalchemy/MetaBox.php’);
    }

    Please forward this information to your theme author. There’s nothing else I can do with Easy Pricing Tables to fix this issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error installing plugin’ is closed to new replies.