Page 1 of 1

FUCK php

Posted: Tue Oct 11, 2005 7:06 am
by glossy
working on this php project for over a month now, have it workin' fucking slick on my testing server, so i decide it's time to go live. I FTP it over to my production server, and it doesn't work. no output at all, just... nothing. I swear a bunch, go through my 2600 lines of code several times over the course of last night, only issues i could find were E_NOTICEs of referencing undeclared variables.

This afternoon, a day later, i figure "fuck it", and update the PHP version on my home server, from php 5.0.3 to 5.0.5. It doesn't work. no output at all, just... nothing.

FUCK FUCK FUCK FUCK FUCK

Posted: Tue Oct 11, 2005 10:34 pm
by mjrpes
Are you sure that the php.ini on your production server and home server aren't set to not show any errors or warnings? I had that problem once.

Posted: Tue Oct 11, 2005 10:34 pm
by mjrpes
I luv php, btw.

Posted: Tue Oct 11, 2005 10:38 pm
by mjrpes
You can also change the verbosity in the php.ini to display warnings, which aren't typically displayed.