missing client status
Google translate
Please help me with this:
I can not see the status on the client side.
I followed the steps of teryakisan. on the part of staff there is no problem, the problem is present in the client side. I've looked into several parts and I think it's in the database do not show me status fields. How I can fix this? jorgcoevert follow the steps and I do not display them.
I have a doubt as to insert into the database the following instructions:
mysql> use osTicket;
mysql> create table ost_status (STATUS_ int auto_increment, status_name varchar (255), primary key (STATUS_));
Do not like him from the mysql command, I did it from phopadmin like this:
create table ost_status (STATUS_ int auto_increment, status_name varchar (255), primary key (STATUS_)), and I think the table ost status. But I do not insert any data in the created.
I have doubt that this statement mysql> use osTicket, I'm missing in the database.
Please help with this that took several days trying to fix it
Thanks in advance for your help
Por favor necesito ayuda con lo siguiente:
No puedo ver el estatus en la parte del cliente.
He seguido los pasos de teryakisan . en la parte de staff no hay ningún problema, el problema se presente en la parte del cliente. He mirado en varias partes y creo que es en la base de datos que no me muestras campos en estatus. ¿Como puedo arreglar esto ? segui los pasos de jorgcoevert y tampoco me los muestra.
Tengo una duda respecto a insertar en la base de datos la siguiente instruccion:
mysql> use osticket;
mysql> create table ost_status (status_id int auto_increment, status_name varchar(255), primary key(status_id));
No se como hacerle desde el comando mysql, lo hice desde phpadmin asi:
create table ost_status (status_id int auto_increment, status_name varchar(255), primary key(status_id)); y me creó la tabla ost status. Pero no me inserta ningun dato de los estados.
Tengo la duda de que esta instrucción mysql> use osticket; me quedo haciendo falta en la base de datos.
Por favor ayudenme con esto que llevo varios dias tratando de arreglarlo
Gracias de antemano por su ayuda



