Koozali.org: home of the SME Server

PHP in Ibay help

Arby Edi

PHP in Ibay help
« on: March 08, 2002, 04:14:25 AM »
I loaded a few php programs within different password protected Ibays, one is popper email program, and the other is PHPFileExchange.  I can't seemto get either to work properly..and I know I must be missing something simple.  Both pages, when I access and give my ibay password, return with a blank screen and the source for the html show default header info with noting inside..just blank stuff like the php scripts can't get someting they need.  the php base dir is the ibay root itself so things should be ok there.  I gave proper passwords.  Even a testing php file I created to show phpinfo DOES work, but these 2 don't.  Any thoughts?

Has anyone else loaded popper (I know someone has done this as I foillowed th HOWTO exactly and i still doens't work), or phpfileexchange.

TIA.

Luke Drumm

Re: PHP in Ibay help
« Reply #1 on: March 08, 2002, 05:27:04 AM »
I've been tripped up by accidently putting PHP scripts in the CGI-Bin directory when they should be going into the HTML directory.

Regards,
Luke

Arby Edi

Re: PHP in Ibay help
« Reply #2 on: March 09, 2002, 02:09:19 AM »
I thought that at first too, but I have them all in the html dir.