Author Topic: Problem with new 1.6.1 version  (Read 8986 times)

0 Members and 1 Guest are viewing this topic.

olegp

  • Full Member
  • ***
  • Posts: 8
Problem with new 1.6.1 version
« 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?

Inspirer

  • Mibew Project founder
  • Native
  • *****
  • Posts: 262
    • Mibew Messenger
Re: Problem with new 1.6.1 version
« Reply #1 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.

olegp

  • Full Member
  • ***
  • Posts: 8
Re: Problem with new 1.6.1 version
« Reply #2 on: June 10, 2009, 11:18:37 AM »
Thank you, script is working fine now.

fmariscal

  • Guest
Re: Problem with new 1.6.1 version
« Reply #3 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
« Last Edit: June 16, 2009, 05:15:11 PM by fmariscal »

Sheldmandu

  • Sr. Member
  • ****
  • Posts: 34
Re: Problem with new 1.6.1 version
« Reply #4 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.