/    Sign up×
Community /Pin to ProfileBookmark

Desperately need php on IIS help, begging on knees for help

Hi all,

I added some code to my php application, and the app no longer works.
IIS is only giving me notices and warnings and I have php.ini set to errors_all

Is there anything that I can do, I do not even know where to start my debugging.

to post a comment
PHP

7 Comments(s)

Copy linkTweet thisAlerts:
@chazzyDec 04.2006 — Is php.ini set to override your security settings? Can you post your code and we'll help you debug?
Copy linkTweet thisAlerts:
@chrisranjanaDec 05.2006 — Have you looked into the IIS log files ?
Copy linkTweet thisAlerts:
@NaciremaauthorDec 05.2006 — no I havent' looked in the IIS log files becaus isn't that the same as what is posted like when u see warnings and notices as debug info?

If I am incorrect, where would I find IIS log files?

I have about 6 pages worth of code chazzy, it's almost impossible to do that, lol
Copy linkTweet thisAlerts:
@chazzyDec 05.2006 — no, but did you test your code during the development? did you verify that individual parts work, rather than the whole thing overall?
Copy linkTweet thisAlerts:
@NaciremaauthorDec 05.2006 — no, but did you test your code during the development? did you verify that individual parts work, rather than the whole thing overall?[/QUOTE]

right, many parts work

I get alot of

Warning: Cannot modify header information - headers already sent:

this is an is that line of code:

$_SESSION['quot'] = $quot;

header("Location:selectCategory.php");


I get alot of these warnings, could this be the problem?

Thx for the help guys, i'm way too stressed on this

no progress made in like 3 days
Copy linkTweet thisAlerts:
@chazzyDec 06.2006 — 
$_SESSION['quot'] = $quot;

header("Location:selectCategory.php");


[/QUOTE]


This could be the problem. IN this case, PHP is saying that you have written to the output OR that it's possible you wrote to the output (possibly a poorly written logical block) and then tried to modify the headers. If this is the case, your problem has nothing to do with IIS. Your code is just incorrect. Try looking up some of the issues I described.
×

Success!

Help @Nacirema spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...