if (do_name() != 'Home') : ?>
endif ?>
Posted by Ben on Jan 29, 2007
include("util/comment.php"); ?>
Posted by Ben on Jan 29, 2007
In the case of CaminoSession, a better solution is to upgrade to version 0.86 (http://willmore.eu/plugins/caminosession.html) in which this problem has been fixed.
The cause of NodeBox startup crashes: input managers
Posted by Frederik on Jan 17, 2007Some people have experienced crashes when trying to start up NodeBox. These are frequently caused by input managers they have installed. Input managers override code in applications like Safari or iChat to implement specific functionality. However, faulty compiler flags can cause them to crash the host application.
The workaround is to disable the offending input managers from either the /Library/InputManagers folder or your /Users/yourusername/Library/InputManagers folder.
The name of the offending input manager is clearly noted in the NodeBox crash log. As an example, here is a crash log caused by CaminoSession:
Developers can make sure their of input managers works with NodeBox by setting the correct compiler flags. For more information, look here: http://article.gmane.org/gmane.comp.python.pyobjc.devel/4281