Trying to save some time by installing a pre-configured WAMP environment (Windows Apache MySQL and PHP). I downloaded the latest Bitnami WAMPStack and found that it didn't have php_dbase.dll in the $PHP_DIR/ext/ dir. A planned retreat worked. This version has...
James McDonald
CakePHP – Accessing an un-related model from a controller action
Check point 9 here => http://nuts-and-bolts-of-cakephp.com/2008/06/09/15-essential-cakephp-tips/ This didn't work for me: $this->load('IgnoreList'); I got this error: Fatal error: Call to undefined method EdiRecordsController::load() This worked $MyModel =...
CakePHP – Virtual Fields the Fields you have when you’re not having a Field
CakePHP Virtual Fields e.g. How to perform database select functions and return them sensibly to your model http://book.cakephp.org/view/1608/Virtual-fields
Getting the Latest 32bit Firefox Running on Debian Squeeze
Can't find libstdc++ Install lib32std+cc Add the path to firefox to /etc/ld.so.conf.d/libc.conf /opt/firefox Can't open libXrender install ia32-libs I installed libdesktop-agnotic0-gio aswell. I also got a heap of errors regarding "wrong ELF class: ELFCLASS64" Run...
PHP on Windows failing to start due to missing dll’s
Reference: http://ajaxweb.wikidot.com/php-installation-fails-missing-dll Every time I tried to run php.exe or php-win.exe I got popups complaining of a heap of missing DLL's gds32.dll ntwdblib.dll oci.dll etc... As the above link says you need to run php.exe and note...
Getting Skype running on Fedora 16
Download and install the latest skype rpm ( I installed Skype (Beta) Version 2.2.0.35) Try it and you get missing libs... libQtDbus and libQtgui and all sorts of missing libs So run ldd /usr/bin/skype to track down what's missing then go and install the packages # I'm...
Fedora 16 and the winner is… Useability
I installed the Fedora 16 beta a few weeks back and was mostly pleasantly suprised at Beta things just worked. I've heard a few neg reviews regarding brain dead install failures namely install failing if you have a separate /var partition. But apart from that. Fedora...
Some notes on using validation in a CakePHP model.
Warning: Take all this with a grain of salt. Musing only here. PHP Nested Arrays - Scratch Scratch A potentially confusing thing, and the power in CakePHP is the frequent use of nested arrays. Because IANAP (I am not a programmer) it's taken some time to begin to...
Writing a custom RDP file from a Kix logon script
I attempted use the standard kix script writeLine() function to append data to a Windows .RDP file and got garbage I wanted to add a custom "username:s:DOMAINNAME\username" line to the end of the RDP File. Work-a-round Use VBScript embedded in the kix script to append...
Try them all then remove them… Not so easy
Playing with desktop environments and then you want to remove them # narrow down the group list to the ones you are interested in yum grouplist | grep -Ei '(xfce|kde)' # then get the packages you need to remove yum group info Xfce # then try and get a list of the...
