CodeIgniter Forums
Error when i tyr to view the reply /comment facebook - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Error when i tyr to view the reply /comment facebook (/showthread.php?tid=51069)



Error when i tyr to view the reply /comment facebook - El Forum - 04-19-2012

[eluser]Zulkifli Said[/eluser]
i try to add comment box facebook to my website.

the comment box appear in my web.but if someone comment/reply on my page.
i cant view the reply/comment.

this is my page, and the comment box appear ini this link :
http://kipotlea.comuf.com/mading/web/viewDetail/72

but if receive notification from facebook that my page xxxx comment your web,i can't view it(the reply comment).
this is the link error when i click notify from facebook :
http://kipotlea.comuf.com/mading/web/viewDetail/72?fb_comment_id=fbc_10150704585577947_22355151_10150704643472947

I think, the character "?" is making error..because, when i try the link like this :
http://kipotlea.comuf.com/mading/web/viewDetail/72?yyyyy also error..

i want when i click notify from facebook, the result like this
http://9gag.com/gag/3873800?fb_comment_id=fbc_10150793915566346_22958380_10150793989726346


Error when i tyr to view the reply /comment facebook - El Forum - 04-19-2012

[eluser]CroNiX[/eluser]
Did you add the "?" in your "permitted_uri_chars"? It's not allowed by default.


Error when i tyr to view the reply /comment facebook - El Forum - 04-23-2012

[eluser]Zulkifli Said[/eluser]
cronix : thanks.. i try to change $config[‘uri_protocol’] = “PATH_INFO”; and it works..