DirectAdmin v1.647 has been released

Jayjayuk

Verified User
Joined
Mar 21, 2021
Messages
84
Is there any way to remove the boxes around the icons on the refreshed theme? it just makes it look really blah....

Could I somehow make the blue the same colour as the background as a quick fix?

It would be great if they highlighted the icon as you moved over

@smtalk
 

Strator

Verified User
Joined
Jan 19, 2011
Messages
217
I will gladly help you with that if you want.
Appreciated, but with the extra pep talk I should be fine for now. :) I guess I'll give the new skin a second shot, and it seems like the following lines are all that's needed for routine updates. I agree it's not that cumbersome, since I need to log into the console to do a "yum update" anyway.

Code:
cd /usr/local/directadmin/custombuild
./build update
./build versions
./build update_versions
 

fln

Administrator
Staff member
Joined
Aug 30, 2021
Messages
643
The subdomains list will just print out the document roots (and PHP versions) that are being used. It will not have any indication for default or non-default values. When creating a subdomain new default value of /domain/sub.example.com/public_html will be offered with an option to use old default /domain/example.com/public_html/sub or a completely custom path.
 

sewiti

Administrator
Joined
Dec 23, 2022
Messages
2
I don't use Roundcube. But DA backup is still trying to export Roundcube, then it leads to error when running backup
Code:
RoundCube Backup Error:
Fatal error: Uncaught mysqli_sql_exception: Unknown database 'da_roundcube' in /usr/local/directadmin/scripts/backup_roundcube.php:128
Stack trace:
#0 /usr/local/directadmin/scripts/backup_roundcube.php(128): mysqli->select_db('da_roundcube')
#1 {main}
  thrown in /usr/local/directadmin/scripts/backup_roundcube.php on line 128
See if this helps your issue
Bash:
da config-set --restart skip_roundcube_in_backups 1
 

sewiti

Administrator
Joined
Dec 23, 2022
Messages
2
I setup a new user, with dns-only feature. Use move_domain.sh script for moving in a domain from an existing account on the same server. After that, logging to the new one. Error appears: The request you've made cannot be executed because it does not exist in your authority level. And no other command works, even logout.

Set up a new user, with dns-only feature or email-only feature. The same error.
If switch to core, then DA is working with that new user.
Try enabling Core functions in tandem with DNS-Only or Email-Only.
Core functions are needed for the skin to work. Disable it for API only.
 

fln

Administrator
Staff member
Joined
Aug 30, 2021
Messages
643
A new build df8334e9aa47b8f4e98123f3ffac524ab15f86a9 is released, it includes a security fix. Details about the issue will be added to the DA 1.648 change-log after the automatic new version rollout.
 

BillyS

Verified User
Joined
Jul 17, 2021
Messages
334
Is this a normal message for an update?
Code:
updating to directadmin current v1.647 df8334e9aa47b8f4e98123f3ffac524ab15f86a9 linux_amd64
/usr/local/directadmin/scripts/update.sh:
Another instance of custombuild (PID 1510413) is holding the lock on "/usr/local/directadmin/custombuild/.custombuild.lock", exiting
 

fln

Administrator
Staff member
Joined
Aug 30, 2021
Messages
643
@BillyS you it is safe to ignore this message. We will make sure to squash it in future releases.
 
Top