×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Unknown column 'a.ordering' in 'order clause'
Jaime Arevalo
Fresh Boarder
Posts: 10
5 Jahre 10 Monate her #1927
von Jaime Arevalo
Unknown column 'a.ordering' in 'order clause' wurde erstellt von 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
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
Jaime Arevalo
Fresh Boarder
Posts: 10
5 Jahre 10 Monate her #1928
von Jaime Arevalo
Jaime Arevalo antwortete auf Unknown column 'a.ordering' in 'order clause'
Sol. I must add to each table field ordering.
Folgende Benutzer bedankten sich: JAYESH RAUT
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
David Romero
Fresh Boarder
Posts: 1
5 Jahre 9 Monate her #2002
von David Romero
David Romero antwortete auf 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.
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
Yetis
Fresh Boarder
Posts: 2
5 Jahre 9 Monate her - 5 Jahre 9 Monate her #2010
von Yetis
Yetis antwortete auf 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');
Letzte Änderung: 5 Jahre 9 Monate her von Yetis.
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
JAYESH RAUT
Fresh Boarder
Posts: 1
5 Jahre 3 Monate her #2137
von JAYESH RAUT
JAYESH RAUT antwortete auf 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.
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
Flips79
Fresh Boarder
Posts: 1
4 Jahre 8 Monate her #9677
von Flips79
Flips79 antwortete auf Unknown column 'a.ordering' in 'order clause'
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
Ladezeit der Seite: 0.101 Sekunden