Ad Widget

Collapse

pre-requisites problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • metan
    Junior Member
    • Aug 2007
    • 2

    #1

    pre-requisites problems

    Hye all. I'm trying to install last version of Zabbix, and got a problem on pre-requisites section :

    Code:
    PHP max execution time:	30 sec	Fail
    PHP Timezone:	n/a	Fail
    But my php.ini is correctly configured :
    Code:
    date.timezone =  Europe/Paris
    max_execution_time = 300
    And Apache is restarted of course. Do you know whats wrong ? Thanks in advance.
  • psedo
    Junior Member
    • Aug 2007
    • 10

    #2
    Same problem !

    I have the same problem, but just for date.timezone !

    Previously I set :
    date.timezone = "Europe/Paris"
    max_execution_time = 300

    In pre-requisites section I had the error for 'date.timezone' so I changed to :
    date.timezone = Europe/Paris

    and restart httpd, but always the same error, like if no taking new configuration !? The php.ini is reloaded at each restart of httpd ?

    Thanks in advance
    (and sorry for my english!!)
    Last edited by psedo; 22-08-2007, 12:17.

    Comment

    • psedo
      Junior Member
      • Aug 2007
      • 10

      #3
      Oups

      I forbidden to delete the ';' for comment !!!
      Maybe its the same for you !!

      Comment

      • Alexei
        Founder, CEO
        Zabbix Certified Trainer
        Zabbix Certified SpecialistZabbix Certified Professional
        • Sep 2004
        • 5654

        #4
        That's why I don't waste time responding to all problem reports immediately. Some "problems" tend to be resolved automagically
        Alexei Vladishev
        Creator of Zabbix, Product manager
        New York | Tokyo | Riga
        My Twitter

        Comment

        • metan
          Junior Member
          • Aug 2007
          • 2

          #5
          Lol I would like to have done the same error but it is not the case :

          [Date]
          ; Defines the default timezone used by the date functions
          date.timezone = Europe/Paris

          So now alexi if you have an idea, it would be the good momet to explain it, thanks :=)

          Comment

          • krltech
            Junior Member
            • Sep 2011
            • 1

            #6
            same issue

            I have the same problem also

            i have installed 1.8.7 on debian and the setup.php web install keeps giving me the following results on the 3rd step
            PHP version 5.3.3-7+squeeze3 5.0 5.3.0 Ok
            PHP post max size 8M 16M 32M Fail
            PHP max execution time 30 300 600 Fail
            PHP max input time -1 300 600 Fail
            PHP timezone no Fail


            Fail


            I have found only two php.ini files and i have3 edited them correctly
            i have restarted both apche2 and the server
            i have also rebooted

            I am not sure why apache dosnt seem to be reading the php.ini file
            has anyone any ideas

            Comment

            Working...