Custombuild 2.x plugin issue after upgrading PHP 7.2 -> PHP 7.3(.19) (RESOLVED)

piotrv

Verified User
Joined
May 10, 2013
Messages
27
AFTER setting the php1_release=7.2 -> 7.3 in CustomBuild 2.0 and building PHP again successfully, I get in DA (DirectAdmin 1.61.3) the warning:
This plugin is compatible with CustomBuild 2.x only
when selecting the url https://../CMD_PLUGINS_ADMIN/custombuild/index.html

Also, no data is read into the DA CustomBuild page from options.conf.


When selecting the url https://../CMD_PLUGINS_ADMIN/custombuild/remove_software.html
Warning: count(): Parameter must be an array or an object that implements Countable in /usr/local/directadmin/plugins/custombuild/admin/tabs/remove_software.php on line 7


I tried to rebuild the CustomBuild 2.0 plugin at /usr/local/directadmin/custombuild/, but get in log file at /usr/local/directadmin/plugins/custombuild/logs
/usr/local/directadmin/custombuild/build: 10383: /usr/local/directadmin/custombuild/build: Syntax error: redirection unexpected


Someone having (had) similar issues?
 

Attachments

php -v PHP 7.3.19 (cli) (built: Jun 19 2020 13:52:59) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.19, Copyright (c) 1998-2018 Zend Technologies with the ionCube PHP Loader + ionCube24 v10.3.9, Copyright (c) 2002-2019, by ionCube Ltd. with Zend OPcache v7.3.19, Copyright (c) 1999-2018, by Zend Technologies

custombuild installed: 1.0.34
 
Please try updating CustomBuild script, it should be fixed in latest release.
 
I upgraded CustomBuild 2 from revision 2507 to 2510 and rebuilt all active services.
CustomBuild Plugin 1.0.34
DirectAdmin 1.61.3

set php1_release = 7.2.31
set php2_release = 7.3.19 to test with some php applications

Everything seems to be back to normal.
Issue resolved.

Thanks Marty !
 
Back
Top