Can't access WP-admin after update theme [on hold]

Multi tool use
Can't access WP-admin after update theme [on hold]
I am developing website using WordPress. And I used PHLOX theme, but when I updated the version of PHLOX theme, the update was failed. Now I can't access the WP-admin... I searched the error log and I found:
PHP Fatal error: Class 'Auxin_option' not found in /home/wanjayas/public_html/wp-content/themes/phlox/auxin/auxin-include/init/global.php on line 60
I don't have any backup for this site. This is really frustrating. What should I do for this?
This question appears to be off-topic. The users who voted to close gave this specific reason:
1 Answer
1
try it this code:
$test = (new Auxin_option())->create();
$yourtheme = $test->get(YOURTHEME::class);
$yourtheme->run();
where should i place this code? in global.php?
– Ferdinand
Jun 30 at 12:30
Do you have FTP or Cpanel access?
– Elvin Haci
Jun 30 at 7:37