yii有关问题,欢迎留言

WBOY
Release: 2016-06-13 13:49:30
Original
1018 people have browsed it

yii问题,欢迎留言
配置:xp+apache2.2.4+php5.2.5+yii1.1.3
问题:入口脚本index.php可以进去,但是当进入http://127.0.0.1/index.php?r=user时apache就出错停止,报错模块是php_pdo_mysql.dll。但是我yii需求检查页,PDO扩展模块、PDO MySQL扩展模块都是绿色通过。
请大家帮帮忙了

------解决方案--------------------
控制面板->管理工具->事件查看器->应用程序,看看Apache报什么错误?
在Apache的安装目录下,log\error.log看看访问这个地址的时候报什么错误?
------解决方案--------------------
啥叫绿色通过?你的php_pdo_mysql.dll是PHP安装程序包里面的吗?如果不是有可能是这个dll的版本和当前的php不兼容。
------解决方案--------------------

PHP code
//把这个保存为一个php文件,放在apache的documentroot下面,用浏览器打开,看看PDO Mysql有没有加载成功
<?php phpinfo();
?>
<br><font color="#e78608">------解决方案--------------------</font><br>?r=user<br>的时候做了什么???
<br><font color="#e78608">------解决方案--------------------</font><br>确认环环境配置无误?<br>用phpinfo;检查一下
<br><font color="#e78608">------解决方案--------------------</font><br>看看配置文件吧  php.ini<br> <div class="clear">
                 
              
              
        
            </div>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!