Hi,
I created HTML template for /SCWM/RFUI and everything works in Dev server.
I moved the Internet Service and SICF service to QA, but now it gives a dump.
--------------------------------------------------------------------------------------------------------
What happened?
The template templates/itsmobile/99/include/sound.html
contains syntax errors and therefore could not be compiled. Cause of
error: The token "(" ("(") was not recognized.
The syntax error is in row: 4, column: 130
The HTMLB row with errors is:
"` <bgsound src="`mimeURL(~service="itsmobile", ~theme=99,
~language="", ~name="sounds/all/sapsoundmsg.wav")`" loop="1" `sh()`>"
Error analysis
The HTMLB parser could not execute an HTMLB statement because it could
not recognize the token "(" ("(").
This error can occur, for example, if an HTMLB backtick or the
parentheses in a function call are missing.
If you cannot find the syntax error, you can use HTML comments ( <!-and
--> ) to comment out individual HTMLB statements and, in this way, at
least localize the statement that contains the error.
HTMLB example, error ITS_UNEXPECTED_TOKEN
`varA=;` <- error, value is missing
`if (varA == 0)`
`varA = 1;`
`end;`` <- Error, one backtick too many
------------------------------------------------------------------------------------------------------------
Parameters
~THEME | 99 |
~ITSMOBILE | 1 |
~SOURCES | /SCWM/RFUI, itsmobile |
~TRANSACTION | /SCWM/RFUI |
Am I missing anything?
Thanks
Krishna