[CLOSED] Create Ticket field missing in Customer Interface

Moderator: crythias

Locked
binarymind22
Znuny newbie
Posts: 2
Joined: 04 Jan 2015, 10:56
Znuny Version: Helpdesk 3.2.1

[CLOSED] Create Ticket field missing in Customer Interface

Post by binarymind22 »

Hi,

We have upgraded the OTRS from version 3 to version 5 [Step by step]. every thing is working fine except the "New Ticket" option in customer interface.
The following are my observations on this issue.

When login to the Customer interface, the "New Ticket" field is not showing up.
http://IP/otrs/customer.pl?Action=Custo ... =MyTickets

So i checked whether the Module "CustomerFrontend::Module###CustomerTicketMessage" is Enabled in "Frontend::Customer::ModuleRegistration"
and its found to be enabled. What i noticed is i was able to create the ticket using the below link
http://IP/otrs/customer.pl?Action=CustomerTicketMessage

The Problem is "CustomerFrontend::Module###CustomerTicketMessage" is not showing in the Customer Interface & users are unable to create tickets.

I am stuck at this point, hope some one can help !!
Last edited by binarymind22 on 12 Jun 2016, 09:04, edited 1 time in total.
binarymind22
Znuny newbie
Posts: 2
Joined: 04 Jan 2015, 10:56
Znuny Version: Helpdesk 3.2.1

Re: Create Ticket field missing in Customer Interface

Post by binarymind22 »

Hi,

I found out the missing part :)

Step 7: Refresh the configuration cache and delete caches
Please run (as user otrs, not as root):
shell> cd /opt/otrs/
shell> bin/otrs.Console.pl Maint::Config::Rebuild
shell> bin/otrs.Console.pl Maint::Cache::Delete

Reference URL: https://otrs.github.io/doc/manual/admin ... ading.html

My Issue got resolved !!
Locked