panichd icon indicating copy to clipboard operation
panichd copied to clipboard

Ticketing system for Laravel 5.1 - 8.x. Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.

Results 33 panichd issues
Sort by recently updated
recently updated
newest added

Hi, When accessing the 'Members' page on admin, this error showed up: `Illuminate\Routing\Exceptions\UrlGenerationException Missing required parameters for [Route: panichd.member.update] [URI: panichd/member/{member}]. ` does this relate to 'user_route' config? the default...

bug
answered / solved

Hi, I am changing the language to Spanish. At first there where some words that were not included in the package, but I added them into lang.php and it worked...

Help Needed
local issue

Hello guys, I'm new in this world and I'm learning about laravel. Now, I'have a problem loading tables of tickets. My browser says: "DataTables warning: table id=tickets-table - Ajax error....

bug
to confirm solved

Hi, Thanks for making panichelpdesk available, nice work. I'm an integrator with just moderate coding knowledge. How do we add new custom fields eg. Site Code, Device type, etc to...

Help Needed
customizations

Hi! I can see that I can enable the departments feature, but there is no where in the interface where I can specify new departments. And I don't see where...

question
answered / solved

Please help `{"draw":4,"recordsTotal":0,"recordsFiltered":0,"data":[],"error":"Exception Message:\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column '0' in 'field list' (SQL: select count(*) as aggregate from (select `panichd_tickets`.`id`, `panichd_tickets`.`created_at`, `panichd_tickets`.`subject` as `subject`, `panichd_tickets`.`hidden` as `hidden`, `panichd_tickets`.`content`...

bug
Help Needed

I just installer panichd but when accessing the installer page i've a 404 error. Any idea?

bug
Help Needed

Good evening, I wanted to install panichd from a perfectly functional ticketit installation. Unfortunately I get [this error](https://imgur.com/a/srDqSpG) just after clicking on "Install now" at [this step](https://github.com/panichelpdesk/panichd#option-1-web-installer). The access was...

to confirm solved
local issue

When I run`php artisan vendor:publish --tag=panichd-public` , I see (for example) that public/vendor/panichd/bootstrap populated with a css and a js file. However when I load the Ticket Edit page, I...