MyBB Community Forums

Full Version: Welcome User Panel / Login Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First: Sorry for my english, I'm a german.

My Problem is the Plugin: Welcome User Panel from KingW@lf.

The Plugin works correctly until I will logout and login again.

There is following Problem:

Fatal error: Cannot redeclare user_exists() (previously declared in /nfs/extra/a/an/aniworld/wwwroot/AniRev/inc/functions_user.php:9) in /nfs/extra/a/an/aniworld/wwwroot/AniRev/inc/functions_user.php on line 21

In a german Board they said that the Problem is the function user_exist is allready declareted in the function_user.php.....

I hope anyone have an idea!!!

I have attached the function_user.php. The Link to the Plugin is here!
i had this same problem...check out this link on how to fix it
cuz you may not get much help on this...other than others suggestin to deactivate the welcome panel but there is another way to fix it without havin to deactivate the welcome panel...

Read this thread to learn more on how to fix this issue:
http://community.mybboard.net/showthread.php?tid=20209
I got it:

Open: wpanel.php

Search: require "./inc/functions_user.php";

Replace with: require_once "./inc/functions_user.php";

it works!!!
good to hear!