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?