• Resolved dimas3399

    (@dimas3399)


    hi admin ijust want ask how to solve this proble with this error :
    Notice: Undefined index: Keywords in /home/u921447602/public_html/wp-content/plugins/amazon-product-in-a-post-plugin/inc/amazon-product-in-a-post-aws-signed-request.php on line 850

    Notice: Undefined index: SearchIndex in /home/u921447602/public_html/wp-content/plugins/amazon-product-in-a-post-plugin/inc/amazon-product-in-a-post-aws-signed-request.php on line 850

    thanks

    https://ww.wp.xz.cn/plugins/amazon-product-in-a-post-plugin/

Viewing 1 replies (of 1 total)
  • This can be solved by turning off the notices for error display on your site. When you see any errors that start with “Notice:” or “Strict:”, it is usually because you have the WP_DEBUG more set to ‘true’ in your config file, or your php setting are set to display notices and warnings (and errors) to the screen (which is not advisable on a live site for security reasons).

    As it relates to the plugin, we try to make sure we don’t have any of these notices and warnings, but sometimes they happen. They are not actually Errors because php continues on after notifying you of the issue, but still can be really annoying.

    The best thing to do in this case, is to turn them off. The plugin has a spot in the options where you can turn off displaying the Warnings and Notices. Go to the plugin options and click the “advanced option” tab. Then click “Quick Fix – Hide Warnings?” and update. This should turn them off for you.

    Warm regards,
    Don

Viewing 1 replies (of 1 total)

The topic ‘Error with aws’ is closed to new replies.