This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FCARM

Hi

I'm trying to compile a project with web pages that is a few years old.
I'm using RL-ARM 4.13 I think it was 4.05 when I last compiled without any errors.
Below are an example of the errors, I think it might be do to with the img src, but I'm not sure.

Does anyone know what has changed to cause this error?

Thanks,

Ian

I'm getting lots of errors from FCARM here is an example:

FCARM FILE CONVERTER V2.29
*** ERROR F102: INVALID SCRIPT SYNTAX FILE: home.cgi, LINE: 122, POS: 2
*** ERROR F102: INVALID SCRIPT SYNTAX FILE: sys_settings.cgi, LINE: 101, POS: 2

Here is home.cgi (line numbers in brackets).

(115)t <tr class="style12">
(116)t <td> </td>
(117)t <td valign="top">System Settings </td>
(118)t <td valign="top"> </td>
(119)t <td colspan="2" valign="top">View or modify the Node's settings (e.g. Local Ip Address), it's
(120)t Server Settings (e.g. Server IP Address) or its Manufacturing Settings (Device Serial Number)</td>
(121)t <td rowspan="2" valign="top"><div align="right">
(122)t <img src="bss_logo.jpg" width="259" height="72"></div></td>
(123)t </tr>

Here is sys_settings.cgi (line numbers in brackets)

(92)t <tr>
(93)t <td colspan="4"><form name="form1" method="get" action="">
(94)t <table width="760" border="0" cellspacing="2" cellpadding="0">
(95)t <tr bgcolor="#7C8DA9">
(96)t <td bgcolor="#7C8DA9" class="style12">
(97)t <div align="right">
(98)t <input name="Reset" type="reset" class="style28" value="Undo">
(99)t </div></td>
(100)t <td colspan="3" bgcolor="#7C8DA9" class="style12">
(101)t <div align="center">Node Settings <img src="info.gif" alt="The Node Settings form is for network and
(102)t other system configuration settings. Incorrect changes to any of these settings can effect the operation of
(103)t the node and or network. Changes must only be carried out by qualified system configuration engineers. Changing
(104)t the local IP address and or disabling DHCP will take immediate affect and break the connection with this web page.
(105)t To re-open this page the user must type the new URL/IP address into their web browser. Note re-enabling the DHCP
(106)t will only take effect after the unit is reset." width="16" height="16"></div></td>
(107)t <td bgcolor="#7C8DA9">
(108)t <div align="left">
(109)t <input name="Submit" type="submit" class="style28" value="Update">
(110)t </div></td>
(111)t </tr>

0