Re: [PHP-INSTALL] PHP apps

2006-05-06 Thread Peter Hodge
Hi Jim, If you're getting a blank page from PHP, it could also be a PHP error which isn't being shown. The easiest way to see if PHP is running it to put a phpinfo file into your PHP folder and browse to it: PHPapp1/phpinfo.php [1 line of code]: Then browse to www.xxx.org/PHPapp1/phpinfo.php

Re: [PHP-INSTALL] Error - Notice: Undefined offset:

2006-05-06 Thread Peter Hodge
Hi, $string doesn't have any spaces in it, so after you do explode: $string_arr=explode(" ",$string); $string_arr only has one element in it ($string_arr[0]). You are trying to access elements 0,1,2,3,4,5,6,7,8,9, but 1-9 don't exist when there is no space character in $string. You could chang

Re: [PHP-INSTALL] tru64 php informix

2006-05-06 Thread Peter Hodge
If I remember correctly, PHP can be configured with some debugging options (I've never used them). You could try configure / make with the debugging options turned on to see if you can squeeze an error message out of Apache. Otherwise, - are there newer Informix drivers / libraries you can instal

Re: [PHP-INSTALL] PHP apps

2006-05-06 Thread Brad Kowalczyk
Jim Douglas wrote: When I try this, DocumentRoot /usr/opt/tomcat/webapps Alias /myJSPapp /usr/opt/tomcat/webapps/myJSPapp/ Alias /PHPapp1 /usr/opt/tomcat/webapps/PHPapp1/ I can browse www.xxx.org/myJSPapp, no problem When I browse www.xxx.org/PHPapp1 I get a blank screen, "view sourse"

Re: [PHP-INSTALL] PHP apps

2006-05-06 Thread Jim Douglas
From: Brad Kowalczyk <[EMAIL PROTECTED]> To: Jim Douglas <[EMAIL PROTECTED]> CC: php-install@lists.php.net Subject: Re: [PHP-INSTALL] PHP apps Date: Sat, 06 May 2006 16:53:55 +1000 Jim Douglas wrote: To all, I have a JSP/Servlet based webapp that will rely on 2 diffferent PHP apps for specific

[PHP-INSTALL] Error - Notice: Undefined offset:

2006-05-06 Thread Jeremy Oliver
Hi This script was working fine, now all of a sudden I am getting an error: Date: 06/05/06     Comment By: test    Comment: test Notice: Undefined offset: 1 in C:\pub\com_summ.php on line 17 Notice: Undefined offset: 2 in C:\pub\com_summ.php on line 17 Notice: Undefined offset: 3 in C:\pub

Re: [PHP-INSTALL] tru64 php informix

2006-05-06 Thread Luis Fernando Morales
 I have been tried to compile the php module without '--with-informix' and the apache2 startup fine, the php module runs ok and I can execute *.php from the web browser. But when I try to add the parameter '--with-informix'  here is when the apache2 cannot startup.. I done a  'apachectl -e debug'

Re: [PHP-INSTALL] tru64 php informix

2006-05-06 Thread Peter Hodge
Hi, I'm not very familiar with Apache problems, sorry, the best I can suggest is that you comment out the lines in httpd.conf which refer to php and see if apache will run without it. good luck, Peter --- Luis Fernando Morales <[EMAIL PROTECTED]> wrote: > ok.. you right.. the httpd.conf was w