• Resolved brutalarmy

    (@brutalarmy)


    Hello,

    I have a php error on my wordpress website. How can i fix it ? Thank you.

    The CommonOverride.php 81. line is:

    $parsed_rules = FeedHelper::parse_feed_rules( $item[‘option_value’][‘feedrules’] );

    Status log:

    Fatal error: Uncaught TypeError: Cannot access offset of type string on string in?/var/www/clients/client262/web683/web/XY/wp-content/plugins/webappick-product-feed-for-woocommerce/V5/Override/CommonOverride.php:81

    CRITICAL Uncaught TypeError: Cannot access offset of type string on string in /var/www/clients/client262/web683/web/XY/wp-content/plugins/webappick-product-feed-for-woocommerce/V5/Override/CommonOverride.php:81
    Stack trace: 0 /var/www/clients/client262/web683/web/XY/wp-includes/class-wp-hook.php(324): CTXFeed\V5\Override\CommonOverride->woo_feed_prepare_item_for_response_callback() 1 /var/www/clients/client262/web683/web/XY/wp-includes/plugin.php(205): WP_Hook->apply_filters() 2 /var/www/clients/client262/web683/web/XY/wp-content/plugins/webappick-product-feed-for-woocommerce/V5/Helper/FeedHelper.php(554): apply_filters()

Viewing 5 replies - 1 through 5 (of 5 total)
  • Shahed

    (@shahedbd71)

    Hello,

    Thanks for reaching us,

    So far we could understand you’re encountering an error with CTX Feed.

    Can you please provide more details about when the issue started occurring? Was it after updating to the latest version or after installing a plugin? This information will help us pinpoint the cause of the issue.

    It appears to be a problem specific to this site. Please contact us from here for further help.

    Thread Starter brutalarmy

    (@brutalarmy)

    It’s been a problem for a while, I don’t think it’s another plugin that’s causing the problem, it’s more in the code.

    WordPress: 6.4.4

    Theme: Generatepress

    CTX Feed: 6.4.25

    The error encountering is a TypeError which indicates a problem with how data types are being handled in your code. Specifically, the error message Cannot access offset of type string on string suggests that the code is attempting to use string offset access on a variable that’s actually a string, rather than an array or an object that supports this kind of access.

    • This reply was modified 11 months ago by brutalarmy.
    Shahed

    (@shahedbd71)

    Hello,

    Thanks for reaching us,

    Thanks for your concern. We have resolved the issue, and it will be included in the upcoming release.

    Hello @brutalarmy

    The issue you mentioned has been resolved in our latest version. Update the plugin to the latest version. Please mark this thread resolved if it works for you. Have a nice day! ??

    • This reply was modified 10 months, 3 weeks ago by Shahed.
    Plugin Support mansary

    (@mansary)

    Hi,

    We hope you’re having a great experience using CTX Feed. Since we haven’t received any further replies on this topic, we’ll be marking it as resolved for now.

    If you have any additional questions or need assistance, feel free to start a new conversation. We’re always here to help!

    Best regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal error: Uncaught TypeError’ is closed to new replies.