|
From: TAO R. <ron...@ho...> - 2001-07-01 03:21:26
|
hi,
this is probably not the problem of make system.
>Hello,
> All's well with make on win... EXCEPT an error when running
'xslt_example.php'
>:
>Warning: Failed opening
'c:/cygwin/home/wds/r2/binarycloud/build/en/binarycloud/Init.php'
>for inclusion (include_path='.;') in ./prepend.php on line 33
>
>Fatal error: Cannot instantiate non-existent class: init in
c:/cygwin/home/wds/r2/binarycloud/build/en/htdocs/xslt_example.php
>on line 50
>***********
>apparently path problem, not looking in Init for Init.php
>o.k. so the line in xslt_example.php:
>import('binarycloud.Init');
>changed to: import('binarycloud.init.Init');
>
you fixed the first one bug
>then got this error:
>Warning: Failed opening
'c:/cygwin/home/wds/r2/binarycloud/build/en/user/mod//.php'
>for inclusion (include_path='.;') in ./prepend.php on line 33
>
>Fatal error: Cannot instantiate non-existent class: in
c:/cygwin/home/wds/r2/binarycloud/build/en/binarycloud/core/Page.php
>on line 129
>************
>Now i'm clueless :(
try to change the following things in htdocs/xslt_example.php
in $bc_page array
sprit the path to name and package, u can follow the way in index.php,
then it will work....
have fun :)
ronald
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
|