version 4.2.0 possible bug in ghosts report
When the Ghost Client report is called it appears that the variables set in hobbitserver.cfg are not used, instead their default values are set. This includes BBSERVERWWWURL, BBSERVERIP, BBSERVERHOSTNAME, etc.
For our implementation we are using /audit instead of /hobbit, so the following variable are automatically set:
BBMENUSKIN: /audit/menu BBSERVERWWWURL: /audit BBWEB: /audit BBSKIN: /audit/gifs BBHELPSKIN: /audit/help BBNOTESSKIN: /audit/notes BBREPURL: /audit/rep BBSNAPURL: /audit/snap BBWAP: /audit/wml
But on the ghosts report, they are set to:
BBMENUSKIN: /hobbit/menu BBSERVERWWWURL: /hobbit BBWEB: /hobbit BBSKIN: /hobbit/gifs BBHELPSKIN: /hobbit/help BBNOTESSKIN: /hobbit/notes BBREPURL: /hobbit/rep BBSNAPURL: /hobbit/snap BBWAP: /hobbit/wml
I found the above values by adding those variables to the bulletin_footer file and seeing the differences on bb.html vs ghost report.
This mainly causes a problem with the menu JS. It is referenced using BBMENUSKIN, which on the ghosts report is /hobbit/menu instead of /audit/menu. The actual ghost report does work for us. We do not see the menu or images correctly.
We are using Hobbit version 4.2.0.
Thanks for your help.
Robert
participants (1)
-
robertholden@gmail.com