Closed usedragon closed 4 years ago
DId you recently update PHP, MySql or your IPS installation?
I've asked the co-owner about it. During that time, he change file storage from MYSQL to file system.
He change file storage from MYSQL to file system.
I'm not sure if this makes sense. MySql is a Database where as the file system is where files are stored, they're two very different things. Can you have him take a look at this ticket?
If you changed your database back end, you may need to un-install, re-install and then re-configure your TS3 application as the configuration it normally uses is now not available (it was stored in SQL)
Nathan,
I changed our data storage from MySQL to File System last night, our database itself has not changed.
I don't believe this should cause any problems, however can you try switching it back to see if the problem resolves itself? If this poses an issue, and you don't mind terribly, can you give me ACP access and i can try to take a look tomorrow morning.
If you want to try a quick fix and don't mind doing it, you can try uninstalling the TS3 application, re-installing it and then re-configuring it. Keeping in mind that uninstalling the application means that you will lose all of your TS3 configurations.
Can you also share what version of Invision Community you are running?
4.4.10
So, for the time being, I would refer to my last comment. Let me know if nothing works or if you'd like to provide me with an ACP account so that I can attempt to help you out. If you do choose to give me ACP access and have me help out, you can send me a DM on the IPS forums with login credentials instead of posting it publicly here. (I may also need SQL credentials, however, I would only need read access to diagnose the issue)
My IPS profile is: https://invisioncommunity.com/profile/590869-mrfisc/
Like I said earlier, I may not be available to help out in this way until tomorrow.
Sent you message.
I responded on IPS as you seem to have sent me a password but no username.
After looking into this, I don't believe the TS3 application to be the culprit. While it's included in all of the stack traces, I believe it's due to the way in which IPS handles class Hooks, not that TS3 is actually the cause.
Each of the stack traces you supplied is for a vastly different error. They don't seem to be related to each other.
For example:
stripQueryString()
is causing one of the issues, which is a member function of the ActiveRecord class. Somewhere in that stack the ActiveRecord object that is being used resulted in a null object, causing this error. We do not use stripQueryString()
anywhere in the TS3 application.
These issues seem related to either a corrupt IPS installation or a problematic third party application you have installed.
One way to debug this is to do the following:
1) Figure out how to reliably reproduce the problem. 2) Disable applications / plugins one-by-one and attempt to reproduce the problem again as you do. 3) Once you are no longer able to re-produce the problem, you know which third party application is causing it.
If after doing this type of testing, if you are able to conclude that the TS3 application is the culprit, I can look further into this.
However, the code that is being executed within the mentioned hook (ts3integration_hook_UUIDRequired
) is very minimal. There isn't a lot happening there, and definitely nothing that should be causing errors such as this.
For the time being I'm going to close this issue, however, if you can do further testing and conclude that the TS3 application is the culprit, feel free to open the issue back up.
Do you own the TS3 Integration application? https://invisioncommunity.com/profile/219253-goza/
Describe the bug Few of our community ran into an issue last night where the site went bonkers with tons of exception thrown and the site going 500's.
Pretty much everything linking back to IPS\Dispatcher\ts3integration_hook_UUIDRequired->init()
To Reproduce Logs above
Expected behavior Got reports the site went bonkers. Gotten tons of exceptions thrown and the site was 500'ing.
Screenshots No screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.