Page 256 of 357 FirstFirst ... 156206246254255256257258266306356 ... LastLast
Results 2,551 to 2,560 of 3563
  1. #2551
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    got a short video of what happens if ya wanna check that???
    http://www.youtube.com/watch?v=DtDmuN9-Hag
    i may not know how yet, but i soon will....i hope :)

  2. #2552
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    If it still is not working right make a php.ini file and put it in your root of your server with the info I provided for you. That should take care of the problem Maximum execution time timing out.
    The failed description below 15 chars means that it will not create that links for anything under the 15 chars minimum. Has to be more or it will not create it.
    created the php.ini file mate
    still not working properly
    the 15 chars thing is not a problem, change the googlefroogle.php min chars down to 10 instead of 15....
    i may not know how yet, but i soon will....i hope :)

  3. #2553
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by spid3r1987 View Post
    created the php.ini file mate
    still not working properly
    the 15 chars thing is not a problem, change the googlefroogle.php min chars down to 10 instead of 15....
    Make sure in /web-site-root/includes/.htacess that line 26 has the xsl|XSL included. If not

    on line 26 you will find:
    <FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$">

    Change the line to:
    <FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">

    Check your admin and see if gzip compression is turn on if it is turn it off and see if that has any effect.

    Check for extra white spaces. Look through them and Replace the files ending
    ?>
    by
    // EOF

    I have a script that will do it for you if you are interested. The link is here.
    Download it and run it to check for extra white spaces. Down load it and extract it, and up-load it to your server root, run the script like this. http://www your.com/found_extra_space.php to check for white spaces of all you file on your site.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #2554
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    Make sure in /web-site-root/includes/.htacess that line 26 has the xsl|XSL included. If not

    on line 26 you will find:
    <FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$">

    Change the line to:
    <FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">

    Check your admin and see if gzip compression is turn on if it is turn it off and see if that has any effect.

    Check for extra white spaces. Look through them and Replace the files ending
    ?>
    by
    // EOF

    I have a script that will do it for you if you are interested. The link is here.
    Download it and run it to check for extra white spaces. Down load it and extract it, and up-load it to your server root, run the script like this. http://www your.com/found_extra_space.php to check for white spaces of all you file on your site.
    my .htaccess already had xls|XLS in it
    your script has found 4 files with the extra white space bit on it.

    /includes/templates/template_default/common/tpl_columnar_display.php Yes
    /includes/templates/template_default/common/html_header.php Yes
    /googlecheckout/shipping_methods.php Yes
    /googlecheckout/shipping_methods_uk.php Yes

    so what your saying is at the end of these files after ?> on the next line i put //eof
    i may not know how yet, but i soon will....i hope :)

  5. #2555
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Also make sure you configure the out put feed file correctly in configuration/Google_Base_Feeder_Configuration Output File Name.

    Make sure CHMOD the feed folder to 777.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #2556
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    added // EOF to files but still not working
    i may not know how yet, but i soon will....i hope :)

  7. #2557
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by spid3r1987 View Post
    my .htaccess already had xls|XLS in it
    your script has found 4 files with the extra white space bit on it.

    /includes/templates/template_default/common/tpl_columnar_display.php Yes
    /includes/templates/template_default/common/html_header.php Yes
    /googlecheckout/shipping_methods.php Yes
    /googlecheckout/shipping_methods_uk.php Yes

    so what your saying is at the end of these files after ?> on the next line i put //eof
    Let me keep digging.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #2558
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    Also make sure you configure the out put feed file correctly in configuration/Google_Base_Feeder_Configuration Output File Name.

    Make sure CHMOD the feed folder to 777.
    yup google feeder config is ok
    and folders for feed are chmod 777..
    gzip compression is now off and feed file compression is off
    i may not know how yet, but i soon will....i hope :)

  9. #2559
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread


    google base settings??
    i may not know how yet, but i soon will....i hope :)

  10. #2560
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by spid3r1987 View Post
    yup google feeder config is ok
    and folders for feed are chmod 777..
    gzip compression is now off and feed file compression is off
    What version of Google Base Feeder are you using?
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

Similar Threads

  1. v150 Google Merchant Center Feeder for ZC v1.5.x [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 502
    Last Post: 19 Sep 2023, 06:04 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR