2011-06-06 36 views
0

進出口使用的Linux操作系統Ubuntu和XAMPP,我有一個問題,當我嘗試比的Joomla 500KB上傳的延伸範圍,我得到一個「HTTP錯誤500」錯誤500 XAMPP適用於Linux和Joomla

http://s4.postimage.org/7wgxcfveq/error500.jpg

我的php.ini文件配置以下在Joomla recomendations:

「的display_errors =關」 ......

這裏是我的錯誤日誌

[Mon Jun 06 14:12:45 2011] [notice] suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec) [Mon Jun 06 14:12:45 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Mon Jun 06 14:12:45 2011] [warn] RSA server certificate CommonName (CN) localhost' does NOT match server name!? [Mon Jun 06 14:12:46 2011] [notice] Digest: generating secret for digest authentication ... [Mon Jun 06 14:12:46 2011] [notice] Digest: done [Mon Jun 06 14:12:47 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Mon Jun 06 14:12:47 2011] [warn] RSA server certificate CommonName (CN) localhost' does NOT match server name!? [Mon Jun 06 14:12:48 2011] [notice] Apache/2.2.17 (Unix) DAV/2 mod_ssl/2.2.17 OpenSSL/1.0.0c PHP/5.3.5 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations [Mon Jun 06 14:15:34 2011] [error] [client 192.168.56.1] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /opt/lampp/htdocs/csu/libraries/joomla/filesystem/archive/tar.php on line 154, referer: http://192.168.56.101/csu/administrator/index.php?option=com_installer&view=install

+0

即時通訊使用XAMPP 1.74和Ubuntu 10 – Jose 2011-06-06 03:54:45

+0

所有返回代碼500意味着有服務器錯誤。最有可能的是,更多相關的消息被放置在error.log或其他等效文件中。他們會試圖解決這個問題非常有用。 – JoshuaRogers 2011-06-06 04:38:10

回答

0

PHP致命錯誤是「最大執行時間超過30秒」。

你可以嘗試改變的max_execution_time在php.ini文件或創建一個包含.htaccess文件增加這個..

php_value max_execution_time 60


如果一個擴展的安裝時間超過30秒?
可能存在腳本問題,例如無限循環,這會導致問題。