1.小弟在debian desktop上安裝apache2, php5, mysql-server
2.以指令netstat -ta -n 觀察80及3306 port正常開啟
3.在/var/www/ 下撰寫test.php
<?php
phpinfo();
?>
測試php環境正常
4.將xoops網頁移植到此主機
5.在client端網址欄輸入xoops網頁網址,出現以下訊息:
This page cannot be displayed due to an internal error.
You can provide the following information to the administrators of this site to help them solve the problem:
Error: mysql extension not loaded
請問出了啥問題?