Brett Report post Posted 07/08/2010 02:26 AM Hi, Very strange issue that I have never come across before. I have a script that I have made changes to and deleted modules from but when I check the logs the modules are still being used by the script!!?? I have made sure that the correct scripts are assigned in config.xml Hope you can help. Share this post Link to post
SupportTeam Report post Posted 07/08/2010 04:52 AM The modified script is loaded by VoiceGuide within one second of it being saved. New calls will use the new version of the script. Existing calls will continue to use the version of the script that existed when that call started. If the module was deleted and the new script is saved then the module no longer exists in new version of script so there is really no way that it can be used. Would recommend checking that the new version of script was saved in the right location. Please post vgEngine traces if you still have problems. Share this post Link to post
Brett Report post Posted 07/15/2010 03:51 AM Thanks for your help. And yes, my bad. Found problem was a call from another script back to original script was calling an earlier version. Share this post Link to post