Arrowchat 1.6.11 / phpfox 3.5.1 Freezing Issues
PostPosted: 11 Jul 2013, 03:25
I am using ArrowChat 1.6.11 with the default theme and phpFox 3.5.1b4 installation with the default facebook theme. I am experiencing the freezing issue described in other threads. I cannot apply your previous solution as this does not work on phpFox versions after 3.4.
I have googled and found a thread on a pirate forum that describes the following solution:
There is obviously some conflict between your use of jQuery and phpFox's use of jQuery. Can you offer an updated "official" fix?
I have googled and found a thread on a pirate forum that describes the following solution:
- Code: Select all
Open the /module/feed/include/component/ajax/ajax.class.php file
Find:
Line:180
Line:344
$this->call('$Core.loadInit();');
Replace:
//$this->call('$Core.loadInit();');
There is obviously some conflict between your use of jQuery and phpFox's use of jQuery. Can you offer an updated "official" fix?