install phpBB and still got no where

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
aki
-


Joined: 23 Oct 2003
Posts: 46

PostPosted: Thu Oct 23, 2003 6:38 pm    Post subject: install phpBB and still got no where Reply with quote

got this mess when i try to test it at 127.0.0.1>>>>

Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.

For more information as to why this behaviour exists, see the manual page for CGI security.

For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.
---------------------------------------------------
i put the folder phpBB in htdocs/forum/
please help me :(
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Oct 24, 2003 12:21 pm    Post subject: Re: install phpBB and still got no where Reply with quote

Install PHP support exactly as described in http://www.aprelium.com/abyssws/php.html . Pay a special attention to the declaration of the CGI Env. Variable REDIRECT_STATUS. It should have no spaces before or after the variable name which must be typed in capital letters.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
aki
-


Joined: 23 Oct 2003
Posts: 46

PostPosted: Fri Oct 24, 2003 2:40 pm    Post subject: Reply with quote

yeah right, now its the phpMyAdmin thing
-------------------------------------------

Welcome to phpMyAdmin 2.5.4


phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

Error

MySQL said:


Client does not support authentication protocol requested by server. Consider upgrading MySQL client
[Documentation]

-------------------------------


i did follow 2 guides but still no luck :cry:
Back to top View user's profile Send private message
RedSchmoke
-


Joined: 29 Oct 2003
Posts: 5

PostPosted: Wed Oct 29, 2003 6:51 am    Post subject: Reply with quote

Quote:
Welcome to phpMyAdmin 2.5.4


phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

Error

MySQL said:


Client does not support authentication protocol requested by server. Consider upgrading MySQL client
[Documentation]


I had the same problem... I redid my computer and made a seperate partiton for the server... That seemed to help me. but it's an awful waste of time. I personally feel as though it's an error with the X1 server. Beta testing really should have noticed a flaw like this before the release so that they could at least have put out a tutorial on the error or fixed it.
_________________
"Her boyfriend he don't know, anything about her. He's too stoned, Nintendo. I wish that I could make her see, she's just the flavor of the week."
Back to top View user's profile Send private message Visit poster's website AIM Address
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed Oct 29, 2003 2:41 pm    Post subject: Reply with quote

RedSchmoke,

For your information, Abyss Web Server never talks to MySQL databases directly. It is PHP and your scripts that do this. Abyss makes the bridge between the script+PHP and your browser.

So do not see bugs where there aren't. If some people fail to follow installation instructions of their scripts or of MySQL, or if their system has configuration problems, we cannot be blamed for that (by the way, why not blaming also Microsoft since you're using Abyss on their operting system, and why not blaming your computer manufacturer since Windows runs on it).
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
zuignap
-


Joined: 29 Oct 2003
Posts: 4

PostPosted: Wed Oct 29, 2003 6:01 pm    Post subject: Re: install phpBB and still got no where Reply with quote

aprelium wrote:
Install PHP support exactly as described in http://www.aprelium.com/abyssws/php.html . Pay a special attention to the declaration of the CGI Env. Variable REDIRECT_STATUS. It should have no spaces before or after the variable name which must be typed in capital letters.


that was not a solution for me,

i checked if it's wrong, but i looks good... what else could be wrong?
Back to top View user's profile Send private message
aki
-


Joined: 23 Oct 2003
Posts: 46

PostPosted: Thu Oct 30, 2003 7:24 pm    Post subject: Reply with quote

do this: install in a new computer, i did it and showed it works. maybe becuase the ms access OR the router i got. Dlink is not the best router heheh but now its up.

i recommend us os17fan tutorials , but there are a little prob. after u install the MySQL, u better type the user name and pass. Then after that it creates a working my.ini, then u can remove the login and pass.






----------------------------------------
http://blueheaven.no-ip.com/forum
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Oct 31, 2003 4:45 pm    Post subject: Re: install phpBB and still got no where Reply with quote

zuignap,

Please send your abyss.conf and your php.ini files to support@aprelium.com to check them.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
zuignap
-


Joined: 29 Oct 2003
Posts: 4

PostPosted: Sat Nov 01, 2003 1:40 am    Post subject: Re: install phpBB and still got no where Reply with quote

aprelium wrote:
zuignap,

Please send your abyss.conf and your php.ini files to support@aprelium.com to check them.


I think i found the solution, but i don't know if it's realy safe...

Open the php.ini on the location: C:\WINNT

Search for the code
Code:
cgi.force_redirect = 1
and change the value into 0

It look's now like this:
Code:
cgi.force_redirect = 0


WARNING!!!!!!!
Code:
; cgi.force_redirect is necessary to provide security running PHP as a CGI under
; most web servers.  Left undefined, PHP turns this on by default.  You can
; turn it off here AT YOUR OWN RISK
; **You CAN safely turn this off for IIS, in fact, you MUST.**
; cgi.force_redirect = 1


tomorrow i gonna mail aprelium about this, because i'm going to sleep now...
Back to top View user's profile Send private message
zuignap
-


Joined: 29 Oct 2003
Posts: 4

PostPosted: Sun Nov 02, 2003 3:33 am    Post subject: Re: install phpBB and still got no where Reply with quote

[quote="zuignaptomorrow i gonna mail aprelium about this, because i'm going to sleep now...[/quote]

I must say, i had a mail back from aprelium. They say :

Code:
The solution you found is safe. But let's look why you failed installing PHP
using the instructions we provide. It is simply because you typed an extra
space after REDIRECT_STATUS. It is very clear in the abyss.conf file. This
space is not visible for you but if you edit the CGI Env Variables, you'll
be able to remove it and get rid of that PHP alert.


I was supposed, that i did that.. I never did add a space about that, but it works.... (even when i changed the line : cgi.force_redirect =0 into 1)

REaly strange..

Thanxs everyone!!!
Back to top View user's profile Send private message
investr
-


Joined: 06 Nov 2003
Posts: 6

PostPosted: Thu Nov 06, 2003 6:23 am    Post subject: Abyss and phpbb works awesome Reply with quote

Working example >> www.3guns.com/forums

Took less than 15 minutes once you follow all the instructions verbatim.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group