×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Unknown column 'a.ordering' in 'order clause'
Jaime Arevalo
Nouveau membre
Posts: 10
il y a 5 ans 10 mois #1927
par Jaime Arevalo
Unknown column 'a.ordering' in 'order clause' a été créé par Jaime Arevalo
Hello.
I have made somes updates to my component and I working in the test localhost, the instalation is really fine, no problem, but when I start back end it's not working joomla show me: "Unknown column 'a.ordering' in 'order clause'", it's only with my "component creator" component, and in front end , I have the error 403, it's normal because I can't make the setup for this component.
Could you Help me?
Thank you.
Jaime
I have made somes updates to my component and I working in the test localhost, the instalation is really fine, no problem, but when I start back end it's not working joomla show me: "Unknown column 'a.ordering' in 'order clause'", it's only with my "component creator" component, and in front end , I have the error 403, it's normal because I can't make the setup for this component.
Could you Help me?
Thank you.
Jaime
Connexion ou Créer un compte pour participer à la conversation.
Jaime Arevalo
Nouveau membre
Posts: 10
il y a 5 ans 10 mois #1928
par Jaime Arevalo
Réponse de Jaime Arevalo sur le sujet Unknown column 'a.ordering' in 'order clause'
Sol. I must add to each table field ordering.
Les utilisateur(s) suivant ont remercié: JAYESH RAUT
Connexion ou Créer un compte pour participer à la conversation.
David Romero
Nouveau membre
Posts: 1
il y a 5 ans 9 mois #2002
par David Romero
Réponse de David Romero sur le sujet Unknown column 'a.ordering' in 'order clause'
What did you do to resolved this? I have been running into alot of issues with this tool recently.
Connexion ou Créer un compte pour participer à la conversation.
Yetis
Nouveau membre
Posts: 2
il y a 5 ans 9 mois - il y a 5 ans 9 mois #2010
par Yetis
Réponse de Yetis sur le sujet Unknown column 'a.ordering' in 'order clause'
Yo lo e resuelto así
site\models\tuarchivo.php
// parent::populateState('a.ordering', 'asc');
administrator\views\tuarchivo\tmpl\default.php
// $ordering = ($listOrder == 'a.ordering');
administrator\models\tuarchivo.php
// parent::populateState('a.ordering', 'asc');
site\models\tuarchivo.php
// parent::populateState('a.ordering', 'asc');
administrator\views\tuarchivo\tmpl\default.php
// $ordering = ($listOrder == 'a.ordering');
administrator\models\tuarchivo.php
// parent::populateState('a.ordering', 'asc');
Dernière édition: il y a 5 ans 9 mois par Yetis.
Connexion ou Créer un compte pour participer à la conversation.
JAYESH RAUT
Nouveau membre
Posts: 1
il y a 5 ans 3 mois #2137
par JAYESH RAUT
Réponse de JAYESH RAUT sur le sujet Unknown column 'a.ordering' in 'order clause'
Solution:
Add to the table a field called "ordering" of type INT with default value '0' and width as 11.
Add to the table a field called "ordering" of type INT with default value '0' and width as 11.
Connexion ou Créer un compte pour participer à la conversation.
Flips79
Nouveau membre
Posts: 1
il y a 4 ans 8 mois #9677
par Flips79
Réponse de Flips79 sur le sujet Unknown column 'a.ordering' in 'order clause'
Connexion ou Créer un compte pour participer à la conversation.
Temps de génération de la page : 0.057 secondes