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

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 ...

解决Magento报错:Fatal error: Call to undefined method

添加日期:2013-11-30 15:41:41 发布:smiling 
Magento在产品导入的时候出现错误: "Fatal error : Call to undefined method Mage_Adminhtml_Block_Abstract::getexceptions() in appcodecoreMageAdminhtmlBlockSystemConvertProfileRun php on line 167 "...

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 提示信息,经过查核是因为此产品未考虑到用户内存引起的,下面是解决的方法:...

CentOS系统下Apache环境安装GBK编码程序网页乱码问题

添加日期:2013-11-30 13:49:04 发布:smiling 
1,打开Apache配置文件httpd conf,如默认情况下为 etc httpd conf httpd conf vi etc httpd conf httpd conf...

Warning: session_destroy() [function.session-destroy]: Trying to destroy

添加日期:2013-11-29 16:12:53 发布:smiling 
在使用session_destroy(),进行Session变量的注销时,出现了:Warning: session_destroy() [function session-destroy]: Trying to destroy uninitialized session in 的错误 ...

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move

添加日期:2013-11-29 16:06:51 发布:smiling 
今天文件上传出现Warning: move_uploaded_file() [function move-uploaded-file]: Unable to move...

failed to open stream: HTTP request failed

添加日期:2013-11-29 16:01:25 发布:smiling 
fopen以采集远程服务器的内容保存到本地同时也可以打开本地的文件,是一个非常不错的函数,下面我们来看看关于在使用fopen函数时出现failed to open stream: HTTP request failed问题解决方法。...

php 中调用fckeditor网页编辑器方法

添加日期:2013-11-29 14:04:10 发布:smiling 
下面中要在html 中调用就行了<scriptsrc=fckeditor fckeditor js>< script><scripttype=text 网页特效>functionshowfck(){varofckeditor=n ...

Fatal error: Call to undefined function curl_init

添加日期:2013-11-28 15:34:58 发布:smiling 
如果你在使用过程出现fatal error: call to undefined function curl_init(),试着做如下操作:...

ServerRoot must be a valid directory

添加日期:2013-11-28 14:02:08 发布:smiling 
apache安装出错,本来在windows xp系统下装的很顺的,现在改在Vista系统下安装,重装了很多次总是出现ServerRoot must be a valid directory,导致apache不能正常启动...

获取fckeditor插入文章的图片函数

添加日期:2013-11-28 11:40:50 发布:smiling 
在网上google了一阵,发现要把通过fckeditor插入文章中的图片取出来,网上写的都很麻烦,自己仔细研究了一下午,正则才刚刚开始学,写了下面这个函数,肯定还有很多不足,请各位指点一二。...

Warning: Missing argument 3 for photo_bigclass()

添加日期:2013-11-28 09:50:17 发布:smiling 
Warning: Missing argument 3 for photo_bigclass(), called inF: myweb 79look index php on line 78 and defined inF: mywe ...