×
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 года 10 мес. назад #1927
от Jaime Arevalo
Jaime Arevalo создал тему: Unknown column 'a.ordering' in 'order clause'
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
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Jaime Arevalo
New Member
Posts: 10
5 года 10 мес. назад #1928
от Jaime Arevalo
Jaime Arevalo ответил в теме Unknown column 'a.ordering' in 'order clause'
Sol. I must add to each table field ordering.
Спасибо сказали: JAYESH RAUT
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
David Romero
New Member
Posts: 1
5 года 9 мес. назад #2002
от David Romero
David Romero ответил в теме 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.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Yetis
New Member
Posts: 2
5 года 9 мес. назад - 5 года 9 мес. назад #2010
от Yetis
Yetis ответил в теме 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');
Последнее редактирование: 5 года 9 мес. назад пользователем Yetis.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
JAYESH RAUT
New Member
Posts: 1
5 года 3 мес. назад #2137
от JAYESH RAUT
JAYESH RAUT ответил в теме 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.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Flips79
New Member
Posts: 1
4 года 8 мес. назад #9677
от Flips79
Flips79 ответил в теме Unknown column 'a.ordering' in 'order clause'
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Время создания страницы: 0.059 секунд