Momentary fix for [There has been a critical error on this website] on 1.3.49
-
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)
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.