Re: [PHP-INST] Scrunched

2003-02-28 Thread Stephen Edmonds
Um this may seem like a stupid question, but why don't you stick to Apache 1.3.X (Or whatever the lastest Apache 1 is). PHP and Apache 2 are supposed to be in beta and hence not recommended on public servers... Stupid questions make the world go round :-D Stephen - Original Message - Fro

Re: [PHP-INST] Documentation warning

2003-02-19 Thread Stephen Edmonds
Apache 2.0 and PHP are not yet designed to be compatible, and so they strongly recommend aganist using it in public enviroments. Basically, php is in its Beta testing stages of Apache 2 compatibility. Hopefully the two will be re-designed to be compatibile in the not to distant future. Also the rea

Re: [PHP-INST] I get a "File Download" dialogue box

2003-02-10 Thread Stephen Edmonds
Copy of message sent out last time someone had a similar problem: Chances are you've not put the commands in the correct place, instead just copy and pasted them into the config file. LoadModule php4_module C:\PHP\sapi\php4apache.dll This has to be in the same place as all the other LoadModule co

Re: [PHP-INST] HELP!!! a problem of configure php with apache on windows xp

2003-02-07 Thread Stephen Edmonds
Copy of message sent out last time someone had a similar problem: Chances are you've not put the commands in the correct place, instead just copy and pasted them into the config file. LoadModule php4_module C:\PHP\sapi\php4apache.dll This has to be in the same place as all the other LoadModule co

Re: [PHP-INST] php not executed, mime type problem?

2003-02-03 Thread Stephen Edmonds
Chances are you've not put the commands in the correct place, instead just copy and pasted them into the config file. LoadModule php4_module C:\PHP\sapi\php4apache.dll This has to be in the same place as all the other LoadModule commands. If you look through your httpd.conf file for Apache, you wi

Re: [PHP-INST] sessions

2003-01-31 Thread Stephen Edmonds
If you are running Windows as your operating system, you can not use /tmp as the session directory. You have to specify a valid windows directroy (e.g. it must exist) Most people use something like C:/PHP/SessionData Stephen - Original Message - From: "jacusy" <[EMAIL PROTECTED]> To: <[E

Re: [PHP-INST] Undefined variable

2003-01-16 Thread Stephen Edmonds
You are doing nothing wrong as such (Although some critics may claim its sloppy coding, which personally i think is trash!). All that it is, is that PHP is warning you that you are using a variable which does not have a value assigned to it. Since this is from a form page, the most likely problem i

Re: [PHP-INST] problem

2003-01-04 Thread Stephen Edmonds
LOL! I can't even get the site to load. It seems to be giving a http 403.1 error. This means that your security setting in ISS are stopping the php program from being run... - Original Message - From: <[EMAIL PROTECTED]> To: "Johan (natkejs)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sen

Re: [PHP-INST] first post, be gentle

2003-01-03 Thread Stephen Edmonds
s anyway... - Original Message ----- From: "kim johannesen" <[EMAIL PROTECTED]> To: "Stephen Edmonds" <[EMAIL PROTECTED]> Cc: "PHP Installation Helplist" <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 7:02 PM Subject: Re: [PHP-INST] first post, be gen

Re: [PHP-INST] first post, be gentle

2003-01-03 Thread Stephen Edmonds
http://scryt.no-ip.com/test.php Let me know how it goes! Stephen - Original Message - From: "kim johannesen" <[EMAIL PROTECTED]> To: "Stephen Edmonds" <[EMAIL PROTECTED]> Cc: "PHP Installation Helplist" <[EMAIL PROTECTED]> Sent: Friday,

Re: [PHP-INST] first post, be gentle

2003-01-03 Thread Stephen Edmonds
Try the following: Go into PHP ini and make the following changes: log_errors = On error_log = C:\PHP\errorlog.txt Then, go into C:\PHP, and create a file called errorlog.txt. Then, try to start your webserver up and access the php page. Hopefully, the file will then be filled with the error mess

Re: [PHP-INST] first post, be gentle

2003-01-03 Thread Stephen Edmonds
Simple Answer: The file 'php_gd.dll', which is used for GD, is not in the C:\PHP\extensions folder. All you need to do is find the file (Try downloading the windows zip package, as this has most of the extensions in the folder called extenstions) and move the file into the C:\PHP\extensions folder

Fw: [PHP-INST] Index page

2003-01-03 Thread Stephen Edmonds
Just so everyone knows what the solution was... I forgot to forward it to the mailing list last time! - Original Message - From: "Stephen Edmonds" <[EMAIL PROTECTED]> To: "thkiat" <[EMAIL PROTECTED]> Sent: Thursday, January 02, 2003 3:52 PM Subject: Re

Re: [PHP-INST] Index page

2003-01-02 Thread Stephen Edmonds
That is due to the configuration of your webserver. You need to set it to accept index.php as an 'index' page. Most webservers come with index.html as the page to open. What web server are you using? - Original Message - From: "thkiat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thur

Re: [PHP-INST] Error Loading mcrypt.dll on Windows XP system

2003-01-02 Thread Stephen Edmonds
The most likely problem is that php_mcrypt.dll is not in the directory c:\php-4.3.0-Win32\extensions. Check the directory and see if you can find it. If not, then you will need to find a version for php 4.3.0 and place it in the extensions folder before you can use it. Good Luck Stephen - Or

Re: [PHP-INST] Help, getting nothing from $_GET

2002-11-19 Thread Stephen Edmonds
Also, try calling phpinfo(32); The 32 settings makes it show all the variables and how to access them EG _SERVER["NAME"] mysever Just add on the $ and you have the variable to use Stephen - Original Message - From: "Robert Duran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday,

Re: [PHP-INST] IIS and PHP 4

2002-11-19 Thread Stephen Edmonds
My mail() works fine on XP. However, this is because my server has a seperately run mail system installed. I also have the sutible entries in my DNS (MX Records) to allow mail to be recieved by others. It was fairly easy to set up, and if anyone is interested I will try my best to help you out Ste

Re: [PHP-INST] set max_exceuction_time

2002-11-11 Thread Stephen Edmonds
You will need to change the settings on your sever too. In Xitami, I had to change my maximum CGI Execution to a higher number. I suggest looking for something similar in your web server Stephen - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November

[PHP-INST] Serious Problem - Server Crashing

2002-11-11 Thread Stephen Edmonds
In the end I decided to do a full re-install of the server, php AND mysql. Everything seems to be working fine now. My guess is that the first crash was caused by a server overload or something, which then damaged my php installation. Why it worked fine over my network but not over the internet is

[PHP-INST] Serious Problem - Server Crashing

2002-11-10 Thread Stephen Edmonds
OS Windows XP Profession (With Service Pack 1, fully up to date) Running - Abyss 1X - PHP 4.2.3 - MySQL 3.23.53-max-nt The Problem On startup, the computer loads fine. The webserver can be connected to via http://scryt.no-ip.com and the site works fine. Access from any PC on and off the network w

Re: [PHP-INST] gd-2.x

2002-11-09 Thread Stephen Edmonds
I tried to use GD-2 on php with Windows, however it kept giving me errors over my fonts. As far as I know I was using the correct command, so I gave up and went back to version 1! - Original Message - From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> To: "Richard Pijnenburg" <[EMAIL PROTECTED]> C

Re: [PHP-INST] n00b - PHP on IIS 5 - Not Allowing File Writes Though All Permissions Seem Correct

2002-10-31 Thread Stephen Edmonds
Simple answer... it is just a warning When you first create a variable, you normally assign it a value. EG: $MyVariable = "value"; However, you can (and quite often want to) not assign a value to the variable before you use it. This is espically true in forms where the values are sent by the use

Re: [PHP-INST] php4.1.2 and java

2002-10-23 Thread Stephen Edmonds
The problem is that your copy of PHP is looking in d:\webroot\phpjavatest1.php for the dll All you need to do is change one line of your PHP.ini, the line which tells PHP where you store all your .dll . This is the 'extension_dir' setting By default: extension_dir = ./ That means the web root (IE

[PHP-INST] Php Sessions - Well, they don't work :-\

2002-10-15 Thread Stephen Edmonds
The problem is my sessions don't work properly... the ID is stored and saved in the cookie fine, and the PHP script can even acces the Session ID value in the cookie. However, when you call session_start(); it mearly creates a new session/session ID instead of resuming. I can pass on the session i