php.ini is not refreshing/being read when apache is restart

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Charon

    #1

    php.ini is not refreshing/being read when apache is restart

    I am running php 4.3.4 Win 32 as a module with Apache 1.3.29.
    I am trying show this modification in the php.ini file

    session.save_pa th = C:\PHP\phpsessi ondata

    But when I restart then then go into PEAR to begin an install I
    allways have the following errors at the bottom of the page.

    Any ideas ?

    - Eric

    Warning: Unknown(): open(/tmp\sess_3476e5 826cc724d730b79 148be0386ab,
    O_RDWR) failed: No such file or directory (2) in Unknown on line 0

    Warning: Unknown(): Failed to write session data (files). Please
    verify that the current setting of session.save_pa th is correct (/tmp)
    in Unknown on line 0
  • Jedi121

    #2
    Re: php.ini is not refreshing/being read when apache is restart

    "Charon" a écrit le 12/12/2003 :[color=blue]
    > Any ideas ?
    >
    > - Eric
    >
    > Warning: Unknown(): open(/tmp\sess_3476e5 826cc724d730b79 148be0386ab,
    > O_RDWR) failed: No such file or directory (2) in Unknown on line 0
    >
    > Warning: Unknown(): Failed to write session data (files). Please
    > verify that the current setting of session.save_pa th is correct (/tmp)
    > in Unknown on line 0[/color]

    Beware of / and \ in file path.
    Try to change your /tmp to \tmp

    --
    Have you read the manual?


    Comment

    • Charon

      #3
      Re: php.ini is not refreshing/being read when apache is restart

      Jedi121 <jedi121news@fr ee.fr.Removethi s> wrote in message news:<mesnews.6 0fa7d3c.769559e 6.359.2689@free .fr.Removethis> ...[color=blue]
      > "Charon" a écrit le 12/12/2003 :[color=green]
      > > Any ideas ?
      > >
      > > - Eric
      > >
      > > Warning: Unknown(): open(/tmp\sess_3476e5 826cc724d730b79 148be0386ab,
      > > O_RDWR) failed: No such file or directory (2) in Unknown on line 0
      > >
      > > Warning: Unknown(): Failed to write session data (files). Please
      > > verify that the current setting of session.save_pa th is correct (/tmp)
      > > in Unknown on line 0[/color]
      >
      > Beware of / and \ in file path.
      > Try to change your /tmp to \tmp[/color]

      That's not the problem
      It would not read any change that was made to the php.ini file.
      I has since updated the changes but only once a reboot. It may have
      something to do with IIS but I am using IIS that is running on another
      computer ??

      Comment

      Working...