Toggen Blog
Tech tips
Articles
Latest
Wherefore art though php_dbase.dll?
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...
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...
