php-windows Digest 8 Sep 2004 23:37:35 -0000 Issue 2388

Topics (messages 24544 through 24545):

Slightly OT - checking if an app is running
        24544 by: George Pitcher

PHP 5.0.1 Manual/Automatic Install
        24545 by: Kevin Crookes

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hi,

This is slightly off topic, but it may be that PHP can provide the solution.

I am running Filemaker Pro v5 Unlimited on an NT4 Server box. I have a
Filemaker plug-in that checks that the required databases are running every
5 minutes, and if not, launches them. That's fine as long as the Filemaker
application is running.

Recently, the application has been shutting down inexplicably and that
causes me quite a problem.

I'm looking for a tool, or script that can check to see if Filemaker is
running (or not) and then do whatever is necessary to get the system
started, if required. My fallback from that would be for a 'failure' to
trigger an email to alert me (I can do the email part).

I'm looking for a temporary solution as I will be porting the data from
NT/FMP/Lasso to Linux/MySQL/PHP in a few months.

Any ideas anyone?

Cheers

George in Oxford

--- End Message ---
--- Begin Message ---
Hi all,

 

Well it is now 12:08 past midnight and I have been at this since 7pm.

 

Basically my problem is this:

 

I currently have a Win2003 server, running IIS6 serviced packed up etc. I
have tried following the installation notes from PHPbuddy.net
(http://www.phpbuddy.com/category.php?cat_id=INST) and nearly started to
pull out my hair.

 

I originally had a number of problems were my pages weren't being displayed
due to not having permission to execute the script, not having enough
permissions set on the files within the PHP etc. I also had a cracker of an
error "No input file selected" which was a good one, but yet I managed to
get around that problem by giving out the correct permissions and editing
the php.ini (doc_root) and leaving this blank. But unfortunately for me I
came to another problem, one which I have not been able to sort out, my
pages are now displaying the actual PHP code!!

 

First I downloaded the automatic installer (PHP 5.0.1 Installer) and then
found out that was a horrid mistake to do, I then downloaded the two manual
installation files, (Collection of PECL modules for PHP 5.0.1, and PHP
5.0.1.zip Package). Did all the necessary unpacking etc and proceeded to
follow the instructions that can with the files themselves, also followed
the instructions from http://www.php.net/manual/en/install.windows.php).
Again went through all the above problems, and came to the same problem,
every time I view my PHP pages, I see the code.

 

So I thought surely there has to be some other way/instructions on how to
sort this out, so off I went searching through the net and came across
another site with pictures, and instructions that actually seemed to make
sense and come together for my system. (Installing PHP via the Installer
http://www.simongibson.com/intranet/php2003/installer.asp, and Manual
Installation http://www.simongibson.com/intranet/php2003/default.asp). But
unfortunately again I come to the same problem where my PHP code is being
displayed.

 

Now if you were wondering if it is my code I quickly created a php file with
one line of code in (<? phpinfo(); ?>) and I get displayed back to me
exactly what is in those brackets, no other error codes or anything.

 

To be honest I really don't mind searching through the net trying to fix
this but I have been unable to find a set of instructions on installing PHP
that actually make sense and work!!

 

So my question is this, does anyone have any installation notes for
installing PHP on a Win2k3 server, running IIS6 with all the least service
packs on?? Or if anyone knows how to sort out why my PHP pages are just
displaying the code and not the results I would be very grateful.

 

Thanks

 

Kev


--- End Message ---

Reply via email to