A problem related to php.ini file

Discussion in 'PHP' started by narekm, Apr 4, 2011.

  1. narekm

    narekm New Member

    Joined:
    Mar 23, 2011
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    Hello there..While installing Joomla i am facing this problem...These are the requirements

    Code:
    Directive	 Recommended	 Actual
    Safe Mode	 Off	 Off
    Display Errors	 Off	 On
    File Uploads	 On	 On
    Magic Quotes Runtime	 Off	 Off
    Register Globals	 Off	 Off
    Output Buffering	 Off	 On
    Session Auto Start	 Off	 Off
    

    As you can see from the above the value of Display Errors and Output Buffering arent which is required...

    (In my conputer i have apache installed..)
    So how can i change them...

    Here is what i have in my php.ini file





    ; display_errors
    ; Default Value: On
    ; Development Value: On
    ; Production Value: Off
    .
    .
    .
    .

    ; output_buffering
    ; Default Value: Off
    ; Development Value: 4096
    ; Production Value: 4096



    Thx in advance!!!!
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice