• Home
  • Get help
  • Ask a question
Last post 9 hours 58 min ago
Posts last week 81
Average response time last week 4 hours 29 min
All time posts 67914
All time tickets 10497
All time avg. posts per day 20

Helpdesk is open from Monday through Friday CET

Please create an (free) account to post any question in the support area.
Please check the development versions area. Look at the changelog, maybe your specific problem has been resolved already!
All tickets are private and they cannot be viewed by anyone. We have made public only a few tickets that we found helpful, after removing private information from them.

#979 – 404 page displays in HTML text

Posted in ‘sh404SEF’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Wednesday, 09 September 2015 13:16 UTC
BrianLisle
Howdy! I noticed that the 404 page is now displaying in html text, not the actual 404 page as you would expect.
The site is multilingual, english and french. The 404 article page is set to all languages.
www.xxxx.com

Thanks! 
Wednesday, 09 September 2015 13:21 UTC
wb_weeblr
Hi

This is happening because the document type returned is "text/css" instead of "text/html".
One of your extensions (usually a system plugin) is doing that, we have seen it in the last few weeks already but, for the life of me, I can't remember which plugin was causing that.

Can you try disabling the system plugins that are not essential, one by one?

Rgds
 
Wednesday, 09 September 2015 13:38 UTC
BrianLisle
Tried that. Didn't help. However, if I go to www.xxxx.com/404, it does display correctly. That page is on a menu that is not displayed, it is set in the config as the 404 menu item.
??
Wednesday, 09 September 2015 13:51 UTC
wb_weeblr
Hi

www.xxxx.com/404
You should not have such URL, or rather it should not be accessible and should trigger a 404,but that's another problem.

The reason that page displays is because it's a 200, and the faulty plugin doesn't cause any damage. However, when the page is a real 404, it changes the content type.

Please provide superadmin access, I'll try run a few tests. If I can't find the faulty plugin online, I'll get a backup (with akeeba) and install locally to be able to debug.

Rgds
 
Wednesday, 09 September 2015 13:55 UTC
BrianLisle
www.xxxx.com/administrator
xxxx
xxxx

Thanks for your help!
B
Wednesday, 09 September 2015 14:48 UTC
wb_weeblr
Hi

So the bug is in the Google Ajax Feed module:

in file /modules/mod_gajaxfeeds\gajaxfeeds.htm, on line 47, they do:
<?php header("Content-type: text/css"); ?>

which is totally wrong and comes from nowhere. You need to comment out this line as o:
<?php //header("Content-type: text/css"); ?>


It's worth noting that the problem only becomes visible when using your Artisteer template. With standard Joomla template, all work fine.

Rgds
 
Wednesday, 09 September 2015 14:49 UTC
wb_weeblr
Of course, I'd suggest reporting the issue to the developers, where you got this module, I such fix will not survive any update on their part - unless they already have fixed the problem of course.

Rgds
 
Wednesday, 09 September 2015 16:31 UTC
BrianLisle
Awesome! (I was wondering why disabling all those plugins didn't work... Because the issue was a module! Just goes to show... if it isn't a plugin, it's a module... LOL)
Thanks so much, I did report it to the developers through a contact form as they have no support for that little module. I'm not sure I'm even going to keep it. I certainly won't buy their "Pro" version! (And don't get me started on that template... the front page is supposed to have some photo slide shows, but they don't work. It's been over a week waiting on their "Engineering Department" to "Research" the issue...)
Thanks so much!
You guys are the best!
Thursday, 10 September 2015 07:56 UTC
wb_weeblr
Hi

Usually it's 1/ plugins 2/ template 3/ modules.

Which is why it took some time cause after debugging through the entire plugins set, then through the template I turned to the modules.

Closing this ticket now, feel free to open a new one as needed. If you do so, please mention this ticket number in the new one.


Rgds
 
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.