When I click anything in the member menu the bubble doesn't show, presence for example, when I click that only my name shows, no option to click offline, away, busy etc
Javascript error I'm guessing.
Anyone know a fix please?
Regards
Dave
When I click anything in the member menu the bubble doesn't show, presence for example, when I click that only my name shows, no option to click offline, away, busy etc
Javascript error I'm guessing.
Anyone know a fix please?
Regards Dave |
This happens on 2 Dolphin sites I manage :( |
This happens on 2 Dolphin sites I manage :( On the same server or different servers? Manual install from the zip file? Geeks, making the world a better place |
In addition to what GG asked..... https://www.deanbassett.com |
Same server, Cache is on and was set to APC. I've changed it back to File cache and it's working again, even though APC is enabled on my server and Dolphin actually sees it there and working, I guess it doesn't work properly with Dolphin. I'll just disable APC and enable Zend again.
Thanks for the responses guys :D |
Well, APC has not been in active development for some time now and most likely won't be again. PHP has settled on the Zend Optimiser; renamed to something else, to include in their PHP versions. Boonex should look at removing APC from future Dolphin 7.x versions and implement the op cache that PHP is now including. I have no knowledge at this time of what is included in Dolphin U. Geeks, making the world a better place |
By the way, Deano was asking about the JS caching which is not the same as the op code cache. Geeks, making the world a better place |