Link To Page doesn't work in 5.5

Permalink
I have seen some threads on this, some are outdated, most don't seem to be solved. When I edit a block and use the LINK TO PAGE pull down in the rich text editor, the link is wrong. Even if it did work it's not a "pretty URL", but first things first. Any solutions to this? This is the URL that gets generated:

http://mysite.com/concreteTest//concreteTest/index.php?cID=131...

It's throwing in an extra root folder and an extra slash. All other page generations and links and styles seem to work fine so I can't see that it's a site config issue or anything.

 
dpolcino replied on at Permalink Reply
So I found some fixes on github, but I still get doulbed concrete install folder:
concreteInstall/concreteInstall/page
Mainio replied on at Permalink Reply
Mainio
I also noticed this with one 5.5.2 instance. I don't have the time to test it in multiple environments so I cannot confirm this 100%.

However, something is broken in there but I haven't tested the latest github version.

This instance was not in the root and was under a relative directory on that server.

I fixed this by linking the pages manually (I know this is hard but if it's the only way to go). So, add a new link like you would add an external link and paste this there
{CCM:CID_123}


And change the 123 to what ever page's id you're linking to. You can see the page id if you go to sitemap => click page => properties => next to the name field.

Antti / Mainio