stevland

Forum Replies Created

  • In reply to: Code on Footer

    August 27, 2019 at 8:21 am #5050
    stevland
    Keymaster

    😀

    In reply to: Code on Footer

    August 26, 2019 at 6:20 pm #5046
    stevland
    Keymaster

    Hi @IT-Team,

    The issue you’re seeing is the result of an incompatibility between osTicket Awesome and the attachment_preview plugin.

    It has been discussed here, here and here.

    Unfortunately, the only way to resolve this is to disable the plugin.

    stevland
    Keymaster

    Copy that.

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

    August 26, 2019 at 1:34 pm #5042
    stevland
    Keymaster
    1. Please post a screenshot of the helpdeskawesome/ directory listing.
    2. Visit your installation using Chrome. Right-click on the blue page and select view page source. Copy/paste the code here.
    3. Also in Chrome, open Dev Tools (Ctrl + Shift + J) and copy/paste any messages here.

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

    August 25, 2019 at 7:17 pm #5037
    stevland
    Keymaster

    Oh, okay now this sounds familiar.

    Please make sure that when you extract the osTicket Awesome zip (osTicket-1.12.2-Awesome-101.zip) you do not receive any errors and the resulting files look like this:

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

    August 25, 2019 at 5:35 pm #5035
    stevland
    Keymaster

    Hi @nelsonpark,

    A blank blue screen does not sound like a familiar symptom… I can’t recall anyone describing that type of issue before.

    What I can tell you is that many, many customers have installed osTicket Awesome successfully on IIS servers, and on intranets before.

    In terms of trying to help you—without access to your installation—my hands are unfortunately tied. But here are some suggestions:

    • Clear your browser cache
    • Definitely look at your log files to see if there is anything relevant being logged at the time you try to visit /helpdeskawsome/
    • Try starting over and following the instructions again very carefully
    • I don’t know why you mention “restore to OSTICKET 1.12.2 native theme” because you can have both the native osTicket and osTicket Awesome installed concurrently, with both using the same database e.g. /helpdesk/ and /helpdeskawsome/

    Let me know how you make out!

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

    August 23, 2019 at 12:52 pm #5032
    stevland
    Keymaster

    Hi @nelsonpark

    Did you get this sorted?

    In reply to: Pie de pagina

    August 23, 2019 at 12:33 pm #5031
    stevland
    Keymaster

    ¡Está todo bien!

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

    August 22, 2019 at 6:06 pm #5023
    stevland
    Keymaster

    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í.

    Una posibilidad es que sus permisos de archivos y carpetas estén configurados incorrectamente.

    osTicket Awesome utiliza permisos estándar.

    Todas las carpetas deben ser 755 (drwxr-xr-x) y todos los archivos deben ser 644 (-rw-r – r–).

    Si sospecha que sus permisos están en mal estado, puede restablecerlos fácilmente.

    Para directorios

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

    Para archivos

    # find . -type f -print0 | xargs -0 chmod 0644

    In reply to: Lentitud

    August 22, 2019 at 5:54 pm #5022
    stevland
    Keymaster

    ¡Excelente! Gracias por hacérmelo saber.

    In reply to: Up Arrow on tickets

    August 22, 2019 at 8:48 am #4995
    stevland
    Keymaster

    P.S. Keep in mind that I do offer a Professional Installation Service for a flat rate of $70 US. It may not be worth it to you for just this one feature, but perhaps you’ll want help upgrading to a newer version some time in the future.

    In reply to: Up Arrow on tickets

    August 22, 2019 at 8:43 am #4994
    stevland
    Keymaster

    @netctrlsupport,

    If it were a simple thing I’d be happy to pass along a tidbit. But in this instance it would require multiple edits to multiple files, I would need to test it against the version that you are running, compose instructions, etc. So, no.

    stevland
    Keymaster

    No time frame. But it is on the list.

    In reply to: What is this???

    August 22, 2019 at 8:34 am #4992
    stevland
    Keymaster

    No problem. This type of thing happens to a new user once in a while. I need to add “clear your cache” as the final step in the installation instruction.

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

    August 21, 2019 at 10:32 pm #4989
    stevland
    Keymaster

    Please send the URL of your helpdesk to info@osticketawesome.com and I will take a look.