Help
Ask questions about how to do or fix things in Arrowchat
User avatar
amistley
Customer
 
Posts: 8
Joined: 16 Apr 2012, 17:25

 

by amistley 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:
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?
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 11 Jul 2013, 11:21

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.
User avatar
amistley
Customer
 
Posts: 8
Joined: 16 Apr 2012, 17:25

 

by amistley 11 Jul 2013, 15:08

Until phpFox update their code, should you be advertising compatibility with phpFox? Is there no solution?
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 11 Jul 2013, 17:01

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?
User avatar
amistley
Customer
 
Posts: 8
Joined: 16 Apr 2012, 17:25

 

by amistley 12 Jul 2013, 03:42

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.
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 16 Dec 2014, 00:26

[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]