Menu

Bugs

Anonymous

Bugs and Fixes

This page is used to list known bugs and the fix for it.

Version
Description
File

Beta-5
Missing comma
/var/www/yfi/js/dojo/translations/UserViewDevices.js

How to solve

Change the following:

'pt_BR' : 'Salvar'
'da_DK' : 'Gem'

To

 'pt_BR' : 'Salvar',
 'da_DK' : 'Gem'

Version
Description
File

Beta-5
Missing quote
/var/www/yfi/js/dojo/translations/PermanentGeneralActivity.js

How to solve

Change the following:

 'pt_BR' : 'Recarregar Dados,
 'da_DK' : 'Genindlæs data'

To

  'pt_BR' : 'Recarregar Dados',
  'da_DK' : 'Genindlæs data'

Version
Description
File

Beta-5
JSON configuration included in Java Script File (compressed)
/var/www/yfi/js/dojo/chilli/Chilli.js

How to solve

  • This file includes the content of Settings.js so changing Settings.js will have no effect.
  • Open this file with an editor and use the editor to search for change_me.
  • There should be two occurrences that needs to be changed to the value that will suit your set-up.

Version
Description
File

Beta-5
Rights issue for Access Provider's stats
SQL Patch

How to solve

  • Run the following SQL:
    INSERT INTO rights VALUES ('4cb8052a-7a84-4e6e-9512-05f6a509ff00','radaccts/json_stats','Stats on users in realms assigned to Access Provider','4a6187d2-264c-412e-9d5f-4298a509ff00','2010-10-15 09:39:22','2010-10-15 09:39:22');
    
    INSERT INTO group_rights VALUES ('4f9da952-a174-4e82-8eee-035f0a010001','499ef455-acf4-469e-991b-2f51a509ff00','4cb8052a-7a84-4e6e-9512-05f6a509ff00',1,'2010-10-15 09:39:55','2010-10-15 09:39:55');
    

Related

Wiki: Home

MongoDB Logo MongoDB