RoundCube 1.4.11 update to 1.5.3 not installing - CustomBuild

TCBOXA

Verified User
Joined
Jan 30, 2020
Messages
8
CustomBuild 2.0 is not installing the RoundCube 1.4.11 update to 1.5.3

When i attempt to run the update from CustomBuild i get the following..

Executing /usr/local/directadmin/plugins/custombuild/admin/build roundcube
Done!

I then close the window and then the CustomBuild page reloads but the RoundCube 1.4.11 update to 1.5.3 still remains. I have all updates installed and cant figure out why its not updating.
 
Should there be a log somewhere that i can view to see what's going on? I checked the directadmin logs but cant see anything. What are the PHP version requirements? I googled but couldnt find anything
 
What are the PHP version requirements?
What php version are you using as first php? Check in custombuild, click "edit options", it's shown there.

You could also do it like we admins, login via SSH as root, and update manually.
cd /usr/local/directadmin/custombuild ./build update ./build roundcube
see if it throws errors.
 
The first PHP is 5.6, im using legacy software on the main domain which is why its 5.6. I do have 7.3 installed but the trick would be to keep the main domain using 5.6 but having everything else run on 7.3.
 
Use 7.3 as first PHP and 5.6 as second. Set the PHP of your domain with PHP Version Selector in Domain Setup.

cd /usr/local/directadmin/custombuild
./build update
./build set php1_release 7.3
./build set php2_release 5.6
./build php n
./build rewrite_confs
 
Last edited:
You are also user as admin. So on userlevel you can change your maindomain.com settings to use php 5.6 again. Shouldn't give any troubles.
 
Should there be a log somewhere that i can view to see what's going on?

I checked the directadmin logs but cant see anything.

What are the PHP version requirements?

I googled but couldn't find anything
 
Should there be a log somewhere that i can view to see what's going on?
You break into somebody else his thread. You can only do this if you have exactly the same problem.
And if you do, check post #7 and see what the output is as suggested there.
 
Should there be a log somewhere that i can view to see what's going on?
Lots of logs for everything
I checked the directadmin logs but cant see anything.
What are you looking for?
What are the PHP version requirements?
Check the software you are wanting to host.

You most likely need to make your own post.
 
Back
Top