文件名称:modx-install-manager:用于安装 MODX Evolution 元素的模块
文件大小:93KB
文件格式:ZIP
更新时间:2024-07-19 11:05:59
PHP
MODX EVO讨论中设置项目的模块: : 使用以下代码创建一个新的安装模块:include_once('../assets/modules/install-manager/index.php'); 将 install-manager 文件夹写入 assets/module 来自错误: 有时会出现未定义的错误,直到错误得到解决 + 演示内容的安装由于同样的原因不起作用 您需要转到 instprocessor.php 文件以删除有关 sqlParser 的所有内容,我们没有必要连接到数据库,因此它是 -只有变量应该通过引用传递 -in_array() 期望参数 2 是数组,给定布尔值 -mysql_query() 期望参数 2 是资源,null 给定 改进: 添加检查它不会覆盖文件,但至少备份旧文件
【文件预览】:
modx-install-manager-master
----install-manager()
--------lang()
--------setup.info.php(13KB)
--------functions.php(711B)
--------action.load.php(1KB)
--------index.php(3KB)
--------instprocessor.php(25KB)
--------style.css(10KB)
--------action.options.php(9KB)
--------action.install.php(1KB)
--------img()
--------sqlParser.class.php(4KB)
----README.md(1KB)