ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. NZT
    3. Best
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Installing osTicket 1.10 on CentOS 7

      @scottalanmiller

      Yours was the only set of instructions for installing osTicket 1.10 on CentOS 7 I found online that actually worked. Thanks and kudos to you!

      I am not technical but I did manage to cobble the following commands together:

      yum -y install epel-release && yum -y install firewalld mariadb mariadb-server httpd php unzip php-mysql php-imap php-xml php-mbstring php-pecl-apcu php-pecl-zendopcache php-intl php-gd && systemctl start firewalld && systemctl enable firewalld && systemctl start httpd && systemctl enable httpd && firewall-cmd --zone=public --add-port=80/tcp --permanent && firewall-cmd --zone=public --add-port=443/tcp --permanent && firewall-cmd --reload && cd /tmp && wget http://osticket.com/sites/default/files/download/osTicket-v1.10.zip && unzip osTicket-v1.10.zip && cp -rp upload /var/www/html/helpdesk && chown -R apache:apache /var/www/html/helpdesk && cd /var/www/html/helpdesk && cp include/ost-sampleconfig.php include/ost-config.php && chmod 0666 include/ost-config.php && systemctl start mariadb && systemctl enable mariadb && mysql_secure_installation

      and then finish the rest of the installation, more or less, following your steps.

      When I install osTicket-v1.10.zip on a Vultr.com VPS with CentOS 7 with 512 MB of RAM using:

      wget http://osticket.com/sites/default/files/download/osTicket-v1.10.zip && unzip osTicket-v1.10.zip

      in the above set of commands, new tickets do not appear at all in the osTicket admin panel although the users who create the commands do appear as users. In other words, if a user named Fred Jones (who dropped in out of the blue) were to create a new ticket, I would not see his ticket in the admin panel, but I would see Fred Jones in the admin panel.

      However, when I install osTicket-v1.9.12.zip on a Vultr.com VPS with CentOS 7 with 512 MB of RAM using:

      wget http://osticket.com/sites/default/files/download/osTicket-v1.9.12.zip && unzip osTicket-v1.9.12.zip

      in the above set of commands, new tickets do properly appear in the osTicket admin panel.

      In other words, in this second case if a user named Fred Jones (who dropped in out of the blue) were to create a new ticket, I would see his ticket in the admin panel and I would see Fred Jones in the admin panel.

      As I am typing this I am wondering if I were to spin up a VPS with 1024 MB RAM then perhaps that would solve the problem.

      If you would like the URL to login to my osTicket installation please feel free to let me know. There is nothing else on the VPS other than osTicket which I freshly installed and contains a trivial amount of test data.

      I am looking forward to your reply.

      posted in IT Discussion
      N
      NZT
    • RE: Installing osTicket 1.10 on CentOS 7

      @scottalanmiller Thanks for getting back to me extraordinarily quickly. I actually solved the problem. In neither osTicket v1.9.12 nor osTicket 1.10 did I bother going in to the Admin Panel to set up permissions for the default agent. However, despite that in osTicket v1.9.12 I was able to view the tickets whereas in osTicket 1.10 I needed to actually explicitly set up the permissions.

      My mistake was assuming that osTicket 1.10 would be set up with the same default setting for the default agent as osTicket v1.9.12. I don't have an opinion one way or another about which method is better, but the inconsistency did lead me to make an incorrect assumption.

      Also, I struggled to grasp that osTicket 1.10 was a newer version than osTicket v1.9.12. Eventually I realized it was .10 versus .09 instead of .10 versus .90 However, I would have immediately understood that osTicket 1.10 was newer than osTicket v1.09.12.

      Thanks again for your very helpful tutorial!

      posted in IT Discussion
      N
      NZT
    • 1 / 1