Archives for “quick&dirty”

So much for a post title. The thing is as follows: you use migrations for a certain app in some point at your development, you add proxy models to that app you need to have specific permissions for that recently created proxy model. since that app you’re adding the proxy model is not controlled by [...]


Sobre el flash y los links internos. Parece ser que, motivo de una medida de seguridad, el objeto flash tiene la siguiente ‘limitacion’ o restriccion: cuando el servidor donde está alojado el archivo flash (el definido en el parámetro “movie”) no coincide con el servidor donde está alojado el codigo html que realiza la llamada [...]


Let me introduce a new category of “quick&dirty” tricks to apply when “quick&dirty” things happen in symfony (yes, they happen). After a new pear upgrade, a new “bug” may appear concerning sfPropelADministrator. something similar to this may show up: Notice: Undefined offset: 1 in /usr/share/php/symfony/config/sfGeneratorConfigHandler.class.php on line 69 and … [sfParseException] You must specify a [...]