Admin Problems after upgrade from 2.4.7 to 3.0.2

Moderator: crythias

Locked
piperdown
Znuny newbie
Posts: 2
Joined: 15 Dec 2010, 02:35
Znuny Version: 3.0.4

Admin Problems after upgrade from 2.4.7 to 3.0.2

Post by piperdown »

Hope someone can help with this. Just upgraded, and after following the upgrade guide, seemed to go well.

Until I needed to use some of the admin functions, such as edit responses, links between agents and groups, agents and roles, and some other stuff.

I get the following in the httpd access logs

GET /otrs/index.pl?Action=AdminAutoResponse;Subaction=Change;ID=1 HTTP/1.1" 403 307

and a 403 forbidden

Forbidden

You don't have permission to access /otrs/index.pl on this server.

I've reviewed permissions, to no avail.

Running CentOS 5.4. Redirecting to https.
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: Admin Problems after upgrade from 2.4.7 to 3.0.2

Post by Wolfgangf »

did you already run the following:

Code: Select all

11) Refresh the configuration cache and delete caches
    -------------------------------------------------

    Please run:

    shell> bin/otrs.RebuildConfig.pl
    shell> bin/otrs.DeleteCache.pl
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
piperdown
Znuny newbie
Posts: 2
Joined: 15 Dec 2010, 02:35
Znuny Version: 3.0.4

Re: Admin Problems after upgrade from 2.4.7 to 3.0.2

Post by piperdown »

Yes... But will do it again.

Also rebuilt the Config.pm from Config.pm.dist, appending my changes (openldap auth for agents and customers).

I suspect a permissions issue either on the filesystem or the DB but so far cannot find anything.
hmaurer
Znuny newbie
Posts: 6
Joined: 29 Sep 2011, 13:30
Znuny Version: 3.0.10
Real Name: Hermann Maurer

Re: Admin Problems after upgrade from 2.4.7 to 3.0.2

Post by hmaurer »

Hi,

I've had the same problem recently. It looks like yours, i.e. some of tasks in Admin area cause the Error "403 Forbidden". For example, if I tried to open otrs/index.pl?Action=AdminRoleUser I got the list but the error, if I tried to open an item from the list. I investigated the problem and am sure that something between the web server (and OTRS) and the web browser doesn't allow the execution of the tasks.

In my case the problem caused by mod_security which runs on the reverse proxy. I can imagine that other security tools (WAF) could cause the problem too.

I hope I could help you.

Regards,
Hermann Maurer
OTRS 3.0.16
CentOS 6.4 x86_64 / Apache 2.2.x / mod_perl / MySQL 5.1.x
Windows AD 2008 as Backend for Agents and Customers
Locked