Problem with php.ini after Upgrade

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Judith
    New Member
    • Feb 2008
    • 8
    • 4.2.X

    Problem with php.ini after Upgrade

    I've get errors after upgrade (Sorry my bad english)
    I have set in php.ini
    [Date]
    ; Defines the default timezone
    used by the date functions ; http://php.net/date.timezone
    date.timezone = "Europe/Berlin"
    but the error messages are still there.
    On the server is php 5.2.6.

    Then I set in the config.php

    under the <?php line:
    define('SKIP_ALL_ERRORS', true);

    It works the errors are gone.

    But I would like to know what is wrong with the php.ini because the php info shows europe/paris. But I dont set this. Have a look at the sceenshots.
    Last edited by Judith; Wed 29 Jan '14, 4:57pm.
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74170

    #2
    You need to remove the ; at the beginning of the line in your php.ini. The semi-colon means the line is commented out.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Judith
      New Member
      • Feb 2008
      • 8
      • 4.2.X

      #3
      Aaaah... stupid me. Thanks a lot!

      Comment

      Related Topics

      Collapse

      Working...