after installing version 2.0 all screens are empty.

I installed Custombuild 2.0 (twice)
What do you mean by this?

Custombuild is installed automatically when installing Directadmin.

Or are you running some ancient version of Directadmin?
On newer DA versions the Custombuild plugin only works in EVO skin, not in Enhanced anymore.
 
Hello,

Is that a custombuild plugin? I'm under an impression it's not supported since years already. You will need to switch to the evolution skin and use the builtin custombuild.

I installed Custombuild 2.0 (twice) but when I open Custombuild, all screen are empty and buttons don't work.
 
I switched to evo skin and found it there.
But when i try to add pjp 8.4, the installion fails:

install_php: failed to compile '/usr/local/directadmin/custombuild/cache/php-8.4.6.tar.gz' inside '/usr/local/directadmin/custombuild/tmp/tmp.JuPblJJDnI.php-8.4.6.tar.gz'
 
Do you have the latest DA version?

If yes, check via SSH.
Code:
cd /usr/local/directadmin/custombuild
Then in there look if php 8.4 is setup in there like:
# PHP Settings
php1_release=8.4
php1_mode=php-fpm
This could also be another php release (for example php3_release) and if you don't run php-fpm then the mode can be different but 8.4 should be in there.

If yes, try these commands as root:
Code:
da build clean
da build php

Check for errors if they still occur with php 8.4 building.
 
Back
Top