• Resolved CansecoDev

    (@cansecodev)


    If you’re on PHP 7.4, this is something you can do to fix the latest issue introduced in 1.3.49:

    Edit:
    ai-engine/vendor/rahul900day/gpt-3-encoder/src/Support/File.php
    And change line 16:

            } catch (Exception) {

    To:

            } catch (Exception $ex) {

    This should fix it until Jordy takes a look at it.

Viewing 1 replies (of 1 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    Thanks, indeed, that’s a perfect way to make it works on PHP versions prior to 8.0. Sorry, I thought I tested this on 7.x but apparently didn’t. Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Momentary fix for [There has been a critical error on this website] on 1.3.49’ is closed to new replies.