news- and blogdetailpage not working on Chrome

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Aax
New Member
New Member
Posts: 6
Joined: Sun Mar 17, 2013 9:56 pm

news- and blogdetailpage not working on Chrome

Post by Aax »

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?
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1973
Joined: Mon Jan 29, 2007 4:47 pm

Re: news- and blogdetailpage not working on Chrome

Post by Jo Morg »

I would turn debug on in config.php

Code: Select all

$config['debug']=true;
That may give you some clue about what may be the issue.
Aax
New Member
New Member
Posts: 6
Joined: Sun Mar 17, 2013 9:56 pm

Re: news- and blogdetailpage not working on Chrome

Post by Aax »

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
Aax
New Member
New Member
Posts: 6
Joined: Sun Mar 17, 2013 9:56 pm

Re: news- and blogdetailpage not working on Chrome

Post by Aax »

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 ;-)
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: news- and blogdetailpage not working on Chrome

Post by Dr.CSS »

Did you set a detailpage in the admin of those modules..?
Aax
New Member
New Member
Posts: 6
Joined: Sun Mar 17, 2013 9:56 pm

Re: news- and blogdetailpage not working on Chrome

Post by Aax »

Yes tried that, but didnt work as well. Now im just using {cgblog} and {news} in its most basic form
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: news- and blogdetailpage not working on Chrome

Post by calguy1000 »

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.
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.
Aax
New Member
New Member
Posts: 6
Joined: Sun Mar 17, 2013 9:56 pm

Re: news- and blogdetailpage not working on Chrome

Post by Aax »

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!
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1973
Joined: Mon Jan 29, 2007 4:47 pm

Re: news- and blogdetailpage not working on Chrome

Post by Jo Morg »

Aax wrote:Can anybody confirm this behaviour from Chrome.... or is it really my browser that is bugging out on me.
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. ???
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!
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: news- and blogdetailpage not working on Chrome

Post by calguy1000 »

Chrome Version 25.0.1364.172 (linux)

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.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: news- and blogdetailpage not working on Chrome

Post by velden »

Versie 25.0.1364.172 m (windows 7)

Could click detail link and detail item is showed correctly.
Aax
New Member
New Member
Posts: 6
Joined: Sun Mar 17, 2013 9:56 pm

Re: news- and blogdetailpage not working on Chrome

Post by Aax »

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
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: news- and blogdetailpage not working on Chrome

Post by velden »

I'm sorry to inform you that on my computer Firefox (19.0.2) does have this strange behaviour.
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1973
Joined: Mon Jan 29, 2007 4:47 pm

Re: news- and blogdetailpage not working on Chrome

Post by Jo Morg »

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 ;/
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.
"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!
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1973
Joined: Mon Jan 29, 2007 4:47 pm

Re: news- and blogdetailpage not working on Chrome

Post by Jo Morg »

velden wrote:I'm sorry to inform you that on my computer Firefox (19.0.2) does have this strange behaviour.
+1 on Firefox 17.0.1
"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!
Post Reply

Return to “CMSMS Core”