dprabin / simple-php-forum-application

Simple PHP Forum Application
GNU General Public License v2.0
24 stars 18 forks source link

Issue with Notice: Undefined variable: totalUsers in every page (SOLVED) #4

Open ElusiveBG opened 5 years ago

ElusiveBG commented 5 years ago

When i open topic category i get this error -> Notice: Undefined variable: totalUsers in C:\xampp\htdocs\forum\templates\frontpage.php on line 32 I find a solution. Just add $user = new User(); after $topic = new Topic; then add $template->totalUsers = $user->getTotalUsers(); and all be fixed