Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=2616569
By: nobody
I'm a new user to phpwebapp and php programming (but have a lot of programming
experience in other languages). I've got an installation problem with phpwebapp,
which I think may be related to some "assumptions" about the server configuration
of PHP. Any clarification/help would be appreciated.
Installing phpwebapp on a WinXP box with PHP running under IIS5, I get the following
errors when navigating to the documentation directory:
-------------------------------------------
Notice: Undefined index: SCRIPT_FILENAME
in C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line 24
Warning: main(/config/const.Paths.php): failed to open stream: No such file
or directory in C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line
39
Warning: main(): Failed opening '/config/const.Paths.php' for inclusion
(include_path='.;c:\php4\pear')
in C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line 39
Warning: main(/config/const.Options.php): failed to open stream: No such file
or directory in C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line
42
Warning: main(): Failed opening '/config/const.Options.php' for inclusion
(include_path='.;c:\php4\pear')
in C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line 42
Warning: main(/config/const.Debug.php): failed to open stream: No such file
or directory in C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line
43
Warning: main(): Failed opening '/config/const.Debug.php' for inclusion
(include_path='.;c:\php4\pear')
in C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line 43
Notice: Use of undefined constant USES_DB - assumed 'USES_DB'
in C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line 44
Warning: main(/config/const.DB.php): failed to open stream: No such file or
directory in C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line 44
Warning: main(): Failed opening '/config/const.DB.php' for inclusion
(include_path='.;c:\php4\pear')
in C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line 44
Notice: Use of undefined constant WEBAPP_PATH - assumed 'WEBAPP_PATH' in
C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line 47
Warning: main(WEBAPP_PATHWebApp.php): failed to open stream: No such file or
directory in C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line 47
Warning: main(): Failed opening 'WEBAPP_PATHWebApp.php' for inclusion
(include_path='.;c:\php4\pear')
in C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line 47
Fatal error: Undefined class name 'webapp' in
C:\PHP\_phpRoot\phpwebapp-1.0\documentation\webapp.php on line 49
------------------------------------
Again, any help re: the expected php configuration would be appreciated!
- Dan Gilleland
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=139471
|