phpcms提示i o错误的解决办法:首先打开IIS管理器,找到网站的站点;然后进行停止,并在IIS中双击“请求筛选”打开;接着点击“编辑功能设置”,并打开“编辑请求筛选设置”对话框;最后修改最大容量 … Continue reading phpcms提示i o错误怎么办
标签: phpcms
phpcms网页无法访问怎么办
phpcms网页无法访问的解决办法:首先修改“/caches/configs/system.php”里面所有和域名有关的;然后对相应的站点的域名进行修改;接着更新系统缓存,并把附件地址批量替换为新的地 … Continue reading phpcms网页无法访问怎么办
phpcms v9的数据库配置文件保存在哪里
phpcms v9的数据库配置文件保存在哪里? 保存在以下目录: \caches\configs\database.php
phpcms v9调用多个栏目下文章的方法
{pc:content action=”position” posid=”14″ catid=”13,14,15,16,17,18,19,2 … Continue reading phpcms v9调用多个栏目下文章的方法
phpcms v9如何关闭“hash验证失败”
查找phpsso_server\phpcms\modules\admin\classes\admin.class.php文件 将 else { showmessage(L(‘hash_check_fa … Continue reading phpcms v9如何关闭“hash验证失败”
phpcms v9 调用全站点击率最高的文章
第一种方法 此问题需要添加一个标签,找到phpcms/modules/content/classes/content_tag.class.php,可以在最后添加这个function。 function … Continue reading phpcms v9 调用全站点击率最高的文章
PHP:Deprecated: Function set_magic_quotes_runtime() is deprecated 错误
在安装PHPCMS出现Deprecated: Function set_magic_quotes_runtime() is deprecated 错误,查了一下网络及资料发现是PHP5.3和PHP6. … Continue reading PHP:Deprecated: Function set_magic_quotes_runtime() is deprecated 错误