news- and blogdetailpage not working on Chrome
news- and blogdetailpage not working on Chrome
Hello,
For some reason both the (default) news and the cgblog module shows the overview, with a link to the detailpage (/blog/1/68/first-item.html).
When i visit that link in Chrome, it will show me the news/blog overview again, and not the detailpage. It works fine on IE, Firefox and Safari.
Im working on CMSMS 1.11.4, and everything is updated and im using friendly url's. Hostingprovider doesnt let me in the error-logs. sigh
Any idea's how i can sort this?
For some reason both the (default) news and the cgblog module shows the overview, with a link to the detailpage (/blog/1/68/first-item.html).
When i visit that link in Chrome, it will show me the news/blog overview again, and not the detailpage. It works fine on IE, Firefox and Safari.
Im working on CMSMS 1.11.4, and everything is updated and im using friendly url's. Hostingprovider doesnt let me in the error-logs. sigh
Any idea's how i can sort this?
Re: news- and blogdetailpage not working on Chrome
I would turn debug on in config.php
That may give you some clue about what may be the issue.
Code: Select all
$config['debug']=true;
Re: news- and blogdetailpage not working on Chrome
turned it on.
Im looking at a detailpage (/blog/1/68/first-blogitem.html)
On Firefox first reference i found:
Debug display of 'CMSModuleDbTemplateResource startCGBlog;detailSample':(2,673472) - (usage: 21251144) - (peak: 21337760)
While on Chrome it states:
Debug display of 'CMSModuleDbTemplateResource startCGBlog;summarySample':(0,24518) - (usage: 21471800) - (peak: 21872704)
which is 'correct' i guess
Im looking at a detailpage (/blog/1/68/first-blogitem.html)
On Firefox first reference i found:
Debug display of 'CMSModuleDbTemplateResource startCGBlog;detailSample':(2,673472) - (usage: 21251144) - (peak: 21337760)
While on Chrome it states:
Debug display of 'CMSModuleDbTemplateResource startCGBlog;summarySample':(0,24518) - (usage: 21471800) - (peak: 21872704)
which is 'correct' i guess
Re: news- and blogdetailpage not working on Chrome
Hmm last hour i wasnt working on this specific issue.
In fact i was working on a totally different CMSMS website, on a totally different ISP.
I was toying arround with ListItExtended, which makes it possible to create catalogs like a faq. I have EXACTLY the same problem now.
Created a very simple faq. With only a question and an answer. The answer is shown on the detailpage. It works like a charm. In every browser except in Chrome.
At first i thought i had hit some kind of major Chrome bug in CMSMS, since its now appearing on 2 sites of mine. now im thinking my Chrome browser is the badguy here.
I just checked both websites on my MacBook with Chrome... and everything is fine!
The Chrome browser that gives the problems is version 25.0.1364.172, installed on Windowns Vista pc.
Its getting late now, so im guess im going to bed. Maybe somebody has a an idea overnight
Tnx for reading anyways
In fact i was working on a totally different CMSMS website, on a totally different ISP.
I was toying arround with ListItExtended, which makes it possible to create catalogs like a faq. I have EXACTLY the same problem now.
Created a very simple faq. With only a question and an answer. The answer is shown on the detailpage. It works like a charm. In every browser except in Chrome.
At first i thought i had hit some kind of major Chrome bug in CMSMS, since its now appearing on 2 sites of mine. now im thinking my Chrome browser is the badguy here.
I just checked both websites on my MacBook with Chrome... and everything is fine!
The Chrome browser that gives the problems is version 25.0.1364.172, installed on Windowns Vista pc.
Its getting late now, so im guess im going to bed. Maybe somebody has a an idea overnight
Tnx for reading anyways

Re: news- and blogdetailpage not working on Chrome
Did you set a detailpage in the admin of those modules..?
Re: news- and blogdetailpage not working on Chrome
Yes tried that, but didnt work as well. Now im just using {cgblog} and {news} in its most basic form
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: news- and blogdetailpage not working on Chrome
I'm not sure how you have things setup... but whenever there are weird things going on that are browser dependant I tend to suspect either validation errors, or javascript errors.
You should ensure that all of your pages validate, and double check the javascript error console.
You should ensure that all of your pages validate, and double check the javascript error console.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: news- and blogdetailpage not working on Chrome
The code runs without error on w3c validator, and the js console doesnt show errors.
http://www.debananenrepubliek.com/blog/ ... gitem.html
This is the link involved. It renders the detail lorum ipsum on all browsers but chrome. Chrome simply shows the same page as http://www.debananenrepubliek.com/blog but it has the correct url.
Can anybody confirm this behaviour from Chrome.... or is it really my browser that is bugging out on me.
Thanks in advance!
http://www.debananenrepubliek.com/blog/ ... gitem.html
This is the link involved. It renders the detail lorum ipsum on all browsers but chrome. Chrome simply shows the same page as http://www.debananenrepubliek.com/blog but it has the correct url.
Can anybody confirm this behaviour from Chrome.... or is it really my browser that is bugging out on me.
Thanks in advance!
Re: news- and blogdetailpage not working on Chrome
Chrome Version 25.0.1364.172 m (Windows 7) and I can confirm it. But I don't have a clue as to what might be causing it.Aax wrote:Can anybody confirm this behaviour from Chrome.... or is it really my browser that is bugging out on me.

Last edited by Jo Morg on Wed Mar 20, 2013 4:43 pm, edited 1 time in total.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: news- and blogdetailpage not working on Chrome
Chrome Version 25.0.1364.172 (linux)
and I see no problems.
and I see no problems.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: news- and blogdetailpage not working on Chrome
Versie 25.0.1364.172 m (windows 7)
Could click detail link and detail item is showed correctly.
Could click detail link and detail item is showed correctly.
Re: news- and blogdetailpage not working on Chrome
Tnx for checking guys!
My hopes of it only being something only happening on my pc is down the drain now i guess, since Jo Morg verified the problem ;/
Could it have something to do with the htaccess processing of friendly url's that bugs in Chrome? I doubt it now i think of it, since Chrome is redirected to the currect url.
So something in a browser triggers CMSMS to serve the wrong content?
Can't be javascript, since that only works with the served html
My hopes of it only being something only happening on my pc is down the drain now i guess, since Jo Morg verified the problem ;/
Could it have something to do with the htaccess processing of friendly url's that bugs in Chrome? I doubt it now i think of it, since Chrome is redirected to the currect url.
So something in a browser triggers CMSMS to serve the wrong content?
Can't be javascript, since that only works with the served html
Re: news- and blogdetailpage not working on Chrome
I'm sorry to inform you that on my computer Firefox (19.0.2) does have this strange behaviour.
Re: news- and blogdetailpage not working on Chrome
Yes, but it must be something in your configuration. I have tested on other sites with both CGBlog and News, and these work as expected on Chrome.Aax wrote:My hopes of it only being something only happening on my pc is down the drain now i guess, since Jo Morg verified the problem ;/
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Re: news- and blogdetailpage not working on Chrome
+1 on Firefox 17.0.1velden wrote:I'm sorry to inform you that on my computer Firefox (19.0.2) does have this strange behaviour.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!