×
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 anos 11 meses atrás #1927
por Jaime Arevalo
Unknown column 'a.ordering' in 'order clause' foi criado por 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
Por favor Acessar ou Registrar para participar da conversa.
Jaime Arevalo
New Member
Posts: 10
5 anos 11 meses atrás #1928
por Jaime Arevalo
Respondido por Jaime Arevalo no tópico Unknown column 'a.ordering' in 'order clause'
Sol. I must add to each table field ordering.
Os seguintes usuário(s) disseram Obrigado: JAYESH RAUT
Por favor Acessar ou Registrar para participar da conversa.
David Romero
New Member
Posts: 1
5 anos 10 meses atrás #2002
por David Romero
Respondido por David Romero no tópico 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.
Por favor Acessar ou Registrar para participar da conversa.
Yetis
New Member
Posts: 2
5 anos 10 meses atrás - 5 anos 10 meses atrás #2010
por Yetis
Respondido por Yetis no tópico 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 edição: 5 anos 10 meses atrás por Yetis.
Por favor Acessar ou Registrar para participar da conversa.
JAYESH RAUT
New Member
Posts: 1
5 anos 4 meses atrás #2137
por JAYESH RAUT
Respondido por JAYESH RAUT no tópico 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.
Por favor Acessar ou Registrar para participar da conversa.
Flips79
New Member
Posts: 1
4 anos 9 meses atrás #9677
por Flips79
Respondido por Flips79 no tópico Unknown column 'a.ordering' in 'order clause'
Por favor Acessar ou Registrar para participar da conversa.
Tempo para a criação da página:0.055 segundos