Jump to content

A problem related to php.ini file

- - - - -

  • Please log in to reply
1 reply to this topic

#1
bgjyd834

bgjyd834

    Newbie

  • Members
  • PipPip
  • 16 posts
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!!!!

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
  • Location:Vancouver, Eh! Cleverness: 200
Any value with a ";"behind it denotes that it is a comment, and not a real value. You will need to find the line without one, such as this and modify it to what you are required:
output_buffering = On

Values allowed will be On or Off or whichever the comment defines it can be.

If these values cannot be found by search, you can add them at the bottom.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users