custom_package_items.conf not work

splby

Verified User
Joined
May 5, 2009
Messages
61
Hello. We use several of our values in custom_package_items.conf, we noticed that they are not displayed in the new skin of the user. Also under the access the administrator does not allow to change their values, an empty drop-down list.
 
memcachedmem=type=listbox&item1txt=OFF&item1val=OFF&item2txt=256 Mb&item2val=256&item3txt=512 Mb&item3val=512&item4txt=1024 Mb&item4val=1024&string=Memcached&default=OFF
These options on the same server work on other skins.
 
I'm attaching what is seen under /reseller/create-user-package (probably you have issues in some other URL?):Screenshot 2019-07-14 at 02.07.10.png

May you attach your screenshot? JSON from /CMD_SHOW_USER_PACKAGE?json=yes&bytes=yes would also help :)

Thank you!
 
Along the path /reseller/create-user-package, the drop-down list really works. But when viewing user /reseller/users/USER/view/info there are no lines with additional parameters, and when editing user /reseller/users/USER/modify to assign parameters to it, an empty dropdown list https://i.gyazo.com/263f18651060d9c8bb530f0e378311be.png When logging in as user /user/stats/account also does not display lines with additional parameters. Thanks for helping me figure it out.
 
Please try updating DA to pre-release binaries (https://help.directadmin.com/item.php?id=408) and then applying:
Code:
cd /usr/local/directadmin/data/skins
mkdir -p evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution

Pre-release needs to be installed first :) Please let us know if that solved the problem (should be included into the next release of DA)

Thank you!
 
After the update, it all worked. Thank you so much for your work!
 
Back
Top