phpns-team team mailing list archive
-
phpns-team team
-
Mailing list archive
-
Message #00404
Re: [Question #73883]: Mass Undefined Variable/Index Errors
Question #73883 on phpns changed:
https://answers.launchpad.net/phpns/+question/73883
Status: Open => Answered
alecwh proposed the following answer:
Hi Johnathon,
This has been documented before (in the bugs section). Those are not
errors, they are notices/warnings. When I first wrote phpns, I didn't
bother initiating my variables--which turned out to be a mistake.
To "workaround" this problem, stick this:
error_reporting("E_ALL");
into the top of /inc/header.php, right below <?php.
Good luck, from a fellow high school student!
--
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.