Skadate Integration
PostPosted: 26 Apr 2011, 01:43
I am having trouble, and before I requested a ticket, I thought I'd crowd source a bit first. I have searched these forums, and have come up with nothing with reguards to installing ArrowChat into a Skadate installation. I followed the instructions provided, and have ArrowChat installed correctly. I don't seem to be having trouble with the database settings, but there are two areas I need help troubleshooting.
First, ArrowChat is reporting that no one is logged in. When I run the debug.php file, I get one red entry/error that
...all the other checks turn up green...
So I checked the functions_receive.php file, hard coded a user ID in the getUserID function (for testing only) so I could make sure ArrowChat at least worked with a single user, and ArrowChat opened the way it should have. I then noticed the second issue.
The user avatar/profile pic is blank. I looked over the database tables ArrowChat is looking at in order to pull the user image, and that table doesn't actually exist in my database...
Is there perhaps an easy fix with an updated functions_receive.php file, or is there something I will need to change in order to get this working the way my client needs it to. I'd much rather not go back to CometChat, since they offer next to no customer service.
Anyone, please help.
First, ArrowChat is reporting that no one is logged in. When I run the debug.php file, I get one red entry/error that
- Code: Select all
User ID: 0 You are being registered as not logged in. If you are logged in, please check the functions_receive.php file to make sure the getUserID function is correct.
...all the other checks turn up green...
So I checked the functions_receive.php file, hard coded a user ID in the getUserID function (for testing only) so I could make sure ArrowChat at least worked with a single user, and ArrowChat opened the way it should have. I then noticed the second issue.
The user avatar/profile pic is blank. I looked over the database tables ArrowChat is looking at in order to pull the user image, and that table doesn't actually exist in my database...
- Code: Select all
DB_USERTABLE_AVATAR','profile_photo
Is there perhaps an easy fix with an updated functions_receive.php file, or is there something I will need to change in order to get this working the way my client needs it to. I'd much rather not go back to CometChat, since they offer next to no customer service.
Anyone, please help.