I have had the same error trying to install mod_breezingforms.zip
The complete message is:
Warning : constant(): Couldn't find constant JPATH_ in /mnt/data/vhosts/casite-1346672.cloudaccess.net/httpdocs/libraries/src/Installer/Adapter/ModuleAdapter.php on line 214 {"success":true,"message":"\n\t\tEnter the form name for displaying in the desired module position.\n ","messages":{"message":["Installation of the module was successful."]},"data":{"redirect":"\/administrator\/index.php?option=com_installer&view=install"}}
This is the offending line 214 on ModuleAdapter.php:
$this->doLoadLanguage($extension, $source, constant('JPATH_' . strtoupper($client)));
Any ideas?