Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Weblingo Error Message
Andreas_Goebels
Hi All!I'm trying to update a module from LL 9.2 to 9.7.1 and receive a strange error message when loging in (with an invalid password) to LL with a (module specific) login page:Error from WebLingo.CurrentCache.LookupCompiledFile: WebLingo.CacheMap/LookupCompiledFile(FILENOTFOUND): cs_ErrorLogin.htmlError during $WebLingo.WebScript.RunFile =WebLingo.CacheMap/LookupCompiledFile(FILENOTFOUND): cs_ErrorLogin.htmlHas anybody seen such a message before? Where can I start to search for the problem? Any hint is welcome, I'm quite new to the LL module development area...Thank you in advance,Andreas
Find more posts tagged with
Comments
Appu_Nair
Have see nthis before.If you create a request handler and not specify a .fhtmlfile for its final output it will defualt to the requesthandlername.html.Since you have forgotten to put cs_errorLogin.html as the final output of your execute it is complaining.To test this create a new RH and just write an echo statment in its execute.Register the RH and run in builder it will register the echo statment also this eror will be thrown in your browser as well as the browser.After this put a .fhtml = whatver.html and put in module html directory.If you put hello world in that file you will see that
xCP-2.1-Developer-Environment-Template.xml