奇怪的分页问题

时间:2012-11-09 15:49:37

标签: expressionengine

这与关于Solspace的超级搜索http://www.solspace.com/forums/viewthread/14436/的论坛帖子有关,但由于我在EE的频道输入循环中遇到同样的问题,我在这里双重发布。 我的调试页面在这里

http://216.243.140.102/products/pagination_debug

,代码是准系统:

{exp:channel:entries channel="static" disable="categories|category_fields|member_data" limit="2" paginate="bottom"}
<h1>{title}</h1>
{paginate}
<p>Page {current_page} of {total_pages} pages {pagination_links}</p>
{/paginate}
{/exp:channel:entries} 

每个分页链接都是这样的

http://216.243.140.102/S=3e4a8ada2d96477c46a1a7388370eb27992550a7/products/pagination_debug/P6 

添加了S = 3e4a8ada2d96477c46a1a7388370eb27992550a7

有什么想法吗?我完全难过了。

1 个答案:

答案 0 :(得分:5)

转到管理员 - &gt;安全性和会话首选项并确保用户会话类型设置为仅限Cookie

或者,可以在config.php

中覆盖它
$config['user_session_type'] = 'c';