Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Failed opening 'Mage/Googleshoppingapi/Helper/Data.php' on production site #10

Closed
AshleshaGawade opened this issue Feb 27, 2015 · 4 comments

Comments

@AshleshaGawade
Copy link

I had installed this extension on development which worked successfully.
Later when i pulled it to production instance it gives me the follwing error on refreshing caches:

2015-02-26T23:46:19+00:00 ERR (3): Warning: include(Mage/Googleshoppingapi/Helper/Data.php): failed to open stream: No such file or directory in /var/www/nykmage/lib/Varien/Autoload.php on line 93

and admin panel becomes blank.
I have 3 instances on production of that i have installed it in only one instance which is used for admin panel.
Can you please provide some help to this, if you have any idea?

@jonatanaxe
Copy link

I am also with this error :(

@schnere
Copy link
Contributor

schnere commented Feb 28, 2015

The error occurs when the origininal Magento GoogleShopping Api module is not installed.
But with the next commit I will remove the last depencies on the original module, so that this should be fixed.

@pavelnovitsky
Copy link

Hi, @schnere!
You removed all references to googleshopping in data install file. Actually, $installer->getTable('googleshopping/…') should stay, because now you select data from googleshoppingapi/types and insert into the same table. Same with attributes and items.

Using Mage::helper('googleshoppingapi')->isModuleEnabled('Mage_GoogleShopping') is enough for compatibilty.

@schnere
Copy link
Contributor

schnere commented Mar 20, 2015

@pavelnovitsky Thanks for the notice. Of course, you are right. I will fix this again in the next commit..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants