Error with the Feedburner for my wordpress website - wordpress

This is my Wordpress website: https://noshdaily.com/
The https://noshdaily.com/feed/ feed is already there, however, when I am trying to use https://feedburner.google.com I am getting the following error:
An error occurred connecting to the URL: internal error
After that when I do confirm validity now it takes me here: http://www.feedvalidator.org/check.cgi?url=https%3a%2f%2fnoshdaily.com%2f
and generates the following error:
Not Found
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
How can I fix this?

Still evidently an issue. Your SSL/TLS certificate is not valid - no trusted root certificate.
https://validator.w3.org/feed/check.cgi?url=https://noshdaily.com/feed/

Related

This page isn’t working. HTTP ERROR 500. But when I refresh it works everytime

I'm not sure how to replicate the error but every once in a while when I try to access the website i get this error and upon refreshing it immediately starts working again.
That's not the only issue, when I try to access sub pages other than the home page (like /products, /contact-us, etc) i get this error "Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request."
I'm very inexperienced with all of this, especially wordpress websites so i'd appreciate any suggestions even if theyre basic.
Thank you.

Need some solution for resolving a 404 error of WordPress AMP

I'm a beginner of AMP from Japan.
Now I'm in trouble dealing with a error that is output when I introduce AMP into my WordPress webpage.
I cloud activate the AMP plugin and display an AMP of the post page without problem.
But the following error was output on my browser console when I added #development=1 to the end of URL of the post AMP to confirm whether the post AMP was configured as a valid AMP on Google.
Failed to load resource: the server responded with a status of 404 ()
https://cdn.ampproject.org/v0/validator_minified.js.sourcemap
Then I accessed to the above URL described in the error message, the following error page was displayed.
Google
404. That’s an error.
The requested URL /v0/validator_minified.js.sourcemap was not found on this server. That’s all we know.
I guess the output post AMP may not be recognized by Google as a structure of AMP if this error page was displayed.
But I have no idea to resolve the 404 error and can't progress any more.
In other words, I'd like to know some solution and hints to resolve the 404 error in order that Google recognizes my post AMP.
If you have some solution or hints, I'd be very helpful if you provide them for me.
Thanks in advance.
clear your cache in the server and delete your log. Blocking an malicious IP trafics and your see the IP in 30 per connection then you want blocked the IP.
Using proxy or like mitigation

Indexing is not working

Just wondering if someone can help.
I have setup alogolia plugin in wordpress and try to index the content. However, only some data is indexed and I keep getting an error on the indexing page in woocommerce.
I get the following error:
wp_remote_post() failed, indexing won't work. Checkout the logs for more details.
URL called: https://www.latestbuy.com.au/wp-admin/admin-post.php
Also, when I try to search on the site, I get the following error in the console
POST https://02ywvd0g5t-dsn.algolia.net/1/indexes/wp_terms_product_cat/query?x-a…plication-id=02YWVD0G5T&x-algolia-api-key=9bf593cf7f7dd2a8388ab640dd14a924 404 (Not Found)
Uncaught Error: Index wp_terms_product_cat does not exist(…)
I have tried this on two different servers and two different hosts and get the same issue.
Any one experienced this?
Thanks.
Vish
The plugin does need your WordPress instance to be able to reach itself over http or https protocol.
This is required so that we avoid reaching max memory limit or max execution time limit.
In your case you are using SSL.
If your ssl certificate is not valid or can not be handled by your openssl library AND your website is also available over http, you can add the following line to your wp-config.php file:
define( 'ALGOLIA_LOOPBACK_HTTP', true );
This will force the loopback calls to happen over http instead of https.
If that doesn't solve your issue, please post the log details of wp_remote_post error available on the 'Logs' page as a comment.

While appending the query string Error Summary HTTP Error 403.0 - ModSecurity Action error comes

I am working in web application as soon as I append query string to
something.com/Result.aspx?type=5&city=Kanpur&refine=/or/Vendor_Value_Table.Feature_ID=19/and/(SELECT/CASE/WHEN/ISNUMERIC(value_text)/=/1/THEN/CAST(value_text/AS/INT)/ELSE/-1/END)/between/0/and/100
It gives me this error
HTTP Error 403.0 - ModSecurity Action
You do not have permission to view this directory or page.
While this url is working fine in local host
What I am doing wrong kindly help.

Internal Error Message in Drupal when saving edits

My site is built with Drupal 7.19.
When I make an edit to a page, I get this message:
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster#xxxxxx.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."
I checked my log messages, and I noticed I have many, many "page not found" with a message of "favicon.ico". I found this info but it did not fix: http://web3us.com/drupal6/how-create-web-site-handbook/how-setup-drupal-5/how-fix-faviconico-page-not-found-drupal
The edits to the page are reflected, but why this message? There is no 404 or 500 associated.
The missing favicon has nothing to do with the Internal Server error. The most likely issues is that your PHP memory limit is too low.
Drupal 7 suggested memory limit is 128MB. You can change the limit in your settings.php file in the default (sites/default/settings.php) folder by adding the following line:
ini_set('memory_limit','128M');

Resources