Hi everyone I have developed an drupal website but when it loads the website at the bottom there is an error occuring in the site.
Error:
The website encountered an unexpected error. Please try again later.
But when i refresh it again the error goes away.
What is the solution to avoid the error when the website loads for the first time?
Please search before you post a question. Adding a link which has already answered this question
https://drupal.stackexchange.com/questions/49905/the-website-encountered-an-unexpected-error-please-try-again-later
Related
my website is on React and when I refresh a page it shows 404 found find. I tried many times but have not got a solution yet.
you might want to check all services , sometimes due to this just might be the issue
I am having issue while displaying pdf from data URI. I have tried this solution after looking a lot in google, do you guys think I have made any mistake ?
This is the link for codesandbox.
https://codesandbox.io/s/pdf-view-reactjs-4ygjc
I am trying to get a redirect working from site a to site b with a parameter in the url. For example, I want to go from example.com to mysite.com?code=abc
When doing so, I get a 404 error. The page could not be found. When I manually browse to mysite.com?code=abc , it does get found. Does anyone know what causes this issue? All help is greatly appreciated.
Seems like it's just Intellij which doesn't support this. I tried with another site and it turned out fine.
I have began studying AngularJS (wish me luck) and I am already running into a problem. Instead of seeing "My First Angular 2 App" I am seeing "loading ..."
I uploaded to the server - I am seeing My First Angular 2.
Does anyone have any idea what is going on?
Thanks
Google Webmaster Tools is giving me loads of crawl Errors of a certain type but I just can't see where its getting it from
Its reporting that the error is a 404 on this page (which definitely doesn't exist)
http://www.soundshelter.net/artist/www.soundshelter.net/artist/Arnold+Jarvis
and its being linked to from this page
http://www.soundshelter.net/artist/Arnold+Jarvis
There is no link to the first page anywhere on that second page. I am getting the same error for so many of the pages on my site (all dynamically created)
Any ideas why this is happening? Could it be something to do with the way I'm creating links in the code?
Arnold Jarvis
Cheers!
Hay Franco the problem is in your canonical code in your website thats create all the 404 errors.
For example take this page
http://www.soundshelter.net/artist/Arnold+Jarvis
on line 33 you will see this line
<link rel="canonical" href="www.soundshelter.net/artist/Arnold+Jarvis" />
This line create the 404 page across all of your CMS system its probably some of the system addons if you will add there http:// all of your 404 pages will be fixed:)