admin-ajax.php error + woosea-manage-settings.php
-
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 iswhile ( $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 13not 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 : )
- The topic ‘admin-ajax.php error + woosea-manage-settings.php’ is closed to new replies.