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
{{ message }}
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
Trying to install the bot on my server but when I run the php pull.php command, I get the following errors:
PHP Fatal error: Uncaught Error: Class 'Message' was not found in ...src/model/context.php:107 Stack trace: #0 ...src/model/context.php(49): Context->reload() #1 ..src/msg_processing_cor.php(65): Context->_construct(Array) #2 ..src/pull.php(48): include('') #3 {main} thrown in ...src/model/context.php on line107
Can someone help me how to resolve these errors?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello @TheOnlyDGS, sorry about the late reply. Were you able to fix the error? This looks like PHP is unable to load the Message class (in the message.php file). Are there other warnings or errors above? Which version of PHP are you using?
Trying to install the bot on my server but when I run the php pull.php command, I get the following errors:
PHP Fatal error: Uncaught Error: Class 'Message' was not found in ...src/model/context.php:107 Stack trace: #0 ...src/model/context.php(49): Context->reload() #1 ..src/msg_processing_cor.php(65): Context->_construct(Array) #2 ..src/pull.php(48): include('') #3 {main} thrown in ...src/model/context.php on line107
Can someone help me how to resolve these errors?
Thanks in advance.
The text was updated successfully, but these errors were encountered: