Welcome, Guest
Username Password: Remember me

[SOLVED][IMPORTANT] Messages BUG
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: [SOLVED][IMPORTANT] Messages BUG

[SOLVED][IMPORTANT] Messages BUG 2 years, 2 months ago #14776

Hello, it's me again.
I've found a problem with shoutbox, the message is multiplying, see in the pics:
img208.imageshack.us/img208/7341/error1p.png
img714.imageshack.us/img714/8682/error2d.png
img257.imageshack.us/img257/615/error3.png

And they must show this:
img682.imageshack.us/img682/4876/alrightc.png

So i think:
Maybe is the version...
Now with 0.6.1 same problem

Or, maybe is my server...
Nops, i've check this problem on Jonijnm chat too, see:
Opened 2 windows
I've wrote:
img689.imageshack.us/img689/6386/jonok1.png


What happens in second window:
img689.imageshack.us/img689/6523/jonerror1.png


Thanks
  • Turdin
  • OFFLINE
  • Observador
  • Posts: 21
  • Karma: 1
Last Edit: 2 years, 1 month ago by Turdin.

Re: [IMPORTANT] Messages BUG 2 years, 1 month ago #14806

Oh, thank you. In the file controller.php change

$db->setQuery("SELECT * FROM #__kide where id>'".JRequest::getInt('id', 0, "POST")."' AND sesion!=".$kuser->sesion." ORDER BY id DESC");
//By
$db->setQuery("SELECT * FROM #__kide where id>'".JRequest::getInt('id', 0, "POST")."' AND sesion!=".$kuser->sesion." ORDER BY id ASC");
  • JoniJnm
  • OFFLINE
  • Administrador
  • Posts: 4297
  • Karma: 148

Re: [IMPORTANT] Messages BUG 2 years, 1 month ago #14836

Thank you Very much, works like a charm!! =)
  • Turdin
  • OFFLINE
  • Observador
  • Posts: 21
  • Karma: 1
  • Page:
  • 1
Time to create page: 0.33 seconds