Magento: Fatal error: Class not found (Google Shopping) - php

Trying to get Google Shopping extension running on Magento Enterprise Magento ver. 1.10.1.1
Catalog > Google Content > Manage Attributes throws this error:
Fatal error: Class 'Mage_Core_Model_Resource_Db_Collection_Abstract' not found in /var/www/html/app/code/core/Mage/GoogleShopping/Model/Resource/Type/Collection.php on line 35
Catalog > Google Content > Manage Attributes > Add Attribute Mapping throws this error:
Fatal error: Class 'Mage_Core_Model_Resource_Db_Abstract' not found in /var/www/html/app/code/core/Mage/GoogleShopping/Model/Resource/Type.php on line 35
I installed the extension by copying the files via FTP, not using the Magento Connect manager if that makes any difference?
I'm not sure where to go from here? Google isn't being very productive on this issue!

Did you add a xml file to 'app/etc/modules' dir? I recommend to install the extension using Magento Connect.

Related

WP MashShare Plugin breaks my site when enabled

When I activate the Mashshare plugin, it gives me the following error when browsing the website like below:
Fatal error: Class ‘WPChromePHP’ not found in D:\home\site\wwwroot\wp-content\plugins\mashsharer\includes\debug\classes\MashDebug.class.php on line 238
I’m using the Mashshare plugin on my website running on WordPress 4.7.5, PHP 5.6, hosted in Azure Webapps.
Anyone have faced it before or knows how to fix?

Magento class not found error in admin panel

I get this error when I try to enter in module in admin panel:
Fatal error: Class 'Magebuzz_Pricematch_Block_Extendedlabel' not found in /homepages/25/d508996677/htdocs/jsbfurniture/lib/Varien/Data/Form/Abstract.php on line 146
Looks like you removed Magebuzz extension from your code or it's disabled in xml configuration of the module.

Upgrade Magento 1.8 to 1.9 - Fatal error: Call to a member function getReadConnection()

I am trying to upgrade our Magento 1.8.0.0 to 1.9.2.1.
I copied the db to another table so I could do a test run first.
I uploaded 1.9 files to ourdomain.com/upgrade, then copied every extra installed module.
In our database I changed the base secure and unsecure url to ourdomain.com/upgrade.
Now when I go to ourdomain.com/upgrade I get this error:
Fatal error: Call to a member function getReadConnection() on a non-object in /home/domains/ourdomain.com/public_html/upgrade/app/code/core/Mage/Core/Model/Resource/Db/Collection/Abstract.php on line 134
I have pasted this above line 134: echo get_class($this);exit;
and now have this:
Mage_Core_Model_Resource_Website_Collection
Does anybody have an idea what I am doing wrong?
I suggest that before the line
$this->setConnection($this->getResource()->getReadConnection());
put
if(!is_object($this->getResource())){
var_dump($this -> _resourceModel);die();
}
to find out which resouce model generates your problem.
gl & hf
p.s. I think it's going to be the sales/order ;), I have the same problem with it.

Magento 'Mage_Ecommerceteam_Cloudzoom'

i create magento wbsite and then the site is upload online then error occur that site is run proper in local server
Fatal error: Class 'Mage_Ecommerceteam_Cloudzoom_Helper_Data' not found in /home/ebiz/public_html/prjt/adamas/app/Mage.php on line 546
you are problem into the zooming extension into your theme please install this extension.
http://www.magentocommerce.com/magento-connect/cueblocks-zoom.html

fishpig wordpress integration in magento not working - Fatal error

I have installed and configure my wordpress in my magento site using Fishpig extension.
In magento admin, the configuration of Fishpig extension shows perfect.
But when I am running the wordpress route in frondend, it is showing Fatal error and not displaying wordpress content anymore.
Attaching the screenshot of that page. And the error I got is:
Fatal error: Call to undefined method Mage::getResourceHelper() in /[MY_DIR_PATH]/app/code/core/Mage/Core/Model/Resource/Db/Collection/Abstract.php on line 534
Any help is appreciated.
This was fixed by upgrading to the latest version (3.0.0.16 at the time of writing).

Categories