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

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    also ran the script again and got this error
    [14-Mar-2011 10:56:22] PHP Parse error: syntax error, unexpected T_ELSE in /home/toolsdra/public_html/includes/classes/db/mysql/query_factory.php on line 224
    i may not know how yet, but i soon will....i hope :)

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

    Default Re: Google Base Feeder Support Thread

    not sure wtf just happened but maybe the php.ini file has kicked in now...
    and it worked...just a few errors...like failed description below 15 chars
    so changed that in googlefroogle.php
    hopefully it works again this time


    nope, failed again...wtf
    Last edited by spid3r1987; 14 Mar 2011 at 04:32 PM.
    i may not know how yet, but i soon will....i hope :)

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by spid3r1987 View Post
    turned debug on and got this
    [14-Mar-2011 07:35:48] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /includes/classes/db/mysql/query_factory.php on line 215

    really do appreciate all this help
    Quote Originally Posted by spid3r1987 View Post
    also ran the script again and got this error
    [14-Mar-2011 10:56:22] PHP Parse error: syntax error, unexpected T_ELSE in /home/toolsdra/public_html/includes/classes/db/mysql/query_factory.php on line 224
    Quote Originally Posted by spid3r1987 View Post
    not sure wtf just happened but maybe the php.ini file has kicked in now...
    and it worked...just a few errors...like failed description below 15 chars
    so changed that in googlefroogle.php
    hopefully it works again this time


    nope, failed again...wtf
    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.
    Last edited by countrycharm; 14 Mar 2011 at 04:42 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #4
    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 :)

  5. #5
    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

  6. #6
    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 :)

  7. #7
    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 :)

  8. #8
    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

  9. #9
    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

  10. #10
    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 :)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Google Merchant Center Feeder for ZC v1.5.x [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 504
    Last Post: 19 Nov 2024, 03:50 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