Hi all, I installed latest forwardtrack 1.1b on apache 2.0.55 and PHP5. When I try to invoke admin/install I got following errors:
Warning: require_once(DB.php) [function.require-once]: failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\lib\FT\Core.class.php on line 8
Fatal error: require_once() [function.require]: Failed opening required 'DB.php' (include_path='C:\Program Files\Apache Group\Apache2\htdocs\lib\FT\..\PEAR/:C:\Program Files\Apache Group\Apache2\htdocs\lib\FT/../PEAR/Mail:C:\Program Files\Apache Group\Apache2\htdocs\lib\FT/../PEAR/Net:C:\Program Files\Apache Group\Apache2\htdocs\lib\FT/../PEAR/DB:C:\Program Files\Apache Group\Apache2\htdocs\lib\FT/../PEAR/:.;C:\php5\pear') in C:\Program Files\Apache Group\Apache2\htdocs\lib\FT\Core.class.php on line 8
As you can see, I installed FT at C:\Program Files\Apache Group\Apache2\htdocs and db.php, the file the errors are complaining about, is indeed located at
C:\Program Files\Apache Group\Apache2\htdocs\lib\PEAR\DB.php
What am I missing?
Thank you in advance!
LS
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
we have never used or tested FT on a windows setup.
similarly, one of our other PHP Open Source projects, reBlog, has been having a lot of problems with PHP5, and I suspect FT might as well.
I recommend trying a linux (or unix)/php4 setup. This can be gotten for as little as $15/month by such providers as pair.com who we really like
thanks,
mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all, I installed latest forwardtrack 1.1b on apache 2.0.55 and PHP5. When I try to invoke admin/install I got following errors:
Warning: require_once(DB.php) [function.require-once]: failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\lib\FT\Core.class.php on line 8
Fatal error: require_once() [function.require]: Failed opening required 'DB.php' (include_path='C:\Program Files\Apache Group\Apache2\htdocs\lib\FT\..\PEAR/:C:\Program Files\Apache Group\Apache2\htdocs\lib\FT/../PEAR/Mail:C:\Program Files\Apache Group\Apache2\htdocs\lib\FT/../PEAR/Net:C:\Program Files\Apache Group\Apache2\htdocs\lib\FT/../PEAR/DB:C:\Program Files\Apache Group\Apache2\htdocs\lib\FT/../PEAR/:.;C:\php5\pear') in C:\Program Files\Apache Group\Apache2\htdocs\lib\FT\Core.class.php on line 8
As you can see, I installed FT at C:\Program Files\Apache Group\Apache2\htdocs and db.php, the file the errors are complaining about, is indeed located at
C:\Program Files\Apache Group\Apache2\htdocs\lib\PEAR\DB.php
What am I missing?
Thank you in advance!
LS
ummmm,
we have never used or tested FT on a windows setup.
similarly, one of our other PHP Open Source projects, reBlog, has been having a lot of problems with PHP5, and I suspect FT might as well.
I recommend trying a linux (or unix)/php4 setup. This can be gotten for as little as $15/month by such providers as pair.com who we really like
thanks,
mike
Installed on a linux box and it works now. Thank you Michael