PHP error after updating custombuild

Mitch

Verified User
Joined
Apr 16, 2013
Messages
75
Hi,

I installed directadmin on a new server, I installed custombuild 2.0 and everything was fine, after a while I got an update an now I get an error:

Error:
Warning: Trying to access array offset on value of type null in /usr/local/directadmin/plugins/custombuild/admin/elements/header.php on line 8 This plugin is compatible with CustomBuild 2.x only.

Now I'm not able to do anything in custombuild 2.0 because the tabs are empty.

I do see this in the logs:
1640698636795.png

BTW, I did use php 8 as first option, not sure if that has to do anything with the bugs? (Because it did worked for a while with php 8)


1640698811597.png
 
Try this:
Code:
wget -O /usr/local/directadmin/custombuild/build http://files1.directadmin.com/services/custombuild/2.0/custombuild/build
 
Back
Top