[ic] Basket content

Bill Randle billr@exgate.tek.com
Mon, 19 Mar 2001 08:17:34 -0800


Sergey Sheykin wrote:
> 
> Hi,
> 
> when I try use this code
> 
>         [perl global=1]
>             use Vend::Session;
>             @$Vend::Items = ();
>             put_session();
>             get_session();
>             init_session();
>         [/perl]
> 
> interchange said :
> 
> Safe: require trapped by operation mask at (eval 311) line 2.
> 
> (in error.log)

One possible solution may be to add:
	AllowGlobal <your-catalog-name>

to your minivend.cfg/interchange.cfg file and restart.

	-Bill