bluevisiontec / GoogleShoppingApi

Magento Module GoogleShoppingApi v2
Open Software License 3.0
69 stars 45 forks source link

Admin -> Catalog -> Google Content API V2 -> Manage Items Blank #54

Closed silverfernz closed 5 years ago

silverfernz commented 9 years ago

When I click on Admin -> Catalog -> Google Content API V2 -> Manage Items I get a blank page.

Also once I have followed all the set up instructions how do I push the first list of products to google?

Cheers

schnere commented 9 years ago

Please post your PHP log and your Magento system.log

jay-saint commented 9 years ago

This sounds like the same problem I had prior to patching the google api.

--- vendor/google/apiclient/src/Google/Client.php.orig  2015-06-10 12:15:08.937391432 +0200
+++ vendor/google/apiclient/src/Google/Client.php       2015-06-10 12:15:47.693520083 +0200
@@ -16,7 +16,7 @@
*/

 if (!class_exists('Google_Client')) {
-  require_once dirname(__FILE__) . '/../autoload.php';
+  require_once dirname(__FILE__) . '/autoload.php';
 }

 /**
nguyenthixuan151 commented 8 years ago

I get same problem. I download and copied https://github.com/google/google-api-php-client/archive/1.1.2.tar.gz to [MAGENTO_ROOT]/vendor/google/apiclient/ but I got this error in log file- require_once(/home/leifmoeinbusines/public_html/ny/vendor/google/apiclient/src/Google/autoload.php): failed to open stream: No such file or directory in /home/leifmoeinbusines/public_html/ny/app/code/community/BlueVisionTec/GoogleShoppingApi/Model/GoogleShopping.php on line 2

I don't see the autoload.php file in Google folder. How can I got it? Please help me! Thanks in advance!

michaelrachlitz commented 8 years ago

Did you install by modman or composer? You should check if you allowed symlinks in your configuration.