Hugo
|
| Posted: 12/05/2002, 3:06 PM |
|
Transfer CCS 1.0 PHP sites to CCS 2.0 Beta gives this Parse error on each php page, ( ***To make it works these lines have to be erased at the end of the page*** ) >>>>
Parse error: parse error, unexpected T_VAR in
c:\program files\easyphp\www\mysite\default.php on line 568
//Variables @4-98E4BEDF
568 var $CCSEvents = "";
var $CCSEventResult;
var $CountSQL;
var $wp;
//End Variables
|
|
|
 |
glerma
|
| Posted: 12/06/2002, 7:42 AM |
|
Did you report this to Codecharge Support?
|
|
|
 |
Mutsch
|
| Posted: 12/06/2002, 10:46 AM |
|
http://www.gotocode.com/disc_viewt.asp?mid=17253&
As you can see I have the same problem with the build in examples. What I am wondering is why just you and me are facing this issue. Is there anything special here?
Helmuth
|
|
|
 |
Hugo
|
| Posted: 12/06/2002, 1:39 PM |
|
The way to make it works is to erase these lines at the end of each Code page then it's Ok !
//Variables @4-98E4BEDF
568 var $CCSEvents = "";
var $CCSEventResult;
var $CountSQL;
var $wp;
//End Variables
|
|
|
 |