PuTTY: import and export settings

by prettyscripts on 2009-12-18 01:42:52 • Leave a comment »

tool

putty does not offer functions to import and export settings. settings are saved in the registry and are imported and exported manually.exportopen registrylocate HKEY_CURRENT_USER\Software\SimonTathamfile > export, save the filecopy this f… more »

Tags: export, import, putty, telnet

symfony: undefined method Doctrine_Collection::offset()

by prettyscripts on 2009-12-16 12:24:11 • Leave a comment »

phpsymfony

i got the following error was displayed when paginating results with sfDoctrinePager:Fatal error: Call to undefined method Doctrine_Collection::offset() in /path/to/symfony/lib/plugins/sfDoctrinePlugin/lib/pager/sfDoctrinePager.class.php on line 84… more »

Tags: doctrine, offset, symfony