×
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
pred 5 rokmi 10 mesiacmi #1927
od Jaime Arevalo
Unknown column 'a.ordering' in 'order clause' bolo vytvorené 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
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Jaime Arevalo
New Member
Posts: 10
pred 5 rokmi 10 mesiacmi #1928
od Jaime Arevalo
Odpoveď od Jaime Arevalo na tému Unknown column 'a.ordering' in 'order clause'
Sol. I must add to each table field ordering.
Nasledujúci užívateľ(ia) povedali ďakujem: JAYESH RAUT
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
David Romero
New Member
Posts: 1
pred 5 rokmi 9 mesiacmi #2002
od David Romero
Odpoveď od David Romero na tému 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.
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Yetis
New Member
Posts: 2
pred 5 rokmi 9 mesiacmi - pred 5 rokmi 9 mesiacmi #2010
od Yetis
Odpoveď od Yetis na tému 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');
Posledný krát upravené:pred 5 rokmi 9 mesiacmi Yetis
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
JAYESH RAUT
New Member
Posts: 1
pred 5 rokmi 3 mesiacmi #2137
od JAYESH RAUT
Odpoveď od JAYESH RAUT na tému 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.
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Flips79
New Member
Posts: 1
pred 4 rokmi 8 mesiacmi #9677
od Flips79
Odpoveď od Flips79 na tému Unknown column 'a.ordering' in 'order clause'
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Čas vytvorenia stránky: 0.057 sekúnd