Page 13 of 51 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 505
  1. #121
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    I have recently upgraded to 1.5.1 from 1.3.9 and installed the latest 1.14.1 version without any visual issues.
    Configured the plugin to match my 1.3.9 setting etc and ran the function but it fails to create the feed file.
    Switch debug on and i get about hal way though my product list and get the following error
    id: 2581, price: 1328.06, description length: 352 - including - success
    id: 2582, price: 184.99, description length: 1288 - including
    WARNING: An Error occurred, please refresh the page and try again.WARNING: An Error occurred, please refresh the page and try again.


    how do i solve this??

  2. #122
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    plug in working fine if i do 500 products at a time... but that 6 takes ages!!
    old plugin on 1.3.9 used to do the whole site in one go no problem

  3. #123
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    since upgrading plugin fails!

    id: 2532, price: 54.99, description length: 530 - including - success
    WARNING: An Error occurred, please refresh the page and try again.WARNING: An Error occurred, please refresh the page and try again.

    debug log is pointless as the error doesn't help at all.

    Have upped my memory on my VPS and etc etc etc and no difference.

  4. #124
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    I have done a complete uninstall and a complete reinstall and still no joy.

    nothing in the ZC logs or server error logs

  5. #125
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    also noted that the install instructions are FAQ are incorrect, as it says about editing the php file... but sure this isn't needed anymore as this version has the memory and time etc in the config options.

  6. #126
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    checked my debug file again and have this error

    [09-Dec-2013 13:31:22 Europe/London] PHP Warning: include(/home/xxxxxx/public_html/xxxxxx/includes/languages/english/npf_definitions/.svn) [<a href='function.include'>function.include</a>]: failed to open stream: Inappropriate ioctl for device in /home/xxxxxx/public_html/xxxxxx/includes/languages/english/extra_definitions/npf_defines.php on line 34
    [09-Dec-2013 13:31:22 Europe/London] PHP Warning: include(/home/xxxxxx/public_html/xxxxxx/includes/languages/english/npf_definitions/.svn) [<a href='function.include'>function.include</a>]: failed to open stream: Inappropriate ioctl for device in /home/xxxxxx/public_html/xxxxxx/includes/languages/english/extra_definitions/npf_defines.php on line 34
    [09-Dec-2013 13:31:22 Europe/London] PHP Warning: include() [<a href='function.include'>function.include</a>]: Failed opening 'includes/languages/english/npf_definitions/.svn' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxx/public_html/xxxxxx/includes/languages/english/extra_definitions/npf_defines.php on line 34


    which appears to be with the additional products info plugin the UPC and barcode numbers etc.... corrected to the resion i get the
    WARNING: An Error occurred, please refresh the page and try again.


    WARNING: An Error occurred, please refresh the page and try again.

    set the UPC to false in the config and still get the error!!

    as said mod working if i set a lower limit, ie 500 products at a time, but i need all products in one file as the feed is also used for other apps
    Last edited by kitcorsa; 9 Dec 2013 at 02:42 PM.

  7. #127
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Something is wrong with you npf configuration/setup, please resolve this (other thread) and then this should be resolved

  8. #128
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    resolved the npf errors above but still getting

    WARNING: An Error occurred, please refresh the page and try again.
    WARNING: An Error occurred, please refresh the page and try again.

    nothing in the error logs!!

  9. #129
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Have you tried narrowing it down to which category it stops generating at? Generate a feed one category at a time. Even though you don't get an error log for it, I wonder if you have any special characters in one or more descriptions which is choking it.

  10. #130
    Join Date
    Mar 2012
    Posts
    13
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Firstly, apologies if this is the wrong support thread, I'm not sure which version of the plugin our website's using and not sure how to find out.
    We just want to add an EAN to our product feed, should be simple, right?
    We tried setting the EAN/UPC value in the feed config to true and tried putting the EAN in the UPC field on our product listings, and we got an error when trying to upload the feed. The error is as follows:
    Code:
    Processing: Feed - Yes, Upload - No
    
    1054 Unknown column 'p.products_ean' in 'field list'
    in:
    [SELECT distinct(pd.products_name), p.products_id, p.products_model, pd.products_description, p.products_image, p.products_tax_class_id, p.products_price_sorter, p.products_priced_by_attribute, p.products_type, GREATEST(p.products_date_added, IFNULL(p.products_last_modified, 0), IFNULL(p.products_date_available, 0)) AS base_date, p.products_date_available, m.manufacturers_name, p.products_quantity, pt.type_handler, p.products_condition, p.adwords_labels, p.excluded_destinations, p.products_weight, p.products_upc, p.products_isbn, p.products_ean FROM products p LEFT JOIN manufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN products_description pd ON (p.products_id = pd.products_id) LEFT JOIN product_types pt ON (p.products_type=pt.type_id)WHERE p.products_status = 1 AND p.products_type <> 3 AND p.product_is_call <> 1 AND p.product_is_free <> 1 AND pd.language_id = 1 GROUP BY pd.products_name ORDER BY p.products_id ASC;]
    Ideally we'd like to just add a new field into our product listings to input the EAN, but not sure what edit we'd have to make to the plugin code to make it recognize that field as the EAN and give that info to Google.

    Any help at all would be greatly appreciated. The site is ravsappliances.com, running on Zencart version 1.3.8a

 

 
Page 13 of 51 FirstFirst ... 3111213141523 ... LastLast

Similar Threads

  1. v151 Google merchant Centre Feeder query
    By Phil Lomas in forum General Questions
    Replies: 13
    Last Post: 24 Dec 2013, 03:37 AM
  2. Google Base Feeder Support Thread [OLD]
    By numinix in forum All Other Contributions/Addons
    Replies: 3562
    Last Post: 2 Apr 2012, 06:30 PM
  3. Removing products from Google Merchant Feeder
    By wonderbread101 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 24 Dec 2011, 05:31 PM
  4. Google Merchant Center for Dummies?
    By xcergy in forum General Questions
    Replies: 7
    Last Post: 31 Mar 2010, 06:19 AM

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