if (do_name() != 'Home') : ?>
endif ?>
NodeBoxError
Posted by pac on Aug 25, 2006
Hi,
Running NodeBox i came across this error:
"NodeBox Error
An unexpected error has occurred during execution of the main script
AttributeError: 'NoneType' object has no attribute 'fontName'"
What's the problem?
Thank, pac
Posted by microbians on May 11, 2007
include("util/comment.php"); ?>
I got the same error at execute time of NodeBox.app.
An unexpected error has ocurred
(AttributeError: 'NoneType' object has no attribute 'endswith')
I try diferent prior versions and the only I got working is the NodeBox_1.0rc7.
I'm on a 2x2.6 GHz PowerPC G5 with 10.4.9 Mac OS X.
Thanks a lot.
Gabriel
Posted by Tom De Smedt on Sep 3, 2006
This error occurs when you don't have the Monaco font installed/enabled on your computer. Monaco is the default font you use to write scripts in NodeBox. You can install/enable it in the Font Book application after which NodeBox starts up fine.
I admit the error message is perhaps a bit cryptic.