3

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.

enter image description here

thedarkcoder
  • 395
  • 4
  • 11
  • What version are you using? Is it the latest version (3.0.0.2)? Have you upgraded from an old version or installed this version fresh? What version of Magento are you using? – Ben Tideswell Jul 10 '13 at 11:37
  • I am using magento version 1.5, and the extension I used is supported for versions from 1.4 to 1.7 I haven't upgraded in this. I have used this extenion http://fishpig.co.uk/wordpress-integration.html please guide me where I did mistake. thanks – thedarkcoder Jul 11 '13 at 05:25
  • A new version is available of the 3.* line that includes better support for Magento 1.4, 1.5 and 1.6 – Ben Tideswell Jul 11 '13 at 09:14
  • my version is 1.5 for magento, this should work fine, but I get the magento abstract file error, can you tell me where can be the problem exist? – thedarkcoder Jul 11 '13 at 10:59
  • If you can get in touch via http://fishpig.co.uk/contact-us, I will help you fix this issue and then post the solution back here as an answer – Ben Tideswell Jul 11 '13 at 15:28
  • yes, I just did that, thanks, I will wait for positive response. – thedarkcoder Jul 12 '13 at 04:25

1 Answers1

1

This was fixed by upgrading to the latest version (3.0.0.16 at the time of writing).

Ben Tideswell
  • 1,697
  • 2
  • 11
  • 14