簡體   English   中英

joomla模板安裝中的嚴格標准錯誤

[英]Strict standards error on joomla template installation

我正在嘗試安裝joomla模板,但出現以下錯誤

( ! ) Strict standards: Declaration of RokInstaller::getInstance() should be compatible with JInstaller::getInstance($basepath = 'C:\wamp\ww...', $classprefix = 'JInstaller...', $adapterfolder = 'adapter') in C:\wamp\www\Joomla\tmp\install_55d4bc62ca9d1\business001_final\installer\RokInstaller.php on line 365

我有joomla 3.4.3,有人可以幫助我通過此問題。

謝謝你們的幫助

您可以通過編輯php.ini並更改參數error_reporting來關閉STRICT警告的報告。

使用wampmanager菜單來確保您編輯正確的php.ini文件

wampmanager -> PHP -> php.ini

找到這條線

error_reporting = E_ALL

並將其更改為

error_reporting = E_ALL & ~E_STRICT

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM