Hello there..While installing Joomla i am facing this problem...These are the requirements

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!!!!

Recommended Answers

All 3 Replies

Hi I havent idea about joomla but for php.ini related setting I know following.

In php.ini file,for Set any variable value you can assign them with "=" as per your requirement like

safe_mode = Off ---- For set safemode

And if you already find such variables in your php.ini then for make it working you just need to remove comment(at the starting of line ; is consider as commented line and you need to remove ";" from start of line) from there.

Which WAMP package are you using?

thx it worked

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.