当前位置:首页 > 搜索和 Not 相关的文章
-
phpmailer发送邮件 SMTP Error: Could not authenticate 错误
添加日期:2014-02-05 20:46:13 发布:smiling
今天在使用phpmailer发送邮件时居然提示SMTP Error: Could not authenticate,这个感觉是smtp设置的问题,下面我在网上找到了几种解决 ...
-
PHP关闭Notice错误提示
添加日期:2014-01-03 10:48:10 发布:smiling
本文章介绍在php中关闭notice错误的一些做法,但是不得不说的是在关掉错误提示时,那么程序代码中大量的notice级别错误是否会造成PHP性能下降 ...
-
Fatal error: Cannot redeclare class 原因分析与解决办法
添加日期:2013-12-06 23:04:38 发布:smiling
我使用的都是php __autoload状态自动加载类的,今天好好的程序不知道怎么在运行时提示Fatal error: Cannot redeclare class 了,看是 ...
-
PHP 报错 Fatal error: Class 'COM' not found in
添加日期:2013-12-05 22:36:53 发布:smiling
在 Win Server 08 往上搭载的 IIS 跑 php 性能提升不少,但还是觉得不太舒服,某日在调试一个win上的php生产环境时,一段php代码返 ...
-
dedecms上传图片文件时提示 Upload filetype not allow
添加日期:2013-12-04 23:06:28 发布:smiling
如果懂一点英文的就知道Upload filetype not allow ,是你上传的文件类型不允许,但是我上传的是图片怎么能不可以上传呢,后来搜索了一 ...
-
Warning: Cannot modify header information - headers already sent by
添加日期:2013-12-04 22:26:32 发布:smiling
如果在执行php程序时看到这条警告: "Warning: Cannot modify header information - headers already sent by " 有以下几种解 ...
-
php Cannot modify header information-headers already sent by解决办法
添加日期:2013-12-04 22:23:49 发布:smiling
昨天在使用cookie时页面报错:php Cannot modify header information-headers already sent by了,下面我来总结关于报错的解决办法,代 ...
-
php数组提示Notice: Undefined offset解决办法
添加日期:2013-12-04 22:14:46 发布:smiling
我们在使用数组时经常会碰到数组不存在了,导致我们珍array[100]这样时出现Notice: Undefined offset错误,下面我来给大家介绍如何解决这 ...
-
php提示 Notice: Use of undefined constant name - assumed
添加日期:2013-12-04 21:16:28 发布:smiling
我们知道php在数组中写变量有二几种方法,我们出现这种提示就是你写成了[name]这种所以会有Notice: Use of undefined constant name ...
-
PHP Notice: undefined index原因与解决办法
添加日期:2013-12-03 22:18:19 发布:smiling
在php开发时可能会碰到如PHP Notice: undefined index这种错误提示,如 $_GET[& 39;aa& 39;]; 就会出现PHP Notice: undefined index ...
-
PHP警告date(): It is not safe to rely on the system
添加日期:2013-12-03 21:24:04 发布:smiling
在用PHP5 3以上的PHP版本时,只要是涉及时间的会报一个Warning: date(): It is not safe to rely on the system & 39;s timezon ...
-
CentOS 64 编译PHP出现 error: Cannot find ldap libraries in /usr/lib
添加日期:2013-12-03 21:18:55 发布:smiling
在CentOS 64位下编译安装PHP5 4 8。cp -frp usr lib64 libpng* usr lib 结果在configure的时候提示,configure: error: Cannot f ...
精彩文章
- ·在html中如何使用php(2024-10-01)
- ·php授权码如何绑定磁盘(2024-10-01)
- ·php投票系统如何ip限制(2024-10-01)
- ·php 网页如何定位城市(2024-10-01)
- ·如何把asp网站改为php(2024-10-01)
- ·php中时间如何转化为日期格式(2024-10-01)
- ·php如何根据来路跳转(2024-10-01)
- ·在php中如何使用进度条(2024-10-01)
- ·php页面中如何设置图片大小(2024-10-01)
- ·php中如何获取cookies(2024-10-01)