[PHP] included files not reread by php when i edit the files

2002-03-22 Thread Chris

While editing pages, for some reason (default setting? / configuration 
problem?) the changes i make in included files (with sometimes quite 
some nesting) are not recognized when reloading a page. So i see 
errors that belong to the previous version.

What setting could do this?

I'm quite sure the browser is not caching the page.

Win98 + 'foxserv', that is: apache, mysql. php, zend.
Using: Postnuke 0.7.1 with sessions (it did not happen before the 
sessions, but cannot imagine the sessions do this.).
I would suspect zend but it also happened with the normal php 4.06.

cheers,
Chris

-- 
 !  please check my email address   !  
 !  only my email [EMAIL PROTECTED] works   !
 !  email [EMAIL PROTECTED] is a black hole since januari 2002 !

Chris Hayes - Droef 35 - Wageningen


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] included files not reread by php when i edit the files

2002-03-22 Thread Jim Lucas [php]

how about giving an example of the error message(s)...

- Original Message - 
From: Chris [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 22, 2002 12:59 PM
Subject: [PHP] included files not reread by php when i edit the files


 While editing pages, for some reason (default setting? / configuration 
 problem?) the changes i make in included files (with sometimes quite 
 some nesting) are not recognized when reloading a page. So i see 
 errors that belong to the previous version.
 
 What setting could do this?
 
 I'm quite sure the browser is not caching the page.
 
 Win98 + 'foxserv', that is: apache, mysql. php, zend.
 Using: Postnuke 0.7.1 with sessions (it did not happen before the 
 sessions, but cannot imagine the sessions do this.).
 I would suspect zend but it also happened with the normal php 4.06.
 
 cheers,
 Chris
 
 -- 
  ! please check my email address !  
  ! only my email [EMAIL PROTECTED] works !
  ! email [EMAIL PROTECTED] is a black hole since januari 2002 !
 
 Chris Hayes - Droef 35 - Wageningen
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] included files not reread by php when i edit the files

2002-03-22 Thread Chris

On 22 Mar 2002 at 13:30, Jim Lucas [php] wrote:

 how about giving an example of the error message(s)...

ok Jim. step by step.


1. parse error on line 36 of include.php. 
2. then i fixed the error ,  even made line 36 empty, so the message 
should point to line 37.
3. reloaded, and the message stayed identical: parse error on line 36.
(the same happens with typing errors that i correct: the correction 
does not show! the old error is echoed.)

4. Then, to try to clean the cache(?), in index.php i made a deliberate 
error by adding the # :
#include (include.php);
function_in_that_file();

5. Reload: and i got a got the obvious error message: cannot find 
that function_in_that_file().

6. Repaired error in index by removing the #.

7. After a reload often [but not always] the correction in include.php 
is accepted.

Reminder: this happens with a new version of the Postnuke CMS, it 
now uses sessions.
IE6, caching turned of, and check page every time as well as 
'automatic'..
Also reproducable in Opera.

Chris



 - Original Message - 
 From: Chris [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, March 22, 2002 12:59 PM
 Subject: [PHP] included files not reread by php when i edit the files
 
 
  While editing pages, for some reason (default setting? / configuration 
  problem?) the changes i make in included files (with sometimes quite 
  some nesting) are not recognized when reloading a page. So i see 
  errors that belong to the previous version.
  
  What setting could do this?
  
  I'm quite sure the browser is not caching the page.
  
  Win98 + 'foxserv', that is: apache, mysql. php, zend.
  Using: Postnuke 0.7.1 with sessions (it did not happen before the 
  sessions, but cannot imagine the sessions do this.).
  I would suspect zend but it also happened with the normal php 4.06.
  
  cheers,
  Chris
  
  -- 
   ! please check my email address !  
   ! only my email [EMAIL PROTECTED] works !
   ! email [EMAIL PROTECTED] is a black hole since januari 2002 !
  
  Chris Hayes - Droef 35 - Wageningen
  
  
  -- 
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
  
  
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 

-- 
 !  please check my email address   !  
 !  only my email [EMAIL PROTECTED] works   !
 !  email [EMAIL PROTECTED] is a black hole since januari 2002 !

Chris Hayes - Droef 35 - Wageningen


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php