Janice Scott
|
| Posted: 08/11/2002, 11:59 AM |
|
I have a working project that was originally done with CC 2.0 PHP with templates. When I attempted to convert the project to CCS 1.07 I get the following error message on two of the pages:
Error: Compiled file error
Source: DataSource "Registration", Template name: Class
Description: Microsoft JScript runtime error
Object required
line = 226, col = 4 (line is offset from the start of the script block).
Error returned from property or method call.
Error: Error occurred while generating the "Registration" page. (1)
The second page returns the same error. There are more than fifty pages in the portal project, many with complicated PHP scripts that seemed to convert properly. These two do some validation but nothing very fancy.
I am not sure what the Line = 226 col = 4 reference is or how to repair the problem so that the pages will convert.
Janice
|
|
|
 |
Nicole
|
| Posted: 08/13/2002, 1:03 AM |
|
Hello,
I suppose that registration form is Record one. Please check form's datasource and table parameters to include all the necessary setting (e.g. default value for the table parameter in case SQL data source type is used).
And in case custom insert, update, delete operations are selected check their settings as well.
|
|
|
 |
Janice Scott
|
| Posted: 08/18/2002, 8:33 AM |
|
The first page, the default page and most of the other pages converted just fine. I found no difference in table description and there was no special show code in either of the two pages that did not convert.
I solved the problem by simply deleting the two offending pages and recreating them in CCS.
It was easier to do this than to diagnose the conversion problem.
Thanks,
Janice
|
|
|
 |
|