Webmail giving some starnge Warning messages! Please Help

Hi,
After upgrading to Snow Leopard Server, I'm getting strange warning messages in my web mail,
Find the warning messages below, Looking forward to your support.
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the datedefault_timezoneset() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for 'IST/5.0/no DST' instead in /usr/share/squirrelmail/functions/date.php on line 420
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the datedefault_timezoneset() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for 'IST/5.0/no DST' instead in /usr/share/squirrelmail/functions/date.php on line 95
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the datedefault_timezoneset() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for 'IST/5.0/no DST' instead in /usr/share/squirrelmail/functions/date.php on line 347
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the datedefault_timezoneset() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for 'IST/5.0/no DST' instead in /usr/share/squirrelmail/functions/date.php on line 289
Thanks,
Gulab Pasha

first backup the file you're going to be editing:
sudo cp /etc/php.ini /etc/php.ini.bak
then edit the file:
sudo nano /etc/php.ini
then hit CONTROL-W (to search for something)
then type "date.time"
then hit RETURN
that should bring you to an area under modules that looks like the following:
; Module Settings ;
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
;date.timezone =
You can lookup your timezone at http://php.net/date.timezone (for instance"America/New_York")
then take out the semicolon and type your timezone after the equal sign so it looks like this:
; Module Settings ;
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/New_York
then hit CONTROL-X (to quit nano)
then hit Y (to save your changes)
then hit RETURN (to use the same file name)

Similar Messages

  • DropDown component warning message - please help?

    Hi,
    I am using a DropDown component on my page. The issue is that the contents of the component are set based on another selection on the page.
    So when the user makes a selection that changes the contents of the DropDown widget ( by calling defaultOptions.setOptions( options[ ]) I get the following warning message:
    "com.sun.rave.web.ui.component.DropDown::The current value of component form1:dropDown does not match any of the selections.
    Did you forget to reset the value after changing the options?"
    Anyone know a way that I can get rid of the warning? I tried disabling the component and setting the selected value to null.
    thanks,
    jj

    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Dell Inc. Inspiron 6000
    iTunes 6.0.2.23
    CD Driver 2.0.4.3
    CD Driver DLL 2.0.3.2
    LowerFilters: Cdr4_xp (6.1.1.17),
    UpperFilters: Cdralw2k (6.1.1.17), pwd_2k (6.1.1.18),
    Video Driver: Mobile Intel(R) 915GM/GMS,910GML Express Chipset Family\Intel(R) 915GM/GMS,910GML Express Chipset
    IDE\DiskHTS548060M9AT00_______________________MGBOA5EA, Bus Type ATA, Bus Address [0,0]
    IDE\CdRomTSSTcorpCDRW/DVD_TSL462C_______________DE01___, Bus Type ATA, Bus Address [0,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is administrator.
    Failed loading CD / DVD drives, error -43. Try doing a repair install on iTunes from the "Add or Remove Programs" control panel.
    The last failed audio CD burn had error code -128(0xffffff80). It happened on drive on -128(0xffffff80) media at speed 0X.
    okay thats what i got when i hit the CD diagnostics. hope that helpss!

  • I bought a factory unlocked iphone 4s. it was working fine but when i upgraded it to iOS 5.1 it gave me "no sim" message. so when i tried to restore the iphone setting it is giving me now "ICCID: unknown" message please help. any ideas?

    i bought a factory unlocked iphone 4s. it was working fine but when i upgraded it to iOS 5.1 it gave me "no sim" message.
    so i tried then to restore the iphone using itunes but it got worse it is giving me now "ICCID: unknown" message please help. any ideas?

    Please define "factory unlocked". The term is basically meaningless. iPhones are sold either carrier locked or unlocked. Some carriers will unlock them after a period of time upon meeting certain requirements and paying a fee.
    There are lots of places that will "factory unlock" an iPhone. This basically translates to "hack". This can cause permanent damage to the phone. Best case scenario is these phones will re-lock to the original carrier on an update or restore. Worst case it they become expensive bricks.
    ICCID unknown indicates a critical failure. There is no way to resolve this other than taking it in to Apple and getting the phone replaced. It's very possible that the phone was hacked and attempting to update has now killed it.
    Where, EXACTLY, did you get this phone?

  • Warning!Please help.

    I am using Netbeans5.5 .When i am compiling my project its giving me the warning as-- uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    I know the solution is for some generic but some of my java code does not even us the Collection objects Still its giving me the error.
    Please help me for this warning.
    Do we really have to considers these warnings or neglect them.

    I am trying to insert values to the SQL database .the save jsp page is showing this error connot solve this problem kindly help
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 9 in the jsp file: /Modules/employer/process/SaveEmployerRegistration.jsp
    Generated servlet error:
    C:\Documents and Settings\meenalw\.netbeans\5.5\apache-tomcat-5.5.17_base\work\Catalina\localhost\EasyJob\org\apache\jsp\Modules\employer\process\SaveEmployerRegistration_jsp.java:83: incompatible types
    found : void
    required: int
    a=employerRegistration.setStdcode1(Integer.parseInt(employerRegistrationBean.getStdcode1()));
    ^
    I need help .

  • TS2446 Hello I have a customer Close iPhone 5S any cloud symbol purchased the device from one of my colleagues and the activation message please help me

    Hello I have a customer Close iPhone 5S any cloud symbol purchased the device from one of my colleagues and the activation message please help me
    <Personal Information Edited by Host>

    It's a bad idea to post your IMEI number and I've asked the Hosts to remove it.
    If the previous owner of the phone has set the Activation Lock in iCloud, only he can unlock it either by giving you the ID and password, or by removing it from his list of devices - details here:
    http://support.apple.com/kb/TS4515
    Without his unlocking it for you, you cannot use the phone.

  • My ipad mini does not restart when i press and hold the home and power buttons for a minute or more. what do i do? i really need to access some information on it. please help.

    my ipad mini does not restart when i press and hold the home and power buttons for a minute or more. what do i do? i really need to access some information on it. please help.

    You need to connect to iTunes and restore.
    iOS: Not responding or does not turn on
    You may need to put the device into recovery mode, this is covered in the link on this page.
    Did you back up the device?

  • Hi i have problem with my hp mini is giving me a error CNU9391WZR PLEASE HELP

    Hi i have problem  with my hp mini is giving me a error CNU9391WZR PLEASE HELP
    Hp mini 110 1140el

    Yes  bios password, i forgot  my windows password so im trying to reset to manufacturing settings but keeps asking me for bios password... Please help 

  • HT1420 I can not deauthorise my computer . Itunes store issue " Can not deauthorise " I think i chose some wrong items . Please help me !

    I can not deauthorise my computer . Itunes store issue " Can not deauthorise " I think i chose some wrong items . Please help me !

    click on the store tab on the top left of iTunes.  Scroll to where it says "Authorize this computer...".  Click on that and enter your apple id and password then click authorize.  The reason iTunes says that your computer needs to be authorized is because it is to be sure that iTunes knows can trust your new computer

  • I get the "Your purchase could not be completed" message, please help to verify

    I get the "Your purchase could not be completed" message, please help to verify

    If you haven't already done so, to contact iTunes Support (these are user-to-user forums) :
    - go to http://www.apple.com/support/itunes/ww
    - click on your country's flag
    - click on the Contact Support at the bottom of the left-hand column
    - click on Contact iTunes Store Support on the right-hand side of the page
    - then Purchases, Billing & Redemption

  • TS3694 My iphone 3GS is struck , when i am trying to restore it is giving me an error 29 . please help

    Hi Friends .
    My iphone 3GS is struck , when i am trying to restore it is giving me an error 29 . please help.
    Regards,
    Bharathi

    Error 20, 21, 23, 26, 28, 29, 34, 37
    These errors typically occur when security software interferes with the restore and update process. FollowTroubleshooting security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    http://support.apple.com/kb/TS3694#error29

  • Hi, i play on yahoo games and i down low and update today and now i can not play in yahoo games, it say there are some missing plug-ins. please help

    hi, i play on yahoo games and i down low and update today to my mac air and now i can not play in yahoo games, it say there are some missing plug-in. please help. thanks

    Hey Davidl678,
    Thanks for the question. It sounds like you are unable to download the purchases from your purchase history, because iTunes believes the songs to be in your library. It may be necessary to delete the items from your library, then re-download from your purchase history. Before doing so, you may want to take note of which song are available for re-download:
    iTunes 11 for Windows: Delete songs, playlists, or other items
    http://support.apple.com/kb/PH12359
    iTunes 11 for Windows: Download previous purchases from the iTunes Store
    http://support.apple.com/kb/PH12491
    Thanks,
    Matt M.

  • Protocol layer was unable to send a message - PLEASE HELP !!!!

    I have the Z10 and I am unale to reply to, or forward any e-mails that I receive on my corporate e-mail address.
    I can create and send new e-mails and I am receiving all my e-mails, but I can not forward or reply which is a basic requirement.
    Every time I try I get a message advising that
    "Protocol layer was unable to send a message"
    Please HELP!!!!!
    Antony.....

    Hi and Welcome to the Community!
    There are several public KB articles that deal with that error, depending on your exact circumstances. I suggest you go here:
    http://btsc.webapps.blackberry.com/btsc/microsites/microsite.do
    Search on your exact error message, then inspect the articles that result from the search to see which apply to your specific situation.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • HT201210 I have tried everything and can not get IPad 2 to restore, keeps giving me error message please help!!!!

    I had my IPad 2 jailbroken and deleted Cydia from it but still have some apps that are still on my IPad and no way to delete them. I have tried to restore it several times and it just keeps giving me an error message. I have tried deisabling firewall, different usb cords and usb ports. NOTHING! Please help!!!!

    Sorry James... But...
    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    Why Jailbreak is Not Supported  >  http://support.apple.com/kb/HT3743
    Perhaps google can assist you in your quest...

  • I am having a problem with my cs6 running very slow and when i save i am getting an error message that says, "This document is bigger than 2 gb (the file may not be read correctly by some TIFF viewers.) please help

    I am having a problem with my cs6 running very slow and when i save i am getting an error message that says, "This document is bigger than 2 gb (the file may not be read correctly by some TIFF viewers.) please help

    wen6275,
    It looks like you're actually using a camera or phone to take a photo of your monitor.
    That's not what is commonly known as a "screen shot". 
    It looks like you're on a Mac.  Hitting Command+Shift+3 places a capture of the contents of your entire monitor on your Desktop; hitting Command+Shift+4 will give you a cross-hairs cursor for you to select just the portion you want to capture.
    I'm mentioning this because I fear I'm not construing your original post correctly when you type "I am working with a large files [sic], currently it has 149 layers, all of which are high resolution photographs", so I'm wondering if there's some similar use of your own idiosyncratic nomenclature in your description of your troublesome file.
    Perhaps I'm just having a major senior moment myself, but I'm utterly unable to imagine such a file.  Would you mind elaborating?

  • I try to restore my bookmarks from a json file but i get "warning: unresponsive script - Script: chrome://browser/content/browser.js:3580" message - please help

    I have no idea why my bookmarks wont restore. I am confident that I even tried restoring them at the time of creation of the json file to make sure that they worked, and after i was confident i left them for a month or two then tried to restore them, but it does not work at all. I get Script: chrome://browser/content/browser.js:3580 (unresponsive script error msgs) and whether i click continue or stop script the bookmarks do not change. Please help - there is a lot of bookmarks there i was relying on.

    Not sure if this is appropriate, but I have a similar problem. Yesterday I got an update from MS to my new Win 7 machine. Now all my bookmarks are gone except the three I have in the toolbar.
    I have tried following the instructions here but it's not working. First: I can find the bookmark backup files, but don't have any html files there. They are listed as "bookmark-dates-number-a series of letters and numbers, then ==.json."
    I'm confused as to what to do next.
    Lynn

Maybe you are looking for

  • Questions regarding new functionalities in EhP 4 - Reporting Financials 2

    Dear Forum, in a project we would like to use some new functionalities from Reporting Financials 2 - ie. Datasource 0FI_AA_20 for Depreciation and Amortization loading to BI for following years as this can not be done by old extractor. We are know lo

  • Hide Excel from popping out when creating slide in PowerPoint

    Hi, l have an application that will generate PowerPoint and create some chart within the PowerPoint. i've been using Interop.Powerpoint.Slide.Shapes.AddChart() to create chart in PowerPoint. The momment this function is called, an Excel window will p

  • How do you add another group of contacts on iPad Air

    How do you add another group of contacts on iPad Air

  • Can't see camera on desktop since installing LR3

    I need to import some photos quickly, and I couldn't figure out the date file system in LR (I had created separate subject-named DNG and RAW folders to import into, but it kept trying to create date folders within those), so I wanted to just go back

  • AP Tax based on Items

    Can anyone provide a quick explanation of how I would be able to get taxation based on item for tax exempt, tax recoverable or taxable? Is this best practice on determining a purchased item taxability? Thank you in advance!