Re: Error with Tag->data in actionmap after upgrade to Centos 7.4 mysql 5.7.21
Peter <[email protected]> Fri, 9 Mar 2018 12:43:33 +1300
| Newsgroups | gmane.comp.web.interchange.users |
|---|---|
| Message-ID | <[email protected]> |
On 09/03/18 04:33, IC wrote:
>>
>> $Tag->perl({ tables => 'cat2' });
>
> I had already tried that, that line on its own causes the same error.
In that case, try this in catalog.cfg (or wherever you define the
actionmap):
AutoLoad <<EOA
[perl cat2][/perl]
EOA
... It should work but it will result in cat2 being pre-loaded for
everything. This shouldn't have any significant impact on performance,
though.
Peter