Error #947
-
|
Today I added a new site in Panopticon (version 5.4). The site was successfully created, but when I try to access the administration panel for that site, I get the following error:
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
It is FAR easier to help you is you format stack traces correctly. Use three backticks, not one. Three backticks = PRE element. One backtick = CODE element. Open |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your help. I have look in file and in start of the file there is |
Beta Was this translation helpful? Give feedback.
Open the file
src/View/Sites/Html.phpand change lines 714 and 723 fromcatch (Exception $e)tocatch (\Throwable).