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.

_______________________________________________
Mailing list: https://launchpad.net/~phpns-team
Post to     : phpns-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~phpns-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to