Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 893
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


Installation errors? Mod incompatibilities? Upgrade problems? Make your way over to the Install and Upgrade Support board for all your solutions!

Shoutbox And Forum Statistics

Started by Hakki Sr., September 15, 2009, 02:59:37 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Hakki Sr.

Hi,
at the weekend I finally upgraded on version 2.3 (the SMF version is 1.1.10). And since then, I have some sort of issue with my forum statistics. The page views unexpectedly increased (aprox. 10 times more than how much it should be). I found out, that the shoutbox autorefresh is causing it somehow.
Does anyone else have the same problem? Or is there any way how to fix it?

Nathaniel

Congradulations, you found a bug. :)

Reported to the bugtracker:
http://simpleportal.net/index.php?issue=273.0

For a quick fix:
Replace this code (index.php):
if (empty($_REQUEST['action']) || !in_array($_REQUEST['action'], array('dlattach', 'jsoption', '.xml')))

With this code:
if (empty($_REQUEST['action']) || (!in_array($_REQUEST['action'], array('dlattach', 'jsoption', '.xml')) && !($_REQUEST['action'] == 'portal' && isset($_GET['xml']))))
SMF Friend (Former Support Specialist) | SimplePortal DeveloperMy SMF Mods | SimplePortal"Quis custodiet ipsos custodes?" - Who will Guard the Guards?Please don't send me ANY support related PMs. I will just delete them.

Nathaniel

Also reported a similar issue over at SM.org:
http://www.simplemachines.org/community/index.php?topic=336852

Thank you for bringing this to my attention. :)
SMF Friend (Former Support Specialist) | SimplePortal DeveloperMy SMF Mods | SimplePortal"Quis custodiet ipsos custodes?" - Who will Guard the Guards?Please don't send me ANY support related PMs. I will just delete them.