RE: [PHP] xtemplate & windows

2003-01-26 Thread John W. Holmes
> i try to run xtemplate on my windows machine but i get errors such > like : > > undefined index main...(main is the name of block ) > > it seems it can not process blocks in template. theres no error in > unix machine. > > does anyone knows the solution? One solution would be to use Smarty. T

[PHP] xtemplate & windows

2003-01-26 Thread Cenk Uysal
hi, i try to run xtemplate on my windows machine but i get errors such like : undefined index main...(main is the name of block ) it seems it can not process blocks in template. theres no error in unix machine. does anyone knows the solution? __