stevland

Forum Replies Created

  • In reply to: Customize User Tickets Queue.

    September 11, 2019 at 6:59 pm #5095
    stevland
    Keymaster

    I’m sorry, the ability to add custom fields is limited to staff queues.

    It’s a great idea, but it would require modifications to osTicket’s core functionality—something that osTicket Awesome tries to avoid as much as possible.

    As far as I know the osTicket developers don’t have any plans to add such functionality to the Client area, but you can always make a feature request in the osTicket forum!

    In reply to: Awesome Receipt missed

    September 9, 2019 at 8:23 pm #5089
    stevland
    Keymaster

    That is true. I have to create invoices manually and so I do them in batches around once a month. 

    As it happened, I posted the link right after sending the last batch. But I’m definitely sending out the next batch this week!

    In reply to: Login Button in Informationbox

    September 8, 2019 at 8:10 am #5088
    stevland
    Keymaster

    Thank you for the report. It will be fixed in the next release.

    In reply to: FAQ Image size smaller than anticipated

    September 7, 2019 at 4:23 pm #5085
    stevland
    Keymaster

    Hi @cdccomputing,

    Add to following to /osta/user-styles.css:

    .thread-body img {
        max-width: 100% !important;
    }

    In reply to: error 500 al querer agregar agentes a departamento

    September 6, 2019 at 9:45 am #5076
    stevland
    Keymaster

    Esperaba que eso ayudara. Pero desafortunadamente no hay nada más que pueda sugerir sin conocer el problema.

    Por favor, consulte mi mensaje anterior:

    El error 500 es un mensaje genérico. Cuando ve un error 500 en su navegador web, el mensaje de error real se ha registrado en sus registros de Apache. (Si no sabe cómo encontrar sus registros de Apache, pregunte a su proveedor de alojamiento web).

    Una vez que encuentre el mensaje de error real, no dude en publicarlo aquí.

    In reply to: error 500 al querer agregar agentes a departamento

    September 4, 2019 at 7:21 pm #5073
    stevland
    Keymaster

    ¿Has resuelto el problema?

    In reply to: Menu "Jumping"

    September 3, 2019 at 9:14 am #5070
    stevland
    Keymaster

    Thanks for the screen capture, that helped me understand your issue.

    The fix is very simple.

    Admin Panel > Tickets > Top-Level Ticket Counts <uncheck>

    I’m working on new installation instructions. Most people won’t have this checked, but for those that do I’ll add the instruction to Post Installation Suggested Steps.

    In reply to: Blank Blue Screen 1.12.2 Version upgrade new installation

    September 2, 2019 at 4:40 pm #5068
    stevland
    Keymaster

    When i said the same result, i was referring to ” Same blue screen” not the code result

    Don’t be afraid to be verbose! 🙂

    That is a tough time zone to match up with! Would 9am tomorrow (your time) work for you?

    info@osticketawesome.com

    In reply to: Blank Blue Screen 1.12.2 Version upgrade new installation

    September 2, 2019 at 4:19 pm #5066
    stevland
    Keymaster

    Hi nelsonpark,

    I asked you two unique things. When you posted “same result” I assumed you were referring to the first item and you had overlooked or disregarded the second item.

    If I am now understanding you correctly, you are saying that you completed the second item and “same result” is a response to both items.

    Interestingly, it isn’t the same result. The first time you posted the source code it was cut off at the opening <body> tag. I was trying to ensure that you posted what was there in its entirety. Your new source code post cuts off even earlier, and yet you say it is the same result. It isn’t filling me with confidence that we are on the same page.

    For the first time in 2 years, and after hundreds of successful installations, I am at a complete loss. Given that I cannot connect to your server through the standard methods (SSH, FTP) the only other thing that I can think of is to schedule a TeamViewer session.  If you would like to proceed let me know what time zone you are in (I’m in Pacific GMT-7) and give me a rough idea of when you are available this week and we will take it from there.

    In reply to: Blank Blue Screen 1.12.2 Version upgrade new installation

    September 2, 2019 at 4:05 pm #5064
    stevland
    Keymaster

    I am still waiting for an answer from you.

    As per my last message, let’s try a clean install of osTicket Awesome:

    • Please upload the /upload folder from the extracted osTicket Awesome folder to your server.
    • Copy ost-config.php from /helpdesk/include/ to /upload/include/
    • Visit http://XXXX/upload/scp/login.php and test, let me know if it works.

    In reply to: error 500 al querer agregar agentes a departamento

    August 30, 2019 at 10:49 am #5060
    stevland
    Keymaster

    Parece que tienes un error tipográfico.

    Parece que escribiste este comando:

    # find.-type d -print0 | xargs -0 chmod 0755

    Pasaste por alto un espacio. Debe tener un aspecto como este:

    # find.espacio-type d -print0 | xargs -0 chmod 0755

    stevland
    Keymaster

    One can comment out the source code. But it is easier to do this through a quick CSS tweak. See the item How do I remove the logos in the footer? on the FAQ page.

    In reply to: Increase size of logo

    August 30, 2019 at 9:11 am #5058
    stevland
    Keymaster

    Sorry, it is not possible to do this without some significant custom coding.

    In reply to: Blank Blue Screen 1.12.2 Version upgrade new installation

    August 29, 2019 at 10:22 am #5056
    stevland
    Keymaster

    Please confirm that your source code (as you posted above) ends abruptly at <body id=”loginBody”>.

    And let’s try a clean install of osTicket Awesome:

    1. Please upload the /upload folder from the extracted osTicket Awesome folder to your server.
    2. Copy ost-config.php from /helpdesk/include/ to /upload/include/
    3. Visit http://XXXX/upload/scp/login.php and test, let me know if it works.

    In reply to: Blank Blue Screen 1.12.2 Version upgrade new installation

    August 28, 2019 at 6:34 pm #5054
    stevland
    Keymaster

    Hmmm your view page source code looks normal until it end abruptly at <body id=”loginBody”>. Are you sure that’s where the page ends?

    I’m not sure why you would receive the jquery.sidr.min.js net::ERR_CERT_AUTHORITY_INVALID error but it is most likely inconsequential.

    I’m still waiting for a screenshot of your helpdeskawesome/ directory listing.