[BlueOnyx:26696] Re: Error creating - adding or changing any user

Michael Stauber mstauber at blueonyx.it
Mon Jan 8 09:18:21 -05 2024


Hi Richard,

> We are not able to make any changes to users action tried,  such as 
> create, edit, and delete for any user from any of our virtual sites. 
> This is on a  5209r.
> 
> The error received is:
> ---------------------------------
> 
> A PHP Error was encountered
> 
> Message: Undefined index: user_volume_limit
> 
> Filename: modify.User/TrafficEmail.php


That error was actually fixed in AV-SPAM v7.2.8-1, released on 13th 
December 2023.

If you can, please install the latest AV-SPAM v7.2.8-1 to solve the issue.

If you don't have access to that version of the AV-SPAM, then you can 
edit these two files:

/usr/sausalito/ui/chorizo/extensions/create.User/TrafficEmail.php
/usr/sausalito/ui/chorizo/extensions/modify.User/TrafficEmail.php

Both have this line in it:

$required_keys = array('user_volume_limit', 'geo_enforce_limits');

Change it to this:

$required_keys = array();

After saving the changes the error should go away. A restart of any 
service is not necessary.

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list