• Resolved Vengeance

    (@gavintfn)


    I have 2 errors that are occuring…
    1. when i try to create a custom feed, the feed fails to be created, (however, a tmp feed is created) and then the settings can not be updated, nor the feed run.

    Its producing a 500 response from wp-admin/admin-ajax.php

    but is occuring in wp-db.php and being caused by admin.php, The apache error is as follows:

    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/xxxxxxx.com/public_html/wp-includes/wp-db.php on line 2128, referer: https://xxxxxx.com/wp-admin/admin.php?page=woosea_manage_feed

    the line in wp-db.php is fetching a result from mysql (obviously)
    it is

    while ( $row = mysqli_fetch_object( $this->result ) ) {

    so the query must be pulling back a recursion….
    its been to long since I have messed with query logging… any chance you have seen this problem with custom feeds, static columns, and csv formats?

    The second error…
    Notice: Trying to access array offset on value of type bool in /var/www/html/xxxxxxx.com/public_html/wp-content/plugins/woo-product-feed-pro/pages/admin/woosea-manage-settings.php on line 13

    not so worried about the second one, as it is just your license info array, which I have not purchased yet, but would be glad to,
    should we solve the first error : )

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Thanks for using our plugin and reaching out to us.

    It seems like the plugin is running into a server configuration limitation, in particular the maximum allowed memory usage.

    There are two potential options to try solving this:

    • The most obvious one is to increase the maximum allowed memory usage in your PHP.ini file
    • Lowering the batch size of the plugin so it uses less memory. The default batch size is 750 products per batch. Try lowering it to 250. This is how you can do so: https://adtribes.io/batch-size-configuration-product-feed/

    Hope this helps?

    Assuming the issue at hand has been resolved and our support is no longer required I am going to close this topic for now for housekeeping-reasons. Do not hesitate to reach out to us again when you need our help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘admin-ajax.php error + woosea-manage-settings.php’ is closed to new replies.