求解PHP中遇到的问题!
2012-04-18 14:22:00: (mod_fastcgi.c.2570) FastCGI-stderr: PHP Notice: Use of undefined constant page - assumed 'page' in /andaxin/web/common/page.class.php on line 9
PHP Notice: Undefined index: page in /andaxin/web/common/page.class.php on line 9
PHP Notice: Use of undefined constant pageft - assumed 'pageft' in /andaxin/web/common/page.class.php on line 10
PHP Notice: Use of undefined constant uid - assumed 'uid' in /andaxin/web/admin_global.php on line 5
PHP Notice: Undefined index: uid in /andaxin/web/admin_global.php on line 5
PHP Notice: Use of undefined constant shell - assumed 'shell' in /andaxin/web/admin_global.php on line 6
PHP Notice: Undefined index: shell in /andaxin/web/admin_global.php on line 6
PHP Notice: Use of undefined constant username - assumed 'username' in /andaxin/web/login.php on line 5
PHP Notice: Use of undefined constant password - assumed 'password' in /andaxin/web/login.php on line 5
PHP Notice: A session had already been started - ignoring session_start() in /andaxin/web/login.php on line 7
PHP Notice: Use of undefined constant username - assumed 'username' in /andaxin/web/login.php on line 10
PHP Notice: Use of undefined constant password - assumed 'password' in /andaxin/web/login.php on line 10
PHP Notice: Use of undefined constant username - assumed 'username' in /andaxin/web/login.class.php on line 7
PHP Notice: Use of undefined constant password - assumed 'password' in /andaxin/web/login.class.php on line 7
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
2012-04-18 14:22:01: (connections.c.1675) SSL: 5 error:00000000:lib(0):func(0):reason(0)
上面的信息是应用lighttpd-1.4.18 web服务时产生的错误信息,第一部分表明的是PHP方面的问题,这个比较少。关键是第二部分的信息,实在是头疼,就这些信息足足产生了一个1.2G的文件把空间都挤满了,这个还导致访问服务器的速度比较慢。哪位高手帮我解释一下,这个是怎样产生的,有什么解决办法,最主要的就是解决办法,现在比较急!
在此先谢过各位大侠了!
------解决方案--------------------
http://www.vpser.net/manage/kloxo-network-c-336-ssl-error.html
http://redmine.lighttpd.net/boards/2/topics/2933
相关文章
Laravel队列任务怎么配置才能稳定运行
麒麟系统怎么查看已连接的WiFi密码
ThinkPHP多数据库连接失败:端口号写错怎么改
ThinkPHP多数据源配置引入第三方类库
ThinkPHP连接多个不同名数据库的具体操作代码
相关标签:
本站声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门AI工具
相关专题
本专题围绕Buffalo框架数据库开发,讲解database.yml多环境配置、soda与fizz迁移生成回滚、模型结构体标签、增删改查与条件查询、一对多与多对多关联、数据校验、回调钩子、事务处理及原生SQL执行能力。
80
2026.09.23
本专题讲解Buffalo框架路由与请求处理机制,涵盖路由注册与分组、资源路由、Handler编写规范、Context上下文方法、参数绑定、中间件编写挂载、Session与Cookie读写、Flash消息及错误页面定制方法。
40
2026.09.23
本专题整理Buffalo框架入门内容,涵盖Go环境准备、buffalo CLI安装、新项目生成、目录结构说明、dev热加载启动、数据库连接配置与常见报错排查,帮助新手按约定优于配置的思路跑通第一个Buffalo框架应用。
20
2026.09.23
本专题介绍通过conanfile.py创建软件包的方法,讲解包名、版本、依赖和构建设置等基础信息,以及source、build、package、package_info等常用方法的作用及编写思路。
20
2026.09.22
本专题介绍Conan根据操作系统、编译器、架构和构建类型生成二进制包的方法,讲解Profile、Settings、Options及Package ID的作用,帮助管理不同平台和编译环境下的包版本。
40
2026.09.22
本专题系统的讲解Conan私有仓库的搭建流程,涵盖仓库服务部署、存储目录配置、用户认证、权限划分和远程地址添加,并介绍内部C++依赖包的上传、下载及版本维护方法。
40
2026.09.22
本专题汇总了 Loomy 桌面 AI 助理的官方入口地址合集及使用指南。提供 macOS 与 Windows 客户端下载 。Loomy 是讯飞推出的桌面级 AI 工作搭子,支持文件整理、数据分析、网页操作及通过飞书/钉钉远程操控电脑,助你高效完成本地办公任务 。
40
2026.09.22
本专题整理 NumPy 常见函数使用方法相关教程,覆盖函数大全、参数用法、数组运算、统计聚合、排序处理、where 条件筛选、linspace 创建数列等常用场景,帮助读者快速掌握 NumPy 函数调用思路和实际数据处理技巧。
60
2026.09.22
本专题整理 NumPy 性能优化、版本更新与常见报错排查相关教程,覆盖向量化计算、广播性能、内存布局、NumPy 2.0 升级、版本兼容冲突、安装导入报错、dtype 溢出、矩阵运算异常和 broadcasting 报错修复,帮助读者系统掌握 NumPy 性能调优与问题定位方法。
80
2026.09.22
热门下载
相关下载
精品课程
共6课时 | 12万人学习
共79课时 | 160.7万人学习
共6课时 | 54.6万人学习









