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

Wednesday, January 16, 2013

Share and access file with Windows via samba in Ubuntu 12.10


  • ประเด็นมีอยู่ว่าใช้ nautilus เข้า smb://hostshare แล้วมันได้แค่ read แต่อยากใส่ user password หาช่องใส่ไม่เจอ (Ubuntu 12.10) 
  • ใช้ smb4k ง่ายมาก


 





Install Caffeine in Ubuntu 12.04, Linux Mint 12 and Linux Mint 13


Installing Caffeine on Ubuntu 12.04, Linux Mint 12 and Linux Mint 13:
1. Adding the Caffeine repo:
sudo add-apt-repository ppa:caffeine-developers/ppa

2. Update the system:
sudo apt-get update

3. Install Caffeine:
sudo apt-get install caffeine python-glade2

Refer


Manually Create Custom Application Launcher in Ubuntu 12.10 Unity


sudo apt-get install gnome-panel
sudo gnome-desktop-item-edit /usr/share/applications/ --create-new



Refer




Related


Popular Posts