Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, March 29, 2024
About Us
Magazine
Open Source
CVS
Services
Index  »  Projects  »  phpMyEdit  »  Forum  »  Navigation bug in 5.5?

phpMyEdit General     Navigation bug in 5.5?
Post new topic   Reply to topic    
 
gstaniak     Joined: 06 Apr 2006   Posts: 7  
Post Posted: 2006-04-18 21:02
Back to top  Reply with quote     

Hello,

I think I've found a small bug in version 5.5 - when I try to use the navigation combo box and set the screen to, say, number 5, I get silently redirected back to the first screen. When I use the '>', '>>' etc. buttons I can navigate the table without problems. When I set a '$debug_query = true' variable, and try to move around using the combo box, I can see that I'm always getting '0' as the first part of the LIMIT clause, no matter what screen number I choose (the example is a fresh phpMyEdit v. 5.5 installation for editing the changelog of another installation):

Code:
SELECT PMEtable0.id AS qf0,PMEtable0.user AS qf2,PMEtable0.login AS qf3,PMEtable0.host AS qf4,PMEtable0.operation AS qf5,PMEtable0.tab AS qf6,PMEtable0.rowkey AS qf7,PMEtable0.col AS qf8,PMEtable0.oldval AS qf9,PMEtable0.newval AS qf10 FROM changelog AS PMEtable0 ORDER BY PMEtable0.id LIMIT 0,15


If I move to eg. screen 3 using nav buttons, and try to use combo box from then, I'm getting LIMIT 30,15 every time, and so on for any other screen.

Is this a bug, or am I missing something?

--
Grzegorz Staniak <gstaniak _at_ wp *dot* pl>

 
michal     Joined: 17 Jun 2003   Posts: 537   Location: Slovakia
Post Posted: 2006-04-19 09:26
Back to top  Reply with quote     

there were some bug fixes in cvs version. can you try with cvs if this is fixed ?

 
gstaniak     Joined: 06 Apr 2006   Posts: 7  
Post Posted: 2006-04-19 10:29
Back to top  Reply with quote     

michal wrote:
there were some bug fixes in cvs version. can you try with cvs if this is fixed ?

Yes, it is, thanks a lot. No problems at all with today's CVS checkout.

Regards,

--
Grzegorz Staniak <gstaniak _at_ wp *dot* pl>

 
Merowinger     Joined: 13 May 2006   Posts: 1  
Post Posted: 2006-05-13 14:25
Back to top  Reply with quote     

Hi,

you have to change line 1815.
name of "combo box" should be
Code:
name="'.$this->cgi['prefix']['sys'].ltrim($disabledgoto).'fm"


bg mero

 
gstaniak     Joined: 06 Apr 2006   Posts: 7  
Post Posted: 2006-05-14 15:18
Back to top  Reply with quote     

Merowinger wrote:
Hi,

you have to change line 1815.
name of "combo box" should be
Code:
name="'.$this->cgi['prefix']['sys'].ltrim($disabledgoto).'fm"


bg mero


Hey,

Thanks for the tip. I'm using CVS versions at the moment, but it's good to know the exact location of the problem,

Thanks,
--
Grzegorz Staniak <gstaniak *at* wp _dot_ pl>

 
Post new topic   Reply to topic    

Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top · Feedback form · Application form
Report bug on PLATON.SK website · Terms of use · Privacy policy