php-windows Digest 27 Dec 2002 11:11:21 -0000 Issue 1505
Topics (messages 17551 through 17558):
Re: Flow diagrams.
17551 by: Manuel Lemos
Re: Yet another session.save_path issue
17552 by: Clare, Bruce W
17553 by: Clare, Bruce W
Warning: Page has Expired, HELP
17554 by: David
17556 by: Dash McElroy
17557 by: Mikey
Re: Warning: page has expires, HELP
17555 by: Nick H. -- Technical Support Engineer
Re: PHP + IIS6 - Permission Issues?
17558 by: Phil Driscoll
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 ---
Hello,
On 12/26/2002 05:18 PM, Sridhar Moparthy wrote:
Do you know how to prepare and display process flow diagrams dynamically
based on some data from database. I have information about some processes in
the database that tells different process dependencies. I need to display
that information as a process flow diagram.
You may want to look at Metastorage that draws graphs of classes of
objects that are stored in a database:
http://www.meta-language.net/news-2002-12-09-metastorage.html
http://www.meta-language.net/metastorage.html
--
Regards,
Manuel Lemos
--- End Message ---
--- Begin Message ---
Well, I've pinned it down to a php.ini issue as Christoph mentioned, but I
still
haven't found the culprit.
I ran 'php -i' from the command line and it reads 'session.save_path = /tmp'
there as well. Furthermore, I've confirmed that the actual issue is that the
only section of php.ini that is definitely being read is the main section.
The
include_path variable is updated correctly, but values specified in other
subheadings, like [MySQL] or [session] are being ignored. I haven't
confirmed
if this applies to all of the subsections yet, but it certainly applies to
the
two subsections listed as examples.
I'm going to work my way up the file, to see if I can spot any syntax
errors,
but if anybody has other suggestions as to a possible cause, drop me (or the
list)
a line.
Thanks muchly,
BC
-----Original Message-----
From: Clare, Bruce W
Sent: Thursday, December 19, 2002 6:20 PM
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Yet another session.save_path issue
>Not too sure about the API/env variables, but I have the following line in
>my php.ini and it works fine - the only difference from yours is that I use
>the forward slash...
>session.save_path = d:/temp
I've tried it like that, also, without the drive letter and various
combinations.
One thing your note reminded me of was to try using double backslashes "\\"
like in C or C++, but that didn't work either.
The only occurence of "tmp" in the entire ini file is in the commented
variable name: ";upload_tmp_dir =", so the path is coming from another
source besides
the ini. I've also verified that there are no other php.ini files on my
system.
Thx,
BC
--- End Message ---
--- Begin Message ---
Found it: the php.ini file doesn't like tilde characters in variables.
I was concerned about using spaces in directory paths (like "C:\Program
Files",
so I used the Windows 8.3 notation: C:\PROGRA~1. Everything below that line
was
ignored.
Thanks to all for your help.
-----Original Message-----
From: Clare, Bruce W
Sent: Thursday, December 26, 2002 4:02 PM
To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Subject: RE: [PHP-WIN] Yet another session.save_path issue
Well, I've pinned it down to a php.ini issue as Christoph mentioned, but I
still
haven't found the culprit.
I ran 'php -i' from the command line and it reads 'session.save_path = /tmp'
there as well. Furthermore, I've confirmed that the actual issue is that the
only section of php.ini that is definitely being read is the main section.
The
include_path variable is updated correctly, but values specified in other
subheadings, like [MySQL] or [session] are being ignored. I haven't
confirmed
if this applies to all of the subsections yet, but it certainly applies to
the
two subsections listed as examples.
I'm going to work my way up the file, to see if I can spot any syntax
errors,
but if anybody has other suggestions as to a possible cause, drop me (or the
list)
a line.
Thanks muchly,
BC
-----Original Message-----
From: Clare, Bruce W
Sent: Thursday, December 19, 2002 6:20 PM
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Yet another session.save_path issue
>Not too sure about the API/env variables, but I have the following line in
>my php.ini and it works fine - the only difference from yours is that I use
>the forward slash...
>session.save_path = d:/temp
I've tried it like that, also, without the drive letter and various
combinations.
One thing your note reminded me of was to try using double backslashes "\\"
like in C or C++, but that didn't work either.
The only occurence of "tmp" in the entire ini file is in the commented
variable name: ";upload_tmp_dir =", so the path is coming from another
source besides
the ini. I've also verified that there are no other php.ini files on my
system.
Thx,
BC
--- End Message ---
--- Begin Message ---
Hello,
Hope that someone could help me. Everytime I use the Back button on my
browser the page expires. I get this message:
Warning: Page has Expired
The page you requested was created using information you submitted in a
form. This page is no longer available. As a security precaution, Internet
Explorer does not automatically resubmit your information for you.
To resubmit your information and view this Web page, click the Refresh
button.
I thought it was my set-up but it does the same thing on the server. My
set-up is Apache, PHP and MySQL.
Could someone tell me how I can stop this from happening.
Thanks
David
--- End Message ---
--- Begin Message ---
David,
By any chance are you using sessions? I had an error like this once (Mozilla
didn't bark about it but I still have to code for IE :-<) and I had to
change the session_cache_limiter to public or private (private would likely
be preferrable). See
http://www.php.net/manual/en/function.session-cache-limiter.php.
If that doesn't help (or isn't applicable), you could try setting the cache
settings via header like this:
header("Cache-control: private");
Else, try giving us some more info.
-Dash
-----Original Message-----
From: David [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 26, 2002 4:17 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Warning: Page has Expired, HELP
Hello,
Hope that someone could help me. Everytime I use the Back button on my
browser the page expires. I get this message:
Warning: Page has Expired
The page you requested was created using information you submitted in a
form. This page is no longer available. As a security precaution, Internet
Explorer does not automatically resubmit your information for you.
To resubmit your information and view this Web page, click the Refresh
button.
I thought it was my set-up but it does the same thing on the server. My
set-up is Apache, PHP and MySQL.
Could someone tell me how I can stop this from happening.
Thanks
David
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
> Hello,
>
> Hope that someone could help me. Everytime I use the Back button on my
> browser the page expires. I get this message:
>
> Warning: Page has Expired
>
> The page you requested was created using information you submitted in a
> form. This page is no longer available. As a security precaution, Internet
> Explorer does not automatically resubmit your information for you.
>
> To resubmit your information and view this Web page, click the Refresh
> button.
>
> I thought it was my set-up but it does the same thing on the server. My
> set-up is Apache, PHP and MySQL.
>
> Could someone tell me how I can stop this from happening.
>
> Thanks
>
> David
This is normal browser behaviour for the reasons stated and afaik cannot be
circumvented.
regards,
Mikey
- In theory, theory and practice should be the same, in practice it isn't.
--- End Message ---
--- Begin Message ---
If you're using a form of any sorts to get to that page (ie: a login etc) it
will cause IE to display those errors. If you are using a login, a quick
easy way to get around that would be to automatically redirect them to
another page once they have logged in (so as to move from the page that had
the info submitted to it). Any kinds of buttons or input fields would be
considered a form.
Nick "Harm" Hale
[EMAIL PROTECTED]
---------------------- ORIGINAL MESSAGE ---------------------------
Hello,
Hope that someone could help me. Everytime I use the Back button on my
browser the page expires. I get this message:
Warning: Page has Expired
The page you requested was created using information you submitted in a
form. This page is no longer available. As a security precaution, Internet
Explorer does not automatically resubmit your information for you.
To resubmit your information and view this Web page, click the Refresh
button.
I thought it was my set-up but it does the same thing on the server. My
set-up is Apache, PHP and MySQL.
Could someone tell me how I can stop this from happening.
Thanks
David
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
On Thursday 26 December 2002 8:08 pm, Nick H. -- Technical Support Engineer
wrote:
> Im going to dig around a bit more in the registry for IIS6 and see if there
> arent any key's that need to be modified also. I'll let you know when I
> find out more.
>
> And yes, I'll be more than glad to assist you in testing the installer.
> That's why Im here ;)
Nick
Any chance you could put together a suitable paragraph on this which we can
add to the install.txt file for thse who are installing php manually on a
machine with iis lockdown - i.e. what bits to click on in the management
interface.
Thanks
--
Phil Driscoll
--- End Message ---