08 2012 档案
摘要:数据库连接失败could not find driver在调试一个PHP程序时,报了这个错误, could not find driver经过一番查找,结合自己的思考和实践,终于找到了问题所在.原来我的这个程序中用到了PDO对象, 连接mysql 5. 在PHP的默认设置中,只打开了php_pdo 模块, 没有打开php_pdo_mysql模块.所以才会出现找不到驱动程序的错误.修改php.iniextension=php_pdo.dllextension=php_pdo_firebird.dllextension=php_pdo_mssql.dllextension=php_pdo_mysq
阅读全文
摘要:Strict Standards: Non-static method JLoader…XAMPP安装完joomla后出现整页错误 用最新的XAMPP1.7.4安装joomla1.5.3,中途出现不少问题。好不容易解决了较低版本的You have an error in your SQL syntax及安装示范案例时报错:Error: the XML response that was returned from the server is invalid结果浏览页面时出现更恐怖的结果:出现整页错误!Strict Standards: Non-static method JLoader::im
阅读全文
摘要:将以下相应代码放到对应目录中的.htaccess文件,即可实现相应功能。关闭错误显示:php_flag display_startup_errors offphp_flag display_errors offphp_flag html_errors offphp_value docref_root 0php_value docref_ext 0只显示PHP错误:php_flagdisplay_errorsonphp_flagdisplay_startup_errors onphp_value error_reporting2047其中,“2047”为要显示的错误的级别,详细表格如下:1 E_
阅读全文

浙公网安备 33010602011771号