Hello everyone,
I have to make test environment, from production OTRS.
I've cloned VM with OTRS and I've updated "a_body" fields for every ticket - "Test message", but in front-end agent panel I'm still seeing original message(I mean before update). I've tried otrs.DeleteCache.pl and CleanUP.pl but anything hasn't changed.
Can you help me?
Update of content at a_body fields on article table
Moderator: crythias
-
- Znuny newbie
- Posts: 18
- Joined: 27 Jul 2012, 07:47
- Znuny Version: OTRS 3.1
- Real Name: Marcin
- Company: KHW S.A.
Update of content at a_body fields on article table
Sorry for my english I'm still learning
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Update of content at a_body fields on article table
First thing is the cache but you cleaned that. Second idea is:
When you cloned the VM, did you change the DBI-Connection string in Kernel/Config.pm ?
Maybe your new system is still connection to the production DB, thus you don't see any changes.
When you cloned the VM, did you change the DBI-Connection string in Kernel/Config.pm ?
Maybe your new system is still connection to the production DB, thus you don't see any changes.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Update of content at a_body fields on article table
html data stored in BLOBs in the article table.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 18
- Joined: 27 Jul 2012, 07:47
- Znuny Version: OTRS 3.1
- Real Name: Marcin
- Company: KHW S.A.
Re: Update of content at a_body fields on article table
I've updated BLOBs from article_plain table, but nothing changed.crythias wrote:html data stored in BLOBs in the article table.
Do you have any idea what can I do more?
Sorry for my english I'm still learning