Kurinchi Blogger Scribbles …


Archive for July, 2009

Jul 07
2009

CakePHP: Caching and issues related to it

Last updated: July 7th, 2009

There may be occasions that the programs that you develop in your development environment does not fetch the desired results when the programs are moved to the production environment.

The possible cause of this problem may be due to active caching in cakePHP which tends to bring in copies of text from older program revisions.
(more…)

Jul 06
2009

Open source Virtual Environment – Virtual Box from Sun

Last updated: July 6th, 2009

How to install openSolaris or Ubuntu via Sun’s Virtual Box?

VirtualBox is a virtualization software offered by Sun under two license categories – open source licence & Personal use and evaluation license. Open source license has some closed-source features and you can read this link to understand the differences between the editions offered.
(more…)

Jul 05
2009

Configuring CakePHP in localhost

Last updated: July 9th, 2009

Quick and easy steps

Grab a copy of cakePHP from cakephp.org website

You can either create the new cakephp website in the root (http://localhost/) or by adding it as a subfolder (http://localhost/mycakesite/)

If you create it as a subfolder, then configure the appropriate path settings for linking images in the web pages.
(more…)

Jul 01
2009

PHP Parse error unexpected T_STRING

Last updated: July 2nd, 2009

Sample error message that you may have come across when designing php pages …

Parse error: syntax error, unexpected T_STRING in C:\wampserv\www\my_program.php on line 4

Solution:
Check your program to see if there is a missing semi-colon at the end of line 3. Php need the character “;” at the end of the statements to indicate the end of php command.


Valid HTML 4.01 Strict  Valid HTML 4.01 Strict