hmmm, I made a mistake with my prior post. You missed out on the PHP code that I added...
I corrected the path...
<?php require_once("WA_iRite/WARichEditorPHP.php"); ?>
I made an edit/update to the toolbar properties and saved...
I got a 2nd path error, and I found this on lines 1 and 2;
<?php require_once("/WA_iRite/WARichEditorPHP.php"); ?>
<?php require_once("WA_iRite/WARichEditorPHP.php"); ?>
I removed line 1.