Mibew Messenger Community

General => Support => Topic started by: olegp on June 09, 2009, 02:17:02 PM

Title: Problem with new 1.6.1 version
Post by: olegp on June 09, 2009, 02:17:02 PM
I've updated script from version 1.6.0 то version 1.6.1 following instructions in INSTALL.txt file.
Got the problem in Visitors page: there written Loading.... and no more.

BTW, we cant receive any visitors :(

How to fix it?
Title: Re: Problem with new 1.6.1 version
Post by: Inspirer on June 09, 2009, 03:22:55 PM
Try to refresh your browser, press F5. Check that all files have correct permissions (644).

If simple refresh doesn't help, clear your browser's cache: http://en.wikipedia.org/wiki/Bypass_your_cache
Usually it is (Ctrl or/and Shift) + (reload button or F5 or R).

PS: To update 1.6.0 to 1.6.1 you just need to override all files, except libs/config.php and /images/avatar/ folder.
Title: Re: Problem with new 1.6.1 version
Post by: olegp on June 10, 2009, 11:18:37 AM
Thank you, script is working fine now.
Title: Re: Problem with new 1.6.1 version
Post by: fmariscal on June 16, 2009, 04:27:56 PM
I have the same problem but the last answer is not working in my case.
the files have complete permissions (777)  even this way the script doesn't work.

What can I do?

Thanks
Title: Re: Problem with new 1.6.1 version
Post by: Sheldmandu on June 21, 2009, 01:29:16 AM
Permissions on the file system (i.e. 777) have nothing to do with it... The issue seems to be that you have an old cached version of the JS files on your client (or at least that was the issue for the olegp).  You need to clear the cache on your browser so that it works properly.

I would also suggest that Inspirer changes how the code works a little by appending the version into the JS file names as this is quite likely to cause issues across the board during upgrades due to how browsers handle caching.  I'll let Insiprer know about this.