FUCK php

Locked
glossy
Posts: 2282
Joined: Tue Apr 30, 2002 7:00 am

FUCK php

Post 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
mjrpes
Posts: 4980
Joined: Tue Nov 28, 2000 8:00 am

Post 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.
mjrpes
Posts: 4980
Joined: Tue Nov 28, 2000 8:00 am

Post by mjrpes »

I luv php, btw.
[size=85]yea i've too been kind of thinking about maybe a new sig but sort of haven't come to quite a decision yet[/size]
mjrpes
Posts: 4980
Joined: Tue Nov 28, 2000 8:00 am

Post by mjrpes »

You can also change the verbosity in the php.ini to display warnings, which aren't typically displayed.
[size=85]yea i've too been kind of thinking about maybe a new sig but sort of haven't come to quite a decision yet[/size]
Locked