Posts: 1,129
Threads: 137
Joined: Feb 2012
Looked at a site I made a while ago at
www.overstowey.com . All the pages (not the index) are showing additional characters on the end of the url as displayed in the browser address bar, so I have
http://www.overstowey.com/about-us/#.ULjGo2fqE7I
and
http://www.overstowey.com/links/#.ULjHBGfqE7I
I am seeing this in Firefox and Opera but not Chrome or IE. I checked I had 'use Fancy URLs' ticked, checked the Healthcheck and upgradeed to 3.1.2
any ideas?
Posts: 2,928
Threads: 195
Joined: Feb 2011
I do not see this in Firefox, did you empty the browser cache and check again?
Posts: 1,129
Threads: 137
Joined: Feb 2012
(2012-12-01, 01:10:35)Connie Wrote: I do not see this in Firefox, did you empty the browser cache and check again?
Yep, cleared it again. It doesn't fix it. If you click on the links in my post above what do you get??
Posts: 79
Threads: 2
Joined: Feb 2012
You're getting the same code (#.ULjHBGfqE7l) each and every time, so what you should be looking for is something in your PHP code that probably isn't closed properly.
Question ... are you getting the same results on your localhost setup?
You could try doing a search for that particular code throughout your CMS system files.
Posts: 1,129
Threads: 137
Joined: Feb 2012
(2012-12-01, 04:18:05)eatons Wrote: You're getting the same code (#.ULjHBGfqE7l) each and every time, so what you should be looking for is something in your PHP code that probably isn't closed properly.
Question ... are you getting the same results on your localhost setup?
You could try doing a search for that particular code throughout your CMS system files.
I did a fresh install of GS on Localhost, then from the site zip archive backup I overwrote the data plugins and theme folders, so a normal migration procedure. On Localhost I have the same problem except that the characters I have in the urls have changed to:
http://localhost/OSPC/about-us/#.ULkodmfqE7I
and
http://localhost/OSPC/links/#.ULkpq2fqE7I
Posts: 2,094
Threads: 54
Joined: Jan 2011
(2012-12-01, 07:47:29)Timbow Wrote: I did a fresh install of GS on Localhost, then from the site zip archive backup I overwrote the data plugins and theme folders, so a normal migration procedure. On Localhost I have the same problem except that the characters I have in the urls have changed to:
http://localhost/OSPC/about-us/#.ULkodmfqE7I
and
http://localhost/OSPC/links/#.ULkpq2fqE7I
You are including some script from addthis.com which manipulates the links.
If you remove it (or use the firefox noscript plugin and switch off addthis.com), you get the normal links.
Posts: 1,129
Threads: 137
Joined: Feb 2012
(2012-12-01, 08:02:23)mvlcek Wrote: You are including some script from addthis.com which manipulates the links.
If you remove it (or use the firefox noscript plugin and switch off addthis.com), you get the normal links.
thanks mate. You are totally correct. fixed.