- Edited
When clicking on the Create New SLA links it returns a 404. Looks like in the English library the href:... is missing a forward slash.
When clicking on the Create New SLA links it returns a 404. Looks like in the English library the href:... is missing a forward slash.
You have not really provided us with enough information to give you any
meaningful help (Such as version of osTicket, such as the url that you are seeing, such as the url you have configured in Settings -> System -> Helpdesk URL). Please help us to help you by
reading and following the posting guidelines located in this thread: Please read before requesting assistance.If you are getting a 404 you should be able to consult your webserver logs and see what the url and error being logged is.
Sorry, running v1.9.3 (bba9ccc).
We needed to go to include/i18n/en_US/help/tips/settings.ticket.yaml and change:href: scp/slas.phpto:href: /scp/slas.php
Otherwise any links that said "Create more SLA Plans", gave us a 404 error.
pinged the devs about this so they can take a look.Can you be more specific about where you are clicking on "Create more SLA plans" or "Create New SLA". I only see the "Add New SLA Plan in /scp/slas.php
Should already be fixed:
https://github.com/osTicket/osTicket-1.8/commit/7881dbbf76955be1c27542eae688a4ea1fb5d86a
Maybe the fix is not included with 1.9.3, but it should be with the next version ;)