Category: "Tips for PHP"
Joomla Chinese Version
Joomla has a number of localiztion version. For chinese version, it can be downloaded at http://www.joomla.org.tw/
"Got error 28 from storage engine" Error
I got an error from b2evolution blog. That is "Got error 28 from storage engine". And then, I went to my website backed Joomla. I got this error again. Then I can prove that is not the error related with the b2evolution. And I did some google search, I found out that is a disk space problem. So, I did a job request to my hosting provider. I think they increased the quote, then the problem is solved.
500 - Layout "default" not found
I am writing my joomla component. In admin console, I got an error "500 - Layout "default" not found". That is because under views/[component name]/tmpl is missing a template file. The template must be named as default.php/
404 - Component Not Found
I am writing a joomla component, I got an 404 - Component Not Found. I found that is because I got a typo in main component file. For example, the component name is com_hello, then it needs com_hello\hello.php.
PHP Editor in Ubuntu
I like to use Screen in Ubuntu. That is a just editor, is not an IDE.That is what I want, a lightweight stuff. Moreover, I love there is a spell checker!