PHP 7.0在codeigniter

时间:2017-05-18 05:44:17

标签: php codeigniter

我使用的是php 5.6然后我的代码工作正常,但是当我使用php7.0 +时,相同的代码显示

A PHP Error was encountered

Severity: Warning

Message: Declaration of MX_Lang::load($langfile, $lang = '', $return = false, $add_suffix = true, $alt_path = '', $_module = '') should be compatible with CI_Lang::load($langfile = '', $idiom = '', $return = false, $add_suffix = true, $alt_path = '')

Filename: MX/Lang.php

1 个答案:

答案 0 :(得分:0)

执行以下更改

third_party\MX\Lang.php
 line=70
 public function load($langfile ='', $lang = '', $return = FALSE, $add_suffix = TRUE, $alt_path = '', $_module = '')

希望它能解决您的问题。