Wednesday, January 23, 2013

Joomla 2.5 Strict Standards: Non-static method


  • ประเด็นคือ ทำการติดตั้ง 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


Or
  • 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

Popular Posts