hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

christianschneider89 opened this issue · comments

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