CodeIgniter 中国开发者社区诚征热爱 CI 的版主

查看完整版本: sweetcron:一个基于CI的Blog程序

elviscai 2008-8-28 15:06

sweetcron:一个基于CI的Blog程序

官站:[url]http://www.sweetcron.com/[/url]
项目:[url]http://code.google.com/p/sweetcron/[/url] (由此下载)
作者:[url]http://www.yongfook.com/[/url] (日本人)

Hex 2008-8-31 13:29

我把源代码发上来吧!这应该是一个很好的例子。

沧蓝 2008-8-31 18:28

啊,原来是yongfook的作品,有时间一定得下载来鉴赏下~ :)

风无影 2008-8-31 23:36

呵呵,不错,code.google上已经是108了,看样子作者在持续开发更新中

guoguolove 2008-10-25 08:45

我按照安装装了 108e,modrewrite 打开,$config['base_url']= "http://localhost/ci/sweetcron/";也设置了,但提示404 Page Not Found
The page you requested was not found.

Hex 2008-10-25 10:44

你是什么服务器?Apache ?有 PATH_INFO 吗?

guoguolove 2008-10-25 12:03

我用的是  XAMPP for windows

guoguolove 2008-10-30 23:51

搜索了下[url]http://groups.google.com/group/sweetcron[/url] ,发现有同样的问题,解决方案修改 /system/application/config/config.php,文件中的
$config['uri_protocol'] = 'REQUEST_URI'为 'AUTO', 或者试试其他几个值。改完之后,管理界面可以出来了,但是前台还是报错了
A PHP Error was encountered

Severity: Warning

Message: Division by zero(除了0)

Filename: libraries/page.php

Line Number: 85
An Error Was Encountered

Unable to load the requested file: themes//_header.php
页: [1]
查看完整版本: sweetcron:一个基于CI的Blog程序