Jump to content
thirty bees forum

Binder

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Binder

  1. 26 minutes ago, datakick said:

    This is not problem with thirtybees, this is problem inside the module itself. You will get the same php notice when you run it inside tb or ps. Note that this is just a notice. You can choose not to notice it 🙂

    I use the module for google shopping feed and some other PPC sites.

    If i choose to ignore the notice how do I get the module to work in thirty bees? I've been using the module on my live prestashop 1.6.1.18 site for the last few years but decided to change to thirty bees so I've made a clone of my prestashop and migrated to thirtybees for testing but the module stopped working. When trying to create an XML it shows "You have not selected any feeds or services, XML files cannot be created.

  2. Hi Billy

    I have reinstall the module with debug enabled. When I tried to save my new XML feed I received the below error.

     

    Notice: unserialize(): Error at offset 5 of 295 bytes in /home/XXXXXXX/public_html/modules/prestacenterxmlexportfree/controllers/admin/PcXmlFreeController.php on line 116

    Warning: Cannot modify header information - headers already sent by (output started at /home/XXXXXXX/public_html/modules/prestacenterxmlexportfree/controllers/admin/PcXmlFreeController.php:116) in /home/XXXXXXX/public_html/classes/Tools.php on line 313

  3. Hi Billy

     

    Thank you for the reply.

    I have attached the version 1251 I was using on my prestashop 1.6.1.18 site with PHP version 5.6.40. Hope this will help.

    The feed is still working on my prestashop site but not on the duplicate test site I have migrated to thirtybees.

    When I click on Create XML I receive the following message You have not selected any feeds or services, XML files cannot be created.

     

    prestacenterxmlexportfree1251.zip

  4. On 4/9/2019 at 6:04 PM, M5150 said:

    I struggled to upload csv files and found this in the forum

    @hedgehog that's definitely enough memory. So the culprit must be somewhere else. Could you please try to modify this line in classes/Tools.php and change it to look like this:

    'verify' => _PS_TOOL_DIR_.'cacert.pem',https://forum.thirtybees.com/topic/2380-2380/csv-product-import-error-copying-image/?page=0#comment-23653

    after changing it i could upload csv file .you might have to regenerate images .

     

    Just checked, I see I have already tried that:(

     

  5. 1 hour ago, Jonny said:

    I guess that's a time-out error

    1. Enable the "Skip thumbnails regeneration" option, because generating thumbnails would cost a lot of time, you can generate thumbnails later. 

    2. Split your csv files to small ones, like 10 products per file.

    I'm only importing ID, Stock QTY and Price with "Skip thumbnails regeneration" Enabled. I'm not uploading new product, just updating prices and stock.

    Updating 10+ products is not an option as I need to update 25000 products daily.

    The csv file i'm using uploaded without any errors on my other website so this must be a server or website problem. I have also tried different hosting and PHP settings as per above post.

  6. Good day all

    Please advise on how to trace what is causing the below error on my site when uploading csv?

    Csv import gives “Errors occurred:  error” when trying to upload using ID, Stock QTY and Price.

    Sometimes I will receive the error at 3% uploaded then when I try again with the same csv I will get the error at 15% or 85%. The csv uploads correctly on my other site so there is nothing wrong with the file. I’m using the below PHP settings and also tried higher settings.

    • max_execution_time=6000
    • max_file_uploads=50
    • max_input_time=10000
    • max_input_vars =10000
    • memory_limit=1G
    • output_buffering=4096
    • post_max_size=256M
    • session.gc_maxlifetime=1440
    • upload_max_filesize=128M

    I'm using thirtybees 1.0.8

    I have also tried importing with below changes.

    Template compilation set to: Never recompile template files

    Disabled all non thirtybees modules and overrides

    Set all of the below settings to NO

    • Smart cache for CSS
    • Smart cache for JavaScript
    • Compress inline JavaScript in HTML
    • Move JavaScript to the end
    • Apache optimization
    • Keep JS and CSS files
×
×
  • Create New...