View previous topic :: View next topic |
Author |
Message |
rastabon -
Joined: 26 Jul 2007 Posts: 2
|
Posted: Thu Jul 26, 2007 3:50 am Post subject: full path tp php binary |
|
|
hi,
if abyss is installed at c:\abyss and php at c:\abyss\php what is the full path to php binary? i am configuring the dolphin smart community builder. during the install process i have to declare the full path. should i have installed php in htdocs? thank you |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
|
Back to top |
|
 |
rastabon -
Joined: 26 Jul 2007 Posts: 2
|
Posted: Thu Jul 26, 2007 8:06 pm Post subject: |
|
|
thanks for the reply.
i tried the path as shown for php-cgi.exe ( php5) under scripting parameters in the abyss configuration pages. it allows you to browse for it.
C:\abyss\php\
when i input this in the dolphin community builder, it doesn't find it
it says:
Path to php binary. You should specify full path to your PHP interpreter
their example is /usr/local/bin/php
i installed php in the abyss folder. should it be in htdocs?
or how else could it have the above address example? |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Jul 28, 2007 12:00 am Post subject: |
|
|
rastabon wrote: | i installed php in the abyss folder. should it be in htdocs?
or how else could it have the above address example? |
PHP should never be installed in htdocs. That's a major security risk to put it there.
Now regarding the error you are getting: you've either entered a bad path or the script you're using is expecting something else (or have some other problems).
Usually scripts do not need to know where PHP is (the web server is the only one that need that information). So we suggest that you contact that script author and request support about that issue. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|