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!!!!
1 reply to this topic
#1
Posted 10 April 2011 - 07:10 PM
|
|
|
#2
Posted 11 April 2011 - 04:02 PM
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:
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.
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.
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


Sign In
Create Account


Back to top









