DirectAdmin v1.651 has been released

For those interested. It seems that I may have done this to myself. Lurking quietly in my /custom/php folder were two configuration files that I generated using this page: https://docs.directadmin.com/webservices/php/php-extensions.html to add the "--with-module" line.

It seems that when I generated the "82" version, somehow (and still not entirely sure how), it kept the 81 paths.

Screenshot 2023-07-13 at 16.42.08.png

Therefore, when it was trying to update PHP, it was just going around in circles (I'm guessing) and running an install over the top of the other PHP install.. resulting in chaos.

I have since removed those two configuration files and rebuilt them, then working through the rest of the documentation to ensure that it's all rebuilt.
 
@fln

(Trust this device for 30 days) 2FA button is not clickable/ working anymore in this release.
 
  • Like
Reactions: fln
I think we need to think twice before I update to a newer version of directadmin ever again in the future. @fln

When loggin in as a user it was working fine, then we wanted to optimize the user database table and we get an error : segfault within DirectAdmin.
Now we cant login as this user anymore, as it will load the users settings and half the admin screen REALLY.

Also noticed mariadb stuck at some queries and CPU usage cranking up to 700%.

Unstable release again
 
@exlhost could you please open a support ticket. There were no changes to DB management part so the same problem would most likely have happened with the old version as well. I think it is not related to the update.
 
Then the high mysql cpu usage is related to the new MariaDB update.

The other part when logging in a this user now we are getting this error:

You cannot execute that command​

The request you've made cannot be executed because it does not exist in your authority level.

Will log a ticket soon, but every release there is someting going on, getting a bit crazy that we are in need to log tickets for the last year each release.
 
Missing delete button text to delete any selected database in directadmin

delete.jpg
 
An update is released with Evolution fixes for:
  • Missing CB tooltips, thanks @BillyS
  • Remember 2FA checkbox and missing delete button text, thanks @exlhost

Another issue reported by @exlhost (user getting You cannot execute that command) turned out to be not related to the update. We still expect to make fixes to prevent this issue in next DA version or as a hot-fix later.
 
Bug:

"Trust this device for 30 days" does not work. Confirmed in Chrome and also in Safari on desktops. Doesn't do anything when clicked.

Screenshot 2023-07-14 at 14.24.09.png
 
It seems Installatron has some issues with the new release in the Evolution skin. The display of available applications is a bit strange. When you then choose Wordpress, the screen remains empty. However, when changing to the old enhanced skin this does work.
Did you reported this to the installatron team?
 
After the update, all dropdown menus fail to appear after selecting one or more options.

In the print below, I selected two emails, but the menu for deletion does not appear. I also tried selecting two users to suspend, but the menu does not appear either.

Captura de tela 2023-07-14 155931.png

EDIT: If you click and resize the browser to a different size, then it will reappear. It's just not working on the original size of the browser screen.
 
@paulonichio, we were not able to reproduce the issue you have reported. Could you please open a support ticket for the issue so we could check it out on the affected server?
 
@paulonichio, we were not able to reproduce the issue you have reported. Could you please open a support ticket for the issue so we could check it out on the affected server?
I have the same issue here after te upgrade
 

Attachments

  • Scherm­afbeelding 2023-07-17 om 14.33.44.png
    Scherm­afbeelding 2023-07-17 om 14.33.44.png
    68 KB · Views: 19
Can confirm, we are also missing the delete buttons for the mail queue on multiple servers. New installs don't seem to have this issue.
 
@paulonichio, we were not able to reproduce the issue you have reported. Could you please open a support ticket for the issue so we could check it out on the affected server?

Currently, we use the "Icons Grid Layout" theme with the CSS below on all our servers (Customize Skin > CSS Styles > Icons Grid Layout):

CSS:
/* Styles to for 'traditional' sub-theme */
html.layout\:grid .app .app-header {background: var(--classic);color: white;}
html.layout\:grid .app .app-header .header-logo {background-image: var(--img-logo-dark); }
html.layout\:grid .app .app-header .userbar {margin-left: 1rem;}
html.layout\:grid .app .app-header .userbar>.userbar-button>.userbar-button-text {color: white;}
html.layout\:grid .app .app-header .userbar>.userbar-button>.ui-icon-counter .roundBadge {background: var(--classic-l90);color: var(--classic);}
html.layout\:grid .app .app-header .userbar .userbar-button-caret>svg>path {fill: white !important;}
html.layout\:grid .app .app-header .nav-grid-trigger svg {color: white !important;}
html.layout\:grid .app .app-header .nav-grid-trigger svg:hover {color: white !important;opacity: 0.8;}
html.layout\:grid .app .app-header .domainsDropdown .Select>.Select__Button {border-color: var(--classic-l10);background: transparent;}
html.layout\:grid .app .app-header .domainsDropdown .Select>.Select__Button>.Select__Button__Label {color: white;}
html.layout\:grid .app .app-header .domainsDropdown .Select>.Select__Button>.Select__Button__Caret>svg {color: var(--classic-l10);}
html.layout\:grid .app .app-header .domainsDropdown .Select>.Select__Button>.Select__Button__Search {background: transparent;color: white;}
html.layout\:grid .app .app-header .domainsDropdown .Select>.Select__Button>.Select__Button__Search::placeholder {color: var(--classic-l30);}
html.layout\:grid .app .app-header .search input[type="text"] {background: transparent;color: white;border-color: var(--classic-l10);}
html.layout\:grid .app .app-header .search input[type="text"]::placeholder {color: white;opacity: 0.9;}
html.layout\:grid .app .app-header .search .search-icon>.icon>svg, html.layout\:grid .app .app-header .search .options-icon>.icon>svg {color: var(--classic-l10);}
html.layout\:grid .app .app-header .ui-toggle-switch {background: var(--classic);color: #fff;border-color: var(--classic-l10);}
html.layout\:grid .app .app-header .ui-toggle-switch>.label {background: var(--classic);color: #fff;}
html.layout\:grid .app .app-header .ui-toggle-switch>.options>.slider {background: var(--classic-l30);}
html.layout\:grid .app .icons-grid .filters-bar>.filters-bar-search {flex-grow: 1;margin-right: 1rem;}
html.layout\:grid .app .icons-grid .icons-grid-category {border: 1px solid #e5e5e5;border-radius: 4px;}
html.layout\:grid .app .icons-grid .icons-grid-category .icons-grid-category-title {padding: 1rem 1rem;background-color: var(--classic);border-top-left-radius: 4px;border-top-right-radius: 4px;color: white;}
html.layout\:grid .app .icons-grid .icons-grid-category .icons-grid-category-entries .icons-grid-category-entry {border-width: 0;}
html.layout\:grid .app .dashboard-mobile>div {padding: 1.5rem;padding-left: 1rem;}
html.layout\:grid .app .dashboard-mobile>div section.dashboardTab.dashboardTab {padding: 0 !important;}
html.layout\:grid .app .dashboard-mobile>div section.dashboardTab.dashboardTab .dashboardTabHeader {padding: 1rem 1rem;font-size: 1.3rem;font-weight: 600;letter-spacing: 0.5px;}
html.layout\:grid .app .dashboard-mobile>div section.dashboardTab.dashboardTab .dashboardTabHeader .icon svg {width: 16px !important;height: 16px !important;}
html.layout\:grid .app .dashboard-mobile>div section.dashboardTab.dashboardTab.-is-active {border: 1px solid #e5e5e5;border-radius: 4px;}
html.layout\:grid .app .dashboard-mobile>div section.dashboardTab.dashboardTab.-is-active .dashboardTabHeader {background: var(--classic);color: white;}
html.layout\:grid .app .dashboard-mobile>div section.dashboardTab.dashboardTab p.type\:h6 {padding: 0 1rem;}
html.layout\:grid .app .dashboard-mobile>div section.dashboardTab.dashboardTab .dashboardTab-more {margin-left: 1rem;}
html.layout\:grid .app .dashboard-mobile>div section.dashboardTab.dashboardTab .widget-content {padding: 1rem;}

I tested it with the "Refreshed" layout, and the issue didn't occur. Could you test it with this layout using the CSS? If needed, I can open a ticket for further investigation.

Thanks!
 
  • Like
Reactions: fln
Yes, I can confirm this as well. Icons Grid does not work, Refreshed displays the buttons perfectly fine.
 
Back
Top