php-install Digest 4 May 2002 22:52:06 -0000 Issue 819
Topics (messages 6844 through 6847):
Postnuke Rogue?
6844 by: ohdude.tampabay.rr.com
6846 by: Jim Thome
Install php with windows
6845 by: rogerio.portugalmail.pt
Form parameters not accessible
6847 by: Stefan Pantke EPOST/Privat
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 ---
Need some help. Trying to use php on Windows 2000 with IIS5. Think everything
is installed correctly but don't know how to load the 'rogue' database into
mysql. I'm getting these errors when I load a .php page in IE5.5:
Notice: Undefined variable: lifetime in d:\inetpub\wwwroot\Rogue_713\pn_713
\html\includes\pnSession.php on line 78
Warning: Cannot send session cookie - headers already sent by (output started
at d:\inetpub\wwwroot\Rogue_713\pn_713\html\includes\pnSession.php:78) in
d:\inetpub\wwwroot\Rogue_713\pn_713\html\includes\pnSession.php on line 195
Warning: Cannot send session cache limiter - headers already sent (output
started at d:\inetpub\wwwroot\Rogue_713\pn_713\html\includes\pnSession.php:78)
in d:\inetpub\wwwroot\Rogue_713\pn_713\html\includes\pnSession.php on line 195
Warning: Cannot add header information - headers already sent by (output
started at d:\inetpub\wwwroot\Rogue_713\pn_713\html\includes\pnSession.php:78)
in d:\inetpub\wwwroot\Rogue_713\pn_713\html\includes\pnSession.php on line 199
Session initialisation failed
Where did I go wrong?!?!?
Thanks for any help,
Dude-
--- End Message ---
--- Begin Message ---
Change the error-leveling reporting at the start of the script. Adding the line will
probably fix it:
error_reporting (E_ERROR | E_PARSE);
For more information, go here:
http://www.php.net/manual/en/function.error-reporting.php
--Jim
>>> <[EMAIL PROTECTED]> 05/04/02 07:50 AM >>>
Need some help. Trying to use php on Windows 2000 with IIS5. Think everything
is installed correctly but don't know how to load the 'rogue' database into
mysql. I'm getting these errors when I load a .php page in IE5.5:
Notice: Undefined variable: lifetime in d:\inetpub\wwwroot\Rogue_713\pn_713
\html\includes\pnSession.php on line 78
Warning: Cannot send session cookie - headers already sent by (output started
at d:\inetpub\wwwroot\Rogue_713\pn_713\html\includes\pnSession.php:78) in
d:\inetpub\wwwroot\Rogue_713\pn_713\html\includes\pnSession.php on line 195
Warning: Cannot send session cache limiter - headers already sent (output
started at d:\inetpub\wwwroot\Rogue_713\pn_713\html\includes\pnSession.php:78)
in d:\inetpub\wwwroot\Rogue_713\pn_713\html\includes\pnSession.php on line 195
Warning: Cannot add header information - headers already sent by (output
started at d:\inetpub\wwwroot\Rogue_713\pn_713\html\includes\pnSession.php:78)
in d:\inetpub\wwwroot\Rogue_713\pn_713\html\includes\pnSession.php on line 199
Session initialisation failed
Where did I go wrong?!?!?
Thanks for any help,
Dude-
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
I want to instal php-4.2.0-Win32 with apache web server.
My operating system is Windows XP Professional.
I will use php as a server module.
I tried to install but when i try to test a message error apear:
-The requested URL /php/php.exe/site/teste.php was not found on this server.
(See teste.php in atachment)
If someone could help me, thanks!
--------------------------------------------------------------
O e-mail preferido dos portugueses http://www.portugalmail.pt/
--- End Message ---
--- Begin Message ---
I pass a pariable to a simple script:
<Server>/doEmail.php?email=abc
If I access the vaiable in my script like
<?PHP echo $email; ?>
nothing is printed. Neither in the browser window, nor in the
sourcce of the HTML-code. Both is simply empty.
Fun thing: If I use phpinfo()/phpversion(), I see the parameter as
_GET(email)
with a correct value.
Second problem, probably not for this list:
Is submit a variable in my form named email. The resulting GET request
reads:
<Server>?Cmp00428EF438email=sss
Parameter ins in the URL after submitting the Form, but the parameter/value name
has changed.
Environment:
Server Apache/1.3.24
Client Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
PHP 4.2.0
____
CU sp
--- End Message ---