开发者

Codeigniter pagination is not work in Linux machine

I have develop a project on codeigniter. On xamp server.The pagina开发者_Go百科tion is working fine on that project on xamp server but when I shift the same project in to my linux server then the whole project work but the pagination is not working.

Can anybody give me any solution on that issue? why the same code pagination is not working on linux server?


If you are deploying the same source code in different PHP versions with different settings, it's not likely that pagination is failing because of the operating system PHP runs on.

I suggest you enable full error reporting in both servers. That will give you a clue about what's wrong.

http://php.net/manual/en/errorfunc.configuration.php


Try changing $config['uri_protocol'] around in application/config/config.php.

I'll put a shiny penny on "REQUEST_URI" fixing this.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜