Facebook Debugger Tool always replies 404 error - debugging

Does anyone know, why the debugger tool (https://developers.facebook.com/tools/debug) always reports a 404 error on the following link: www.rosenhof-tirol.at/top-angebote-sommer.html? The source code view of the page clearly shows the tags, which are reported missing. The CMS in use is Contao (www.contao.org). Other pages I implemented, do not have this problem. Link. Any ideas? Thank you in advance.
Kind regards
Wolfgang

The debugger reports a 404 error because your page is sending a 404 header.

Related

Codeigniter - Views stuck while loading

Few of my views are stuck while loading, browser shows loading but it never loads.
Any idea?
Thanks,
Adil
You have a syntax error in your view. Check the apache log and/or enable error reporting.

Recieving an AJAX CALL ERROR upon page load

Bear with me as this is my first question here. I will try to format it as best I can.
I have installed a contact form plugin to my wordpress site and after setting everything up, I am now getting an error when I load the page that states this:
AJAX CALL ERROR
Error: 0 error
Verify the attribute action of the form. It seems there is an error
I spoke with the developer and he is able to load it on his demo site, I ran the site in debug mode, and looked at the .htaccess information. He is telling me that there must be something wrong with the server configuration since it only shows on the front end. I don't see anything in the htaccess file which would cause this. I am not very familiar with Ajax or htaccess(a little but not much) so That is why I'm asking this here. Does anyone have a suggestion, because I'm at a loss right now. Thanks
Open up Chrome, go to "Tools" then "Developer Tools", then click on the "Network" tab, try to load the page and monitor the AJAX calls the form is making. You can click on them and look at the request and response headers and the content returned by all the AJAX calls. Find the one that is broken. Start your debugging there.
If the server is returning some sort of error, like a 500 error, then look at the contents of the page being returned, there may be a better error message there. If it's a 404 error, then you're form is trying to make an AJAX call to something the server can't find.

why won't my logo appear for my wordpress theme?

I'm having trouble with my logo image loading when you first arrive at the index page. It doesn't initially load. However if you click one of the internal pages, it will then load fine after that. any ideas?
http://wilsoncain.com/
http://karinjillkatz.com/
I'm using the same theme on both sites. The problem is the same on both.
Thanks for any suggestions, I have not been able to figure this out.
When you are loading your page, you do have a problem to load this picture : http://karinjillkatz.com/wp-content/themes/aries-orig/images/select_arrow.gif
You need to remove/correct the path so it won't break the rest of your website.
If you use Google Chrome (I am unsure if this feature exists in any of the other browsers as I do not use them), and right click anywhere on the page, you can click on Inspect Element which will sow you a bunch of details about the page.
In the inspector window, it will also tell you any errors that occured while loading the page... On your site (WilsonCain), 5 erros arose:
404: http://wilsoncain.com/wp-content/themes/aries/images/module_line.png
404: http://wilsoncain.com/wp-content/themes/aries/images/select_arrow.gif
404: http://wilsoncain.com/wp-content/themes/aries/Aaargh-webfont.woff
404: http://wilsoncain.com/wp-content/themes/aries/Aaargh-webfont.ttf
404: http://wilsoncain.com/wp-content/themes/aries/Aaargh-webfont.svg
And on your site (Karin Jill), 1 error arose:
404: http://karinjillkatz.com/wp-content/themes/aries-orig/images/select_arrow.gif
I would begin by looking into these images and correcting any paths to files that may no longer exist, or may have been renamed.

Google Ads Sense does not showing on Magento Site

I have added google adsense at the footer of my magento(1.5.1) site.but does not showing.After inspecting with firebug i got following error on console..
""NetworkError: 400 Bad Request - http://googleads.g.doubleclick.net/pagead/ads?..."
I am using both prototype & jquery in my site.my web site url http://medicalequipmentsupplies.co/.
I have tested google ad sense code i used is correct.
Please Help me...
Thanks

CodeIgniter 2.x 404 error routing

Does the new 404 error functionality in CodeIgniter 2.x actually send a 404 error to the server so it can be tracked by analytics? Or do I need to do something in my controller? A little further digging and I found the answer at the bottom of this page:
http://codeigniter.com/forums/viewthread/164957/#790005
If you're talking about the $route['404_override'] page, it does not send a proper 404 status code by itself. I recently filed a bug report about this.
The fix in the forum post seems perfect, just making sure you set the header manually via $this->output->set_status_header('404'); in whichever method you define as the default 404. The only problem I can think of is if you want 404's to load your home page or something.
There is another issue with this as well, valid controllers with invalid methods will show the default error page instead of the custom one. You can see some reports of this on the issue tracker.
Hopefully they will correct this in future releases, and make setting the header automatic.

Resources