You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Related to #614 The SEZF server doesn't set twilio creds in its config and is receiving a 500 error on the yap admin screen. I tried putting dummy creds in and then i received what looks like a pdo error
{
"status":false,
"message":"Error: Packets out of order. Expected 1 received 0. Packet size=145"
}
This is not a regression, from what I can see, but instead an issue related to the fact that a user is unauthenticated on the login page. The API key is not present in the config.php which means the error is correct. I have a couple of fixes coming.
This is not a regression, from what I can see, but instead an issue related to the fact that a user is unauthenticated on the login page. The API key is not present in the config.php which means the error is correct. I have a couple of fixes coming.
* fix for status messages breaking login page on some servers #677
* remove unneeded value
* rename qs
* minor updates
* check qs insted
* open up respective link
Describe the bug
Related to #614 The SEZF server doesn't set twilio creds in its config and is receiving a 500 error on the yap admin screen. I tried putting dummy creds in and then i received what looks like a pdo error
I also tried to add an if condition here https://github.com/bmlt-enabled/yap/blob/main/legacy/_includes/functions.php#L595
and found same error in log
Error: Packets out of order. Expected 1 received 0. Packet size=145
What version are you running?
4.2.0
Did this happen on prior versions to the one you are running?
SEZF is currently on
4.2.0
and it works fineTo Reproduce
Steps to reproduce the behavior:
Expected behavior
No 500 error and status reports fine
Additional context
Laravel Error
The text was updated successfully, but these errors were encountered: