当前位置:首页 > 搜索和 w 相关的文章

dedecms上传图片文件时提示 Upload filetype not allow

添加日期:2013-12-04 23:06:28 发布:smiling 
如果懂一点英文的就知道Upload filetype not allow ,是你上传的文件类型不允许,但是我上传的是图片怎么能不可以上传呢,后来搜索了一 ...

win2003使用preg_match_all导致apache崩溃解决办法

添加日期:2013-12-04 22:39:19 发布:smiling 
Apache 2 2 9 (Win32) + PHP 5 2 17,在使用正则表达式 preg_match_all (如 preg_match_all(" ni( *?)wo ", $html, $matches);) ...

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 " 有以下几种解 ...

Warning: session_start() [function.session-start]

添加日期:2013-12-04 21:02:17 发布:smiling 
我的电脑中的错误提示:Warning: session_start() [function session-start]: Cannot send session cache limiter - headers alre ...

linux中phpMyAdmin错误提示Wrong permissions on configuration file, should no

添加日期:2013-12-04 15:45:37 发布:smiling 
我用的linux系统,今天使用phpmyadmin时出现Wrong permissions on configuration file,should not be world writable!错误提示,查资 ...

织梦cms利用weight排序无效的解决方法

添加日期:2013-12-03 22:05:21 发布:smiling 
dedecms5 7针对weight排序是有bug的,下面我来一步步告诉大家如何解决weight无效的解决办法,具体请参考下面。涉及的文件是includetaglibarc ...

PDO版本问题 Invalid parameter number: no parameters were bound

添加日期:2013-12-03 21:34:06 发布:smiling 
发现在客户的某个PHP版本下,执行某类操作的时候,总是会报如下错误 Invalid parameter number: no parameters were bound,经googl ...

PHP Warning: date(): It is not safe to rely on the system

添加日期:2013-12-03 20:51:33 发布:smiling 
昨天碰到使用date()函数时出现PHP Warning: date(): It is not safe to rely on the system出现这种错误是因为php5默认date tim ...

linux中phpMyAdmin错误提示Wrong permissions on configuration file, should no

添加日期:2013-12-02 21:28:16 发布:smiling 
我用的linux系统,今天使用phpmyadmin时出现Wrong permissions on configuration file,should not be world writable!错误提示,查资 ...

Warning: mysql_fetch_assoc() expects parameter 1 to be resource

添加日期:2013-12-02 16:01:50 发布:smiling 
今天学习php的时候遇到了这个错误:Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:xampphtdocsmyblogindex php on line 15 ...

Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) i

添加日期:2013-11-30 15:04:26 发布:smiling 
今天在用一个php产品时出现了Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in 提示信息,经过查核是因为此产品未考虑到用户内存引起的,下面是解决的方法:...

PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE

添加日期:2013-11-29 16:17:08 发布:smiling 
在程序初始时,遇到错误为:PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in var www developer pp1 8-22 php on line 5, referer: ...