Archive forMarch, 2009

HELM

Finally, I got it installed at my Virtual PC.

Congratulations! You have completed the Helm Setup Wizard.  When you click ‘Next’ Helm will do the following:

Indeed, I learn a lot from there. I knew what they did is for my own good..sometime, I always cant control my emotion, and said thing out without think twice..Sorry for that..

Comments (2)

Phpmyadmin: cannot load mysql extension

Bump….got error after configure Phpmyadmin

" cannot load mysql extension; please check PHP configuration Documentation"

 No worry :) To solve it, easy…hahhahha

-Check your php.ini configuration: make sure that the below are enabled:

;extension=php_mysql.dll
;extension=php_mbstring.dll
;extension=php_curl.dll
;extension=php_mcrypt.dll

You might want to enable mbstring and curl modules as well by uncommenting the following lines on your php.ini file.

- double check your extension path: extension_dir = "c:\php\ext"

-insert the password in the configuration file

~DONE

Comments