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
The chatlogs page and the clientdetails chatlogs do not have any ability to see beyond the initial amount displayed. IE, I believe they should have navigation buttons that allow mutliple pages of data to be accessed.
I'm not sure if this is a bug in the code or something that was intended by eire.
The text was updated successfully, but these errors were encountered:
I didn't have to change anything on the chatlog page to get it working. I had to manually add the chats_table_1, chats_name_1, rows and so on to the MySQL database. I believe the issue is on line 433 of the chatlogs class.php page. That function is calling editSettings from the dbl-class.php file, which apparently is having an issue adding the rows to the table.
IMO, it would be better to simply store the chatlog information in a new field in the ech_games table.
The chatlogs page and the clientdetails chatlogs do not have any ability to see beyond the initial amount displayed. IE, I believe they should have navigation buttons that allow mutliple pages of data to be accessed.
I'm not sure if this is a bug in the code or something that was intended by eire.
The text was updated successfully, but these errors were encountered: