|
12-07-2004, 09:54 AM | #1 |
Green Mole
Join Date: Nov 2004
Posts: 6
|
phpnuke 7.5 question
I just installed phpnuke 7.5 on my computer. I'm running IIS, PHP Version 5.0.2, and MySQL ver. 4.1.7. After installing everything I went to the admin.php page and got all kinds of errors and warnings for different pages. I did the search thing and read somewhere that the error level display in PHP was set to high. I then set
display_errors = Off and everything seems to be working fine now. My question is if you have been in this situation before has this happened to you and am I just covering up a problem or was the error display really what was wrong. Thanks for any advice. -Chris |
12-08-2004, 12:13 PM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Personally I try to remember to set error reporting to the highest level when coding to avoid the issue you mention, but different developers code in different ways. If you set display_errors to Off, it of course gets applied to all scripts. Maybe try using error_reporting(0); in the nuke script itself. Also check out the following links.
http://www.php.net/manual/en/functio...-reporting.php http://www.php.net/manual/en/ref.errorfunc.php
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
12-09-2004, 11:36 AM | #3 |
Green Mole
Join Date: Nov 2004
Posts: 6
|
Thanks
I'll give it a try. Like everyone else I've gotten busy and had to move onto some work. I'll get back when I have something new. Thanks though.
-Chris |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Venue question.. | Dave A | The Mole Hole | 0 | 12-25-2005 01:53 AM |
allow_url_fopen question | cefiro | How-to Forum | 3 | 02-21-2005 02:14 PM |
question about the installation | west | Script Installation | 1 | 02-01-2005 11:52 AM |
phpnuke integration | snorkpants | Mod Requests | 21 | 06-11-2004 01:31 PM |