• When going onto my clients website, I keep getting this error:

    Fatal error: Call to a member function removeLoopAddToCartLinksInSomeProducts() on a non-object in /home/medisymp/public_html/wp-content/plugins/woocommerce-prices-by-user-role/WooUserRolePricesFrontendFestiPlugin.php on line 870

    I have looked into the PHP file but cannot seem to find any errors on lines 860-884, what am I doing wrong?

    $settings = new SettingsWooUserRolePrices($this->_languageDomain);
    
            $options = $settings->get();
    
            $values = $this->getOptions('settings');
            if ($values) {
                foreach ($options as $ident => &$item) {
                    if (array_key_exists($ident, $values)) {
                        $item['value'] = $values[$ident];
                    }
                }
                unset($item);
            }
    
            return $options;
        } // end loadSettings
    
        private function _displayPluginErrors()
        {
            $caheFolderErorr = $this->_detectTheCacheFolderAccessErrors();
    
            if ($caheFolderErorr) {
                echo $this->fetch('refresh.phtml');
            }
        } // end _displayPluginErrors
Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    As that is a commercial plugin, we ask that you please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.

    http://codecanyon.net/item/woocommerce-prices-by-user-role/8562616/support

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.

    For now, you can get back to your site by manually resetting your plugins (no Dashboard access required), just don’t re-activate the WooCommerce Prices By User Role plugin.

Viewing 1 replies (of 1 total)

The topic ‘PHP Fatal Error’ is closed to new replies.