facebook link opening error
Closed this issue · 1 comments
mesutde commented
hi..
when i share a facebok link
end of link
?fbclid...0arIzJr9vLlon4S-8wwkUKE38
auto adding
link does not open
exaple : http://cutapaste.net/paste/13809196210
facebok share :
http://cutapaste.net/paste/13809196210?fbclid...F1bWOnpQoCS2ig2dFBowovxSU
404 Page not found
how can ı fix.
Macsch15 commented
Hi,
Fix will be in 0.7 version.
For now open:
library/Application/Routing/Routing.php
Find:
if (preg_match('/^' . $node . '\/?$/', $this->_request, $arguments)) {
Replace with:
if (preg_match('/^' . $node . '\/?(.*?)$/', $this->_request, $arguments)) {