install problem
Status: Beta
Brought to you by:
blakewatters
I am using apache 2.047 and i was create a dir in my
wwwroot and call it netjuke.
also i have win2003 and php4 also my sql
when i try to insatll i get this
Warning: main(C:/Webserver/etc/locale/en/inc-
installer_installer.php): failed to open stream: No such
file or directory in
C:\Webserver\wwwroot\netjuke\installer\lib\inc-
generate.php on line 158
Fatal error: main(): Failed opening
required 'C:/Webserver/etc/locale/en/inc-
installer_installer.php' (include_path='.;c:\php4\pear') in
C:\Webserver\wwwroot\netjuke\installer\lib\inc-
generate.php on line 158
well as i unpack the program why i got this error
anyone can help me please
Logged In: YES
user_id=1430901
I found that if you have PHP as CGI, the
$_SERVER['SCRIPT_NAME'] var, which is used in all the
include files over and over reports to C:\Path\to\php.exe
instead of the expected docroot. I would suggest using the
$_SERVER['PHP_SELF'] or $_SERVER['PATH_TRANSLATED'] ...
This prevents the install as well as further usage. Just
check the includes (lib/inc-common.php and installer/lib/
inc-installer.php were enough for me) and change if you
must. Hope that in the next release, this will be fixed :-)