Page 1 of 1

Arrowchat 1.6.11 / phpfox 3.5.1 Freezing Issues

PostPosted: 11 Jul 2013, 03:25
by amistley
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:
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?

PostPosted: 11 Jul 2013, 11:21
by Jason
It's actually phpFox that needs to update their code. They unbind all jQuery clicks instead of just specific things which is why ArrowChat appears to freeze. What is actually happening is that all the click events are removed.

PostPosted: 11 Jul 2013, 15:08
by amistley
Until phpFox update their code, should you be advertising compatibility with phpFox? Is there no solution?

PostPosted: 11 Jul 2013, 17:01
by Jason
Open up a support ticket with your site URL, test login, and FTP access. I'll take a look and see if I can provide a fix for the updated versions.

Is there anything wrong with the fix you provided, though? Does it break something else?

PostPosted: 12 Jul 2013, 03:42
by amistley
The problem might have been a defective admin :-)

I had misread the instruction "Add this code right after the <head> tag as being right after the </head> tag i.e. after the tag completed.

Topic Closed

PostPosted: 16 Dec 2014, 00:26
by Staff Bot
[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]