I just got an error when I clicked on the tutorials tab on the ASP.NET page, is this just something to do with my settings or is it an issue ?

Cheers

Recommended Answers

All 6 Replies

I get the same error

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: page_nav

Filename: views/community_view.php

Line Number: 26

Yeah sorry thats the one, I forgot paste the error.

I've committed a fix to our code repository. It should make it to production pending Dani's approval. Thanks for the report. :)

Sorry about that ... it's another case of a file that is supposed to be out of sync on the dev server and production server. Essentially the file that says to show php strict warning messages is set to enabled on dev and is SUPPOSED to be suppressed in production.

Regardless, the bug's been fixed. :)

I couldn't reproduce the error on dev and had to sherlock the fix. Are you sure strict warnings are enabled?

Check line 22 of the index.php file

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.