Problem with custombuild

Junaid

Verified User
Joined
Oct 22, 2019
Messages
20
Hi,
A weird problem is happening every time I run any command with custombuild.
The issue arises while trying to install php_xmlrpc through Custombuild from DirectAdmin panel.

Capture2.PNG

It is saying something like mentioned below,
ERROR: version of php80 not found in versions.txt!
ERROR: version of msmtp not found in versions.txt!

Capture.PNG

Can anyone please help?
Thanks in Advance. <3
 
I think you updated just the script, and not whole custombuild. Click update in top-right and it should be fine then.
 
This answers the question :) Why did you "chattr +i" the versions.txt file? CustomBuild cannot manage it anymore.
 
This answers the question :) Why did you "chattr +i" the versions.txt file? CustomBuild cannot manage it anymore.
I haven't done anything myself. If i had to update anything then i simply update it from custombuild. never done any else modification. :/

Can you please guide me on how to solve the issue? :(
 
Code:
chattr -i /usr/local/directadmin/custombuild/versions.txt
 
Back
Top