Bug 114

Summary: [Chameleon]Errorreport test templates 000 & 001
Product: Chameleon Reporter: Chris Thorne <cthorne@dmsolutions.ca>
Component: WidgetAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: NEW    
Severity: normal    
Priority: P2    
Version: 1.99   
Target Milestone: FUTURE   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description From 2003-11-13 15:17:23
Test Templates: errorreportwidget000.html & errorreportwidget001.html
Result of /ms4w/Apache/logs/error.log

[Thu Nov 13 15:05:23 2003] [error] [client 192.168.2.174] open: No such file or
directory
[Thu Nov 13 15:05:23 2003] [error] [client 192.168.2.174] open: No such file or
directory

NO Button is displayed when widget or error is found in web browser when widget
is the only one in the html template. This I find strange since this widget
would be the first widget you wish to add for debugging purposes.

Also, from the error found in the error.log I do not know where to go with
respect to debugging. This error suggests that some path to some file cannot
find. This could be an image path, path to Template context, chameleon.php, etc. 

I have copied the template for errorreportwidget001.html I do not see anything
that could be missing to cause the above error. 


<html><!-- InstanceBegin template="/Templates/techserv2.dwt"
codeOutsideHTMLIsLocked="false" -->
<head>
<title>Chameleon widget tests</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>

<link rel="stylesheet" href="cwc2.css" type="text/css"></link>
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
onLoad="CWC2OnLoadFunction()">
<form method="post">

<table width="900" border="1" align="center" cellpadding="0" cellspacing="10">
  <tr>
    <td width="300" align="center">&nbsp;
    </td>
    <td width="300" align="center">&nbsp;
   </td>
    <td width="300" align="center">&nbsp;
    </td>
  </tr>
  <tr>
    <td width="300" align="center">&nbsp;
    </td>
    <td width="300" align="center"><CWC2 TYPE="ErrorReport" Visible="true"
PopupWidth="500" PopupHeight="400" Toolbar="false" Status="false"
Menubar="false"  Image="images/icon_error.png" ImageWidth="18" ImageHeight="18"
ImageTip="Display Error Report" Label="Error Report"/>
    </td>
    <td width="300" align="center">&nbsp;
    </td>
  </tr>
  <tr>
    <td width="300" align="center">&nbsp;
    </td>
    <td width="300" align="center">&nbsp;
    </td>
    <td width="300" align="center">&nbsp;
    </td>
  </tr>
</table>

</form>
</body>
</html>
------- Comment #1 From 2004-04-06 13:13:41 -------
post 1.99
------- Comment #2 From 2004-04-08 08:37:27 -------
updated version to 1.99
------- Comment #3 From 2004-07-07 17:28:03 -------
Changed target to 2.1.
------- Comment #4 From 2004-08-10 16:02:50 -------
Changed Target Milestone to FUTURE. (Enhancements may be moved from this target 
to specific "versioned" targets after product design review cycles.)