More than 49 Fields?

Si vous détectez un bug, signalez-le ici
sebem
Messages : 2
Enregistré le : lun. 25 oct. 2010 14:01

More than 49 Fields?

Message par sebem »

Hello!
First of all I want to thank you for this great component.
I just have one problem.
For my collction I need more than 50 fields. If I create more than 49 fields I will get this error message in the frontend and there is no record in the collection list (see picture)!
Do someone has a solution?
regards
sebem
Fichiers joints
collector.jpg
(74.04 Kio) Téléchargé 1 fois

Avatar du membre
steevo
Administrateur du site
Messages : 330
Enregistré le : jeu. 17 déc. 2009 22:59
Contact :

Re: More than 49 Fields?

Message par steevo »

Hi and thank you,

Could you execute in your sql:

Code : Tout sélectionner

SHOW VARIABLES LIKE 'max_join_size';
I think that this parameter is too low for all your datas.

sebem
Messages : 2
Enregistré le : lun. 25 oct. 2010 14:01

Re: More than 49 Fields?

Message par sebem »

Hi Steevo,
I executed the code you posted!
The result was:

Variable_name Value
max_join_size 18446744073709551615
I dont know what that means???

Last time the error occured after 51 records?
Any clues?

sebem

Avatar du membre
steevo
Administrateur du site
Messages : 330
Enregistré le : jeu. 17 déc. 2009 22:59
Contact :

Re: More than 49 Fields?

Message par steevo »

Hi,

That's because the request is too big with all your fields.
I have to review the way i retrieve the datas to avoid that.
I'm sorry but for the moment, i think that you can't do anything...

Répondre