Here's one i havent seen anyone post.
Warning: Division by zero in /includes/functions.php on line 1821
This is appearing in the popups when trying to delete your messages.
This is happening in IE and FF.
Also, an issue with this only working when someone is in the usercp, on the forum index page the system doesnt work.
----------------------------------------
Not sure on the first issue, most likely mkportal is causing all your issues.
The deleted issue and messages still showing up in the navbar is this. This total is actually the amount of messages the user has sent in total on the system and is not deleteable by the user, to remove that total you need to prune the system.
Im assuming maybe eau is grabbing the wrong info for that total from the DB, it should be grabbing the total from the amount of messages in the users inbox/sent box and combine that total together.
You can simply remove that call from the navbar or eau needs to grab the correct info. Ill look into it more as i dont like it either.
|