PDA

View Full Version : php.ini help


palois
6-8-06, 09:22 PM
I just finished migration and realized that parsing errors are not being displayed by default. So I created a php.ini file using the script on B&T's site, set the display_errors = Yes, and put it in my htdocs folder. However it doesn't seem to be working. I'm still not seeing parsing errors, and when I look at the phpinfo it still shows display_errors as No for both the master and local value. I double checked the ini file and it looks right…thoughts?

Paul

edit:
Looks like it doesn't look in htdocs for you ini file. I used the tool at http://members.powweb.com/member/cgiManagement/PHPplus.bml and everything worked fine.

wabrooke
6-9-06, 01:58 AM
I've tried that PHPplus.bml location to edit my php.ini, and it didn't do squat.

I thought maybe I had a bad sql import on my database, but I did a vanilla install, and added the file attachment mod, and even with the supposed 2mb file attachment default, I keep timing out it appears, as I get a can't find server/page can't be displayed window in IE, or it'll just go solid white. I've set the file size from 2M in the php.ini to 100M, even though I'm only trying to load files maybe up to 5mb's at most.

snapshotjoe
6-13-06, 12:18 PM
:cool: Thanks for posting the link! It was helpful to me!

-Joe