Jump to content

A problem with php.ini file

- - - - -

  • Please log in to reply
1 reply to this topic

#1
narekm

narekm

    Newbie

  • Members
  • Pip
  • 1 posts
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!!!!

#2
Mark Wylde

Mark Wylde

    Learning Programmer

  • Members
  • PipPipPip
  • 46 posts
Those are just comments in the PHP file. You'll need to have a look through your PHP files and try and find the phrase:
output_buffering = 

display_errors = 

Make sure to comment out any of those lines or removing them.

Then if that still doesn't work, add your own lines in to reflect the values you want those to have.

Make sure you're editing the correct PHP.INI file. I know sometimes there can be a lot of them in different locations. Maybe search your harddrive for them all and make sure your editing the correct one.

Also make sure you restart your Apache after changing your PHP file. I'm don't think this is required (it shouldn't be really) but I always do just in case.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users