【问题标题】:error with the use of the script $ this-> load-> library ('upload', $ config)使用脚本时出错 $ this-> load-> library ('upload', $ config)
【发布时间】:2019-03-21 20:33:48
【问题描述】:

我有这个错误:致命错误:当我执行此脚本时,在第 1136 行调用字符串 C:\xampp\htdocs\cloud.ikwook.com\ikwook_system\libraries\Upload.php 上的成员函数 load(): $ this-> load-> library ('upload', $ config);可能是什么原因造成的。

【问题讨论】:

  • 请在此处添加您的代码。
  • 请同时添加代码,从您添加的内容看来,“$ config”中的 $ 和 config 之间有一个空格。请删除它并检查。

标签: codeigniter upload


【解决方案1】:

$ this-> load-> library ('upload', $ config);

我看到所有这些之间有空格,我认为这在您的代码中也应该是相同的。如果您粘贴代码将非常有帮助。

$this->load->library('upload' $config);

【讨论】:

    猜你喜欢
    • 2011-11-07
    • 1970-01-01
    • 1970-01-01
    • 2015-11-21
    • 1970-01-01
    • 2011-05-15
    • 2014-12-22
    • 1970-01-01
    • 2021-09-04
    相关资源
    最近更新 更多