- ประเด็นคือ ทำการติดตั้ง JoomlaCK Editor สำหรับ Joomla 2.5 และ enable plugin เรียบร้อย
- พอจะสร้าง article มันกลับแสดงหน้าจอสีขาวพร้อมคำอธิบายแบบนี้
PHP Strict Standards: Non-static method JCKStylesheetHelper::addCKEDITORHeaderStyles() should not be called statically, assuming $this from incompatible context in C:\inetpub\wwwroot\th\plugins\editors\jckeditor\jckeditor.php on line 59
PHP Strict Standards: Only variables should be assigned by reference in C:\inetpub\wwwroot\th\plugins\editors\jckeditor\jckeditor\includes\ckeditor\stylesheet\writer\inlinestyles.php on line 20
Solved
- go to Global Configuration
- and select tab Server
- at Error Reporting change to None
- php.ini at error_reporting = E_ALL | E_STRICT
- change to error_reporting = E_ALL | E_DEPRECATED
Refer
- http://www.phoca.cz/documents/50-phoca/625-strict-standards-non-static-method
- http://forum.joomla.org/viewtopic.php?t=271244
No comments:
Post a Comment