Page 1 of 2 12 LastLast
Results 1 to 10 of 44

Hybrid View

  1. #1
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: google base error??

    Feed file - /home/herbschi/public_html/zen/feed/google/GOOGLE_PRODUCTS_OUTPUT_FILENAME_products_.xml
    This indicates that you have the output directory in Google Merchant Center Feeder Configuration set to feed/google/. Do you actually have the directory structure feed/google in your store root? It also indicates that it's ignoring the output file name herbschina you entered in the configuration.

    Somewhere along the line the files got screwed up. I'd try uploading a fresh, unedited set.

  2. #2
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: google base error??

    where is the output directory stored once you edit it in config for the feed to grab from?
    The output directory is in the root of the store. But, simply having the entry in the config file doesn't create the directory. You need to verify that it exists in the root.

  3. #3
    Join Date
    Feb 2006
    Posts
    230
    Plugin Contributions
    0

    Default Re: google base error??

    So I reinstalled TWICE and guess what??? I DONT HAVE GOOGLE MERCHANT CENTER IN ADMIN/TOOLS!!!

    Can some one give me a clue as to what I'mmissing??

    Thanks

    Marvin

  4. #4
    Join Date
    Jan 2010
    Posts
    182
    Plugin Contributions
    0

    Default Re: google base error??

    Quote Originally Posted by RescoCCC View Post
    The output directory is in the root of the store. But, simply having the entry in the config file doesn't create the directory. You need to verify that it exists in the root.
    feed/google exists in the root based on the mod install.

    The two problems that marvin and I are both having is that the two config options (directory and file output name) simply do not make a difference as to what we set them at - they are not being read by the feed.

    marvin - sounds like you're going backwards? there may be something in the SQL update that we are missing?

    I too reinstalled all the files from 1.10.2 a couple of times to no avail.

  5. #5
    Join Date
    Jan 2010
    Posts
    182
    Plugin Contributions
    0

    Default Re: google base error??

    Should the new feeder config have an "alternate image URL" and "Magic SEO URL" options?
    Those are missing for me - 1.10.2

    Here's another thing - I have my config set to feed/google/
    In my root I go to feed/google and have the feed set to 777 and changed the google folder to 755. Admin picks up the fact that I changed my google folder to 755 and gives me this message:
    [FONT="Courier New"]Your Google Merchant Center folder is not writeable! Please chmod the /GOOGLE_PRODUCTS_DIRECTORY folder to 755 or 777 depending on your host.[/FONT]

    So to some degree it knows that the /GOOGLE_PRODUCTS_DIRECTORY is indeed feed/google/

    WHen I change back to 777, all is good except the remaining
    [FONT="Courier New"]Warning: opendir(/opt/apache/htdocs/storename/GOOGLE_PRODUCTS_DIRECTORY) [function.opendir]: failed to open dir: No such file or directory in /opt/apache-2.2.13/htdocs/storename/admin/googlefroogle.php on line 185[/FONT]
    Here's that line 185-189:
    PHP Code:
            if ($handle opendir(DIR_FS_CATALOG GOOGLE_PRODUCTS_DIRECTORY)) {
              while (
    false !== ($file readdir($handle))) {
                if (
    $file != "." && $file != ".." && $file != 'index.html') {
                
    $filetime filemtime(DIR_FS_CATALOG GOOGLE_PRODUCTS_DIRECTORY $file);
                
    $date date('j/m/Y'); 

  6. #6
    Join Date
    Feb 2006
    Posts
    230
    Plugin Contributions
    0

    Default Re: google base error??

    Quote Originally Posted by sbbemn View Post
    feed/google exists in the root based on the mod install.

    The two problems that marvin and I are both having is that the two config options (directory and file output name) simply do not make a difference as to what we set them at - they are not being read by the feed.

    marvin - sounds like you're going backwards? there may be something in the SQL update that we are missing?

    I too reinstalled all the files from 1.10.2 a couple of times to no avail.
    I think you've hit several nails right on their heads.

    I've gone from being satisfied with the old feed to having no working feed after now three re-installs. Still nothing in admin/tools!!!!!!!!!!!!

    Do you have a suggestion as to why I have nothing in admin/tools??

  7. #7
    Join Date
    Jan 2010
    Posts
    182
    Plugin Contributions
    0

    Default Re: google base error??

    Quote Originally Posted by marvin View Post
    Do you have a suggestion as to why I have nothing in admin/tools??
    That file is the admin/googlefroogle.php file - just check to make sure it's there first and/or the correct one.

    I wonder if it's worth (or even good to do) wiping out all google related info from the data base and installing the install.sql instead of the upgrade1.10.2.sql I did.

    Could that be a plan? Anyone know how to go about this if this is a good path to take easy enough through Tools>Install SQL Patches?

  8. #8
    Join Date
    Jan 2010
    Posts
    182
    Plugin Contributions
    0

    Default Re: google base error??

    OK - in root/googlefroogle.php There is this LINE 38:
    PHP Code:
    @define('GOOGLE_PRODUCTS_DIRECTORY''feed/google/'); 
    So the config in admin must be set to feed/google/... check

    The old version was only feed/

    Still this damn warning:
    [FONT="Courier New"]
    No such file or directory in /opt/apache-2.2.13/htdocs/storename/admin/googlefroogle.php on line 185[/FONT]
    LINE 185:
    PHP Code:
    if ($handle opendir(DIR_FS_CATALOG GOOGLE_PRODUCTS_DIRECTORY)) { 
    Can this be hard coded to point directly?

  9. #9
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: google base error??

    I wonder if it's worth (or even good to do) wiping out all google related info from the data base and installing the install.sql instead of the upgrade1.10.2.sql I did.
    You mean the update.sql? When I set it up, I ran both. Ran the install.sql first and then the update.sql. Frankly, I don't know if I even needed to run the update patch after running the install patch. The update patch produced a duplicate entry error.

  10. #10
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: google base error??

    Quote Originally Posted by sbbemn View Post
    OK - in root/googlefroogle.php There is this LINE 38:
    PHP Code:
    @define('GOOGLE_PRODUCTS_DIRECTORY''feed/google/'); 
    So the config in admin must be set to feed/google/... check

    The old version was only feed/

    Still this damn warning:
    [FONT="Courier New"]
    No such file or directory in /opt/apache-2.2.13/htdocs/storename/admin/googlefroogle.php on line 185[/FONT]
    LINE 185:
    PHP Code:
    if ($handle opendir(DIR_FS_CATALOG GOOGLE_PRODUCTS_DIRECTORY)) { 
    Can this be hard coded to point directly?
    My googlefroogle.php file has the same entry, but my directory is setup as simply feed/, and is working fine.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Google Base Feeder error
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 Mar 2011, 06:03 AM
  2. Error When Creating/Exporting a Product Feed with Google Base Feeder
    By swansoninc in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 24 Feb 2010, 12:09 AM
  3. Google base import error...
    By steveo3279 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 18 Nov 2007, 08:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg