Class 'Ramsey\Uuid\Uuid' not found

We have version 13 of FreepBX Distro Running and it has quite a few updates pending. When we try to run the update via GUI we are getting the error

FreePBX version - 13.0.192.8

Class ‘Ramsey\Uuid\Uuid’ not found…

// var// www/html/admin/-libraries/modulefunctions.class.php::2666

  1. $sth = \FreePBX::Database()-

prepare($sql);

  1. $sth->execute(array(time(),$uuid));
  2. return $uuid;
  3. }
  4. private function generateUUID4() {
  5. try {
  6. $uuid4 = Uuid::uuid4();
  7. return $uuid4->toString();
  8. } catch(\Exception $e) {

Any help would be great

A post was merged into an existing topic: Unable to Update Modules