×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Unknown column 'a.ordering' in 'order clause'
Jaime Arevalo
Navegador Iniciado
Posts: 10
5 años 10 meses antes #1927
por Jaime Arevalo
Unknown column 'a.ordering' in 'order clause' Publicado 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, Identificarse o Crear cuenta para unirse a la conversación.
Jaime Arevalo
Navegador Iniciado
Posts: 10
5 años 10 meses antes #1928
por Jaime Arevalo
Respuesta de Jaime Arevalo sobre el tema Unknown column 'a.ordering' in 'order clause'
Sol. I must add to each table field ordering.
El siguiente usuario dijo gracias: JAYESH RAUT
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
David Romero
Navegador Iniciado
Posts: 1
5 años 9 meses antes #2002
por David Romero
Respuesta de David Romero sobre el tema 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, Identificarse o Crear cuenta para unirse a la conversación.
Yetis
Navegador Iniciado
Posts: 2
5 años 9 meses antes - 5 años 9 meses antes #2010
por Yetis
Respuesta de Yetis sobre el tema 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');
Última Edición: 5 años 9 meses antes por Yetis.
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
JAYESH RAUT
Navegador Iniciado
Posts: 1
5 años 3 meses antes #2137
por JAYESH RAUT
Respuesta de JAYESH RAUT sobre el tema 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, Identificarse o Crear cuenta para unirse a la conversación.
Flips79
Navegador Iniciado
Posts: 1
4 años 8 meses antes #9677
por Flips79
Respuesta de Flips79 sobre el tema Unknown column 'a.ordering' in 'order clause'
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Tiempo de carga de la página: 0.058 segundos