|
发表于 2016-1-15 03:36:45
|
显示全部楼层
要修改什么地方啊? 为什么我的页面全是错误?
求指教
我只是吧databases.php 修改了
$db['default']['password'] = "liaofu"; 数据库lcn导入后数据也很正常啊
错误提示如下:
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Hooks has a deprecated constructor
Filename: libraries/Hooks.php
Line Number: 30
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Config has a deprecated constructor
Filename: libraries/Config.php
Line Number: 29
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_URI has a deprecated constructor
Filename: libraries/URI.php
Line Number: 29
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Router has a deprecated constructor
Filename: libraries/Router.php
Line Number: 29
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Output has a deprecated constructor
Filename: libraries/Output.php
Line Number: 29
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Input has a deprecated constructor
Filename: libraries/Input.php
Line Number: 29
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Language has a deprecated constructor
Filename: libraries/Language.php
Line Number: 27
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Base has a deprecated constructor
Filename: codeigniter/Base5.php
Line Number: 33
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; Controller has a deprecated constructor
Filename: libraries/Controller.php
Line Number: 30
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Loader has a deprecated constructor
Filename: libraries/Loader.php
Line Number: 29
A PHP Error was encountered
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_DB_driver has a deprecated constructor
Filename: database/DB_driver.php
Line Number: 31 |
|