Who Has Visited In Last 24 Hours [Paid] [Deleted]

I was yes - if i have xenporta enabled on INDEX - will it cause this duplicate?

Might have included the wrong xml file. Check the latest download I sent you and try that xml file

I use this with XenPorta and can confirm that the block does appear twice on the Index layout (not the Portal layout).

What is happening is not the XenPorta block duplicating but the 'proper' Who Has Visited sidebar block is displaying along with its XenPorta block.

I got around this by simply removing the XenPorta block from the Index layout.
 
Yeah that's working as expected then.

I do nothing to disable the one on the index page if the xenporta block is activated.

So as you've discovered just don't use the block on the index
 
Right.. that is as designed. The URL however, will still work once the order is reopened.
So you mean the actual download url only works five times per request? The way it's worded now suggests that you can only download the addon a maximum of five times, period.
 
Also I'm sure if you have a valid reason to download it more times then Bama can reopen your order.

It's literally just a bit of protection against someone making the download link public.
 
@Chris Deeming can you confirm if the Who Has Visited block should show styling for followed users?

In Appearance > Style Properties > User List Followed Username. I've set Bold as the styling
In Appearance > Style Properties > User List Invisible Username. I've set Italic as the styling

In the Who Has Visited (Members Online Recently) block, Invisible users show up in Italic as expected. However, Followed users don't appear in Bold. Other text decorations (italic, strikethrough etc didn't display for Followed users either.

Both stylings display as expected in the Members Online now block.
 
having problems with this. doesn't seem to be working correctly.

keeps showing x amount of members then not recording any new visitors until it shows about 5 visitors and then jumps back up to full amount again. wasn't even showing that I had visited in the last 24 hours when I obviously had.

even if I change it to last 72 hours it doesn't show any more members
 
I believe it is a coincidence yes.

As Mike says, it seems to be a server error.

It can manifest itself at high loads... the only thing is if the process that runs to rebuild the cache is running slow on your set up.

The query that it runs to rebuild the cache is:

Code:
            SELECT
                user.user_id, user.username,
                user.avatar_date, user.last_activity,
                user.visible, user.is_banned,
                user.display_style_group_id, activity.view_date
            FROM xf_user AS user
            LEFT JOIN xf_session_activity AS activity ON
                (user.user_id = activity.user_id)
            WHERE last_activity BETWEEN
                1377769305 AND 1377855705
            ORDER BY last_activity DESC

You should try running that in PHP My Admin and see if it causes any adverse effects, errors or takes a long time.

I've just run it on one of my forums and it's absolutely fine.

Also I've never seen any reports of the other issue you mentioned. It would be great to see that in action if you re-enable/reinstall the add-on again.
 
my server loads very rarely get above 1 on my server where around 4 is considered high load.

I run the query

Showing rows 0 - 29 (151 total, Query took 0.0008 sec)

its just strange that this started happening after the update to 1.2.1 both the prepared statements and the problems with this mod.
 
Seems indicative of some sort of more sinister issue.

There's been no similar reports on any version with this add-on and typically the prepared statements error seems to be MySQL specific.
 
never mind lol, I will leave this disabled for now and see if the sql errors appear again without it running
 
I get this error:
ErrorException: Fatal Error: Unsupported operand types - library/XenTrCom/WhoHasVisited/Controller/Public.php:8
Generated By: sperman, Hace 9 minutos
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(32) "https://bragasusadas.com/?page=3"
["_GET"] => array(1) {
["page"] => string(1) "3"
}
["_POST"] => array(0) {
}
}
Also, it shows all the list, it does not limit the number. I can't find the phrases for ... members (last 24h)

Please can you help? my forums url is at /foros
 
If you have a problem with this add-on you need to post the correct error message.

The error message you posted above is not from this add-on.
 
Back
Top Bottom