×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Unknown column 'a.ordering' in 'order clause'
Jaime Arevalo
New Member
Posts: 10
5 Anni 10 Mesi fa #1927
da Jaime Arevalo
Unknown column 'a.ordering' in 'order clause' è stato creato da 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
Si prega Accedi o Crea un account a partecipare alla conversazione.
Jaime Arevalo
New Member
Posts: 10
5 Anni 10 Mesi fa #1928
da Jaime Arevalo
Risposta da Jaime Arevalo al topic Unknown column 'a.ordering' in 'order clause'
Sol. I must add to each table field ordering.
Ringraziano per il messaggio: JAYESH RAUT
Si prega Accedi o Crea un account a partecipare alla conversazione.
David Romero
New Member
Posts: 1
5 Anni 9 Mesi fa #2002
da David Romero
Risposta da David Romero al topic 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.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Yetis
New Member
Posts: 2
5 Anni 9 Mesi fa - 5 Anni 9 Mesi fa #2010
da Yetis
Risposta da Yetis al topic 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');
Ultima Modifica 5 Anni 9 Mesi fa da Yetis.
Si prega Accedi o Crea un account a partecipare alla conversazione.
JAYESH RAUT
New Member
Posts: 1
5 Anni 3 Mesi fa #2137
da JAYESH RAUT
Risposta da JAYESH RAUT al topic 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.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Flips79
New Member
Posts: 1
4 Anni 8 Mesi fa #9677
da Flips79
Risposta da Flips79 al topic Unknown column 'a.ordering' in 'order clause'
Si prega Accedi o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.059 secondi