刚改了summary的模版,改好后测试了一下,发现不能搜寻,点下搜寻的钮之后,竟回到预设首页;但同样的模版在我架的。
另一个站却可以正常运作,真是奇怪。
另外,我也去mark的站试了一下,竟也一样(也会跳到markplace的首页),这是BUG吧,还是我的设定有问题,真是怪哉。
麻烦Mark看看吧。谢谢啦。
那是 bug。把 /templates/summary/index.php 中的
<form id="searchForm" method="post" action=".">
改为
<form id="searchForm" method="post" action="summary.php">
就可以了!
Mark