[021] Real time chat [Deleted]

Tried to see demo, but for some reason when I try username user and password user, it doesn't work...
 
.because you need to start the chat server

I am going to assume this is my issue. If you could just guide me in the right direction I would appreciate it!!
 

Attachments

  • 4AF4CC5D-6F6A-40DD-97F3-C3555820E1DB.webp
    4AF4CC5D-6F6A-40DD-97F3-C3555820E1DB.webp
    84.5 KB · Views: 18
  • 36B46458-BBB7-4AE3-9CF9-B6CA90D55061.webp
    36B46458-BBB7-4AE3-9CF9-B6CA90D55061.webp
    82.4 KB · Views: 18
I am going to assume this is my issue. If you could just guide me in the right direction I would appreciate it!!
.connect to your forum by SSH and run this commands
Code:
cd {path_to_your_forum_without_braces}
php chat_start.php start -d
 
.connect to your forum by SSH and run this commands
Code:
cd {path_to_your_forum_without_braces}
php chat_start.php start -d

I just got off with my host and had them update the php and I still cant get it to work "PHP 7.0.0 or newer is required. 5.6.30 does not meet this requirement." is the error I get and I just had that updated.
 
Last edited:
I just got off with my host and had them update the php and I still cant get it to work "PHP 7.0.0 or newer is required. 5.6.30 does not meet this requirement." is the error I get and I just had that updated.
.this means that several versions of php are installed on the server and you are running the script under the old version
 
Top Bottom