hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat
GNU General Public License v3.0
1.42k stars 212 forks source link

[BUG]: Upgrade Script: "PHP Fatal error: Uncaught Error: Class 'Util'" #1027

Open christianschneider89 opened 8 months ago

christianschneider89 commented 8 months ago

Version Information

0.14.1

Hashcat

No response

Description

When I run the update script: # php -f /var/www/html/hashtopolis/install/updates/update_v0.14.0_v0.14.1.php

I get this result:

PHP Fatal error:  Uncaught Error: Class 'Util' not found in /var/www/html/hashtopolis/install/updates/update_v0.14.0_v0.14.1.php:8
Stack trace:
#0 {main}
  thrown in /var/www/html/hashtopolis/install/updates/update_v0.14.0_v0.14.1.php on line 8

PHP 7.4.33 (I know it's old)

The older update scripts works without problems.

Chris