Je rencontre un problème avec une ThumbList oof : De temps en temps (85% des essais en fait ^^), les miniatures ne s'affichent pas, ou parfois seulement une partie d'entre elles. En rafraîchissant la page, certaines peuvent apparaître ou disparaître (pour celles qui s'affichaient précédemment correctement). Cependant, je ne crois pas à un problème de configuration de mes players puisque parfois, toutes les miniatures apparaissent correctement (ça me paraît être bizarrement aléatoire)...
Le data selector est relié à un RSSConnector qui va lire dans des répertoires locaux. J'ai regardé les access.log de mon Apache et même lorsque j'ai le problème, le RSSConnector réussit toujours à lire les répertoires avec succès (pour lui, tout va bien).
En revanche, à chaque fois qu'une thumb de la liste échoue à afficher son contenu, elle génère une requête vers ""GET /[repertoire_silex]/undefined HTTP/1.1" 200".
Ci-dessous les access.log générés sur ma galerie quand j'ai le problème :
- Code: Tout sélectionner
127.0.0.1 - - [04/Feb/2010:20:35:09 +0100] "GET /silex154/contents/zks/realizacje.xml?rand=771 HTTP/1.1" 200 28269 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB6 (.NET CLR 3.5.30729)"
127.0.0.1 - - [04/Feb/2010:20:35:09 +0100] "GET /silex154/cgi/scripts/rss_browse_folder.php?extension=jpg&folder_path=media/zks-szyndler/pictures/1 HTTP/1.1" 200 5546 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB6 (.NET CLR 3.5.30729)"
127.0.0.1 - - [04/Feb/2010:20:35:09 +0100] "POST /silex154/cgi/gateway.php?PHPSESSID=2d5d1t67in4o04tnvmrd6sht80 HTTP/1.1" 200 391 "http://127.0.0.1/silex154/silex.swf" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB6 (.NET CLR 3.5.30729)"
127.0.0.1 - - [04/Feb/2010:20:35:10 +0100] "POST /silex154/cgi/gateway.php?PHPSESSID=2d5d1t67in4o04tnvmrd6sht80 HTTP/1.1" 200 308 "http://127.0.0.1/silex154/silex.swf" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB6 (.NET CLR 3.5.30729)"
127.0.0.1 - - [04/Feb/2010:20:35:10 +0100] "GET /silex154/undefined HTTP/1.1" 200 3522 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB6 (.NET CLR 3.5.30729)"
127.0.0.1 - - [04/Feb/2010:20:35:11 +0100] "GET /silex154/undefined HTTP/1.1" 200 3522 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB6 (.NET CLR 3.5.30729)"
127.0.0.1 - - [04/Feb/2010:20:35:11 +0100] "GET /silex154/undefined HTTP/1.1" 200 3522 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB6 (.NET CLR 3.5.30729)"
127.0.0.1 - - [04/Feb/2010:20:35:11 +0100] "GET /silex154/undefined HTTP/1.1" 200 3522 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB6 (.NET CLR 3.5.30729)"
127.0.0.1 - - [04/Feb/2010:20:35:12 +0100] "GET /silex154/undefined HTTP/1.1" 200 3522 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB6 (.NET CLR 3.5.30729)"
127.0.0.1 - - [04/Feb/2010:20:35:12 +0100] "GET /silex154/undefined HTTP/1.1" 200 3522 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB6 (.NET CLR 3.5.30729)"
127.0.0.1 - - [04/Feb/2010:20:35:12 +0100] "GET /silex154/undefined HTTP/1.1" 200 3522 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB6 (.NET CLR 3.5.30729)"
127.0.0.1 - - [04/Feb/2010:20:35:12 +0100] "GET /silex154/undefined HTTP/1.1" 200 3522 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB6 (.NET CLR 3.5.30729)"
J'ai activé les logs Silex et voici ce que ça me donne simplement en accédant une fois à ma galerie :
- Code: Tout sélectionner
2010-02-04T20:35:09+01:00 DEBUG (7): rss_browse_folder params : Array
(
[extension] => jpg
[folder_path] => media/zks-szyndler/pictures/1
)
2010-02-04T20:35:09+01:00 DEBUG (7): file_system_tools checkRights(D:\travaux_thomas\xampp\xampp\htdocs\silex154\media\zks-szyndler\pictures\1,user,read)
2010-02-04T20:35:09+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\media\zks-szyndler\pictures\1,conf/silex.ini) ->
2010-02-04T20:35:09+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\media\zks-szyndler\pictures\1,version.txt) ->
2010-02-04T20:35:09+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\media\zks-szyndler\pictures\1,media/) -> 1
2010-02-04T20:35:09+01:00 DEBUG (7): file_system_tools checkRights return true
2010-02-04T20:35:10+01:00 DEBUG (7): user_content_manager getRecords, form : dossiers, fields : Array
(
[0] => *
)
whereClause : 1orderBy : idcount : 50offset : 0
2010-02-04T20:35:10+01:00 DEBUG (7): DB - DB - user_content_manager connecting : , DB_HOST: 127.0.0.1, DB_USER : root, DB_PASSWORD : , DB_NAME : zks
2010-02-04T20:35:10+01:00 INFO (6): DB - DB - user_content_manager oof sql query : SELECT * FROM dossiers WHERE 1 ORDER BY id LIMIT 50
2010-02-04T20:35:10+01:00 DEBUG (7): user_content_manager security level needed for request : 1
2010-02-04T20:35:10+01:00 DEBUG (7): user_content_manager getIndividualRecords, form : dossiers, ids :1
2010-02-04T20:35:10+01:00 DEBUG (7): DB - DB - user_content_manager connecting : , DB_HOST: 127.0.0.1, DB_USER : root, DB_PASSWORD : , DB_NAME : zks
2010-02-04T20:35:10+01:00 INFO (6): DB - DB - user_content_manager oof sql query : SELECT * FROM dossiers WHERE id IN (1)
2010-02-04T20:35:10+01:00 DEBUG (7): user_content_manager security level needed for request : 1
2010-02-04T20:35:10+01:00 DEBUG (7): user_content_manager getIndividualRecords, form : dossiers, ids :1
2010-02-04T20:35:10+01:00 DEBUG (7): DB - DB - user_content_manager connecting : , DB_HOST: 127.0.0.1, DB_USER : root, DB_PASSWORD : , DB_NAME : zks
2010-02-04T20:35:10+01:00 INFO (6): DB - DB - user_content_manager oof sql query : SELECT * FROM dossiers WHERE id IN (1)
2010-02-04T20:35:10+01:00 DEBUG (7): site_editor getWebsiteConfig, id_site : undefined
2010-02-04T20:35:10+01:00 DEBUG (7): site_editor getWebsiteConfig - file path = D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:10+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:10+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:10+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:10+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:10+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:10+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:10+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:10+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:10+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:10+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:11+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:11+01:00 EMERG (0): site_editor parse_client_side_ini_file no rights to read D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getWebsiteConfig returns
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getSectionSeoData(undefined,)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:11+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:11+01:00 EMERG (0): site_editor getSectionSeoData no rights to read undefined -
2010-02-04T20:35:11+01:00 DEBUG (7): server_content getLanguagesList()
2010-02-04T20:35:11+01:00 DEBUG (7): server_content listLanguageFolderContent()
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools listFolderContent(D:\travaux_thomas\xampp\xampp\htdocs\silex154/lang/)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,user,read)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,conf/silex.ini) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,version.txt) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,media/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,contents/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,tools/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,js/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,lang/) -> 1
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights return true
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getWebsiteConfig, id_site : undefined
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getWebsiteConfig - file path = D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:11+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:11+01:00 EMERG (0): site_editor parse_client_side_ini_file no rights to read D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getWebsiteConfig returns
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getSectionSeoData(undefined,)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:11+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:11+01:00 EMERG (0): site_editor getSectionSeoData no rights to read undefined -
2010-02-04T20:35:11+01:00 DEBUG (7): server_content getLanguagesList()
2010-02-04T20:35:11+01:00 DEBUG (7): server_content listLanguageFolderContent()
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools listFolderContent(D:\travaux_thomas\xampp\xampp\htdocs\silex154/lang/)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,user,read)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,conf/silex.ini) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,version.txt) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,media/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,contents/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,tools/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,js/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,lang/) -> 1
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights return true
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getWebsiteConfig, id_site : undefined
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getWebsiteConfig - file path = D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:11+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:11+01:00 EMERG (0): site_editor parse_client_side_ini_file no rights to read D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getWebsiteConfig returns
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getSectionSeoData(undefined,)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:11+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:11+01:00 EMERG (0): site_editor getSectionSeoData no rights to read undefined -
2010-02-04T20:35:11+01:00 DEBUG (7): server_content getLanguagesList()
2010-02-04T20:35:11+01:00 DEBUG (7): server_content listLanguageFolderContent()
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools listFolderContent(D:\travaux_thomas\xampp\xampp\htdocs\silex154/lang/)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,user,read)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,conf/silex.ini) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,version.txt) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,media/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,contents/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,tools/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,js/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,lang/) -> 1
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights return true
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getWebsiteConfig, id_site : undefined
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getWebsiteConfig - file path = D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:11+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:11+01:00 EMERG (0): site_editor parse_client_side_ini_file no rights to read D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getWebsiteConfig returns
2010-02-04T20:35:11+01:00 DEBUG (7): site_editor getSectionSeoData(undefined,)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:11+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:11+01:00 EMERG (0): site_editor getSectionSeoData no rights to read undefined -
2010-02-04T20:35:11+01:00 DEBUG (7): server_content getLanguagesList()
2010-02-04T20:35:11+01:00 DEBUG (7): server_content listLanguageFolderContent()
2010-02-04T20:35:11+01:00 DEBUG (7): file_system_tools listFolderContent(D:\travaux_thomas\xampp\xampp\htdocs\silex154/lang/)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,user,read)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,conf/silex.ini) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,version.txt) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,media/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,contents/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,tools/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,js/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,lang/) -> 1
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights return true
2010-02-04T20:35:12+01:00 DEBUG (7): site_editor getWebsiteConfig, id_site : undefined
2010-02-04T20:35:12+01:00 DEBUG (7): site_editor getWebsiteConfig - file path = D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:12+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:12+01:00 EMERG (0): site_editor parse_client_side_ini_file no rights to read D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:12+01:00 DEBUG (7): site_editor getWebsiteConfig returns
2010-02-04T20:35:12+01:00 DEBUG (7): site_editor getSectionSeoData(undefined,)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:12+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:12+01:00 EMERG (0): site_editor getSectionSeoData no rights to read undefined -
2010-02-04T20:35:12+01:00 DEBUG (7): server_content getLanguagesList()
2010-02-04T20:35:12+01:00 DEBUG (7): server_content listLanguageFolderContent()
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools listFolderContent(D:\travaux_thomas\xampp\xampp\htdocs\silex154/lang/)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,user,read)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,conf/silex.ini) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,version.txt) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,media/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,contents/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,tools/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,js/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,lang/) -> 1
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights return true
2010-02-04T20:35:12+01:00 DEBUG (7): site_editor getWebsiteConfig, id_site : undefined
2010-02-04T20:35:12+01:00 DEBUG (7): site_editor getWebsiteConfig - file path = D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:12+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:12+01:00 EMERG (0): site_editor parse_client_side_ini_file no rights to read D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:12+01:00 DEBUG (7): site_editor getWebsiteConfig returns
2010-02-04T20:35:12+01:00 DEBUG (7): site_editor getSectionSeoData(undefined,)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:12+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:12+01:00 EMERG (0): site_editor getSectionSeoData no rights to read undefined -
2010-02-04T20:35:12+01:00 DEBUG (7): server_content getLanguagesList()
2010-02-04T20:35:12+01:00 DEBUG (7): server_content listLanguageFolderContent()
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools listFolderContent(D:\travaux_thomas\xampp\xampp\htdocs\silex154/lang/)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,user,read)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,conf/silex.ini) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,version.txt) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,media/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,contents/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,tools/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,js/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,lang/) -> 1
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights return true
2010-02-04T20:35:12+01:00 DEBUG (7): site_editor getWebsiteConfig, id_site : undefined
2010-02-04T20:35:12+01:00 DEBUG (7): site_editor getWebsiteConfig - file path = D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:12+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:12+01:00 EMERG (0): site_editor parse_client_side_ini_file no rights to read D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:12+01:00 DEBUG (7): site_editor getWebsiteConfig returns
2010-02-04T20:35:12+01:00 DEBUG (7): site_editor getSectionSeoData(undefined,)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:12+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:12+01:00 EMERG (0): site_editor getSectionSeoData no rights to read undefined -
2010-02-04T20:35:12+01:00 DEBUG (7): server_content getLanguagesList()
2010-02-04T20:35:12+01:00 DEBUG (7): server_content listLanguageFolderContent()
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools listFolderContent(D:\travaux_thomas\xampp\xampp\htdocs\silex154/lang/)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,user,read)
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,conf/silex.ini) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,version.txt) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,media/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,contents/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,tools/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,js/) ->
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,lang/) -> 1
2010-02-04T20:35:12+01:00 DEBUG (7): file_system_tools checkRights return true
2010-02-04T20:35:13+01:00 DEBUG (7): site_editor getWebsiteConfig, id_site : undefined
2010-02-04T20:35:13+01:00 DEBUG (7): site_editor getWebsiteConfig - file path = D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:13+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:13+01:00 EMERG (0): site_editor parse_client_side_ini_file no rights to read D:\travaux_thomas\xampp\xampp\htdocs\silex154/contents/undefined/conf.txt
2010-02-04T20:35:13+01:00 DEBUG (7): site_editor getWebsiteConfig returns
2010-02-04T20:35:13+01:00 DEBUG (7): site_editor getSectionSeoData(undefined,)
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights(,user,read)
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,conf/silex.ini) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,version.txt) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,media/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,contents/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,tools/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,js/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,lang/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp7/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp8/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fp9/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,fonts/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(,layouts/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(, lang/install/) ->
2010-02-04T20:35:13+01:00 INFO (6): file_system_tools checkRights(,user,read) returns false - the file is not under a convenient path
2010-02-04T20:35:13+01:00 EMERG (0): site_editor getSectionSeoData no rights to read undefined -
2010-02-04T20:35:13+01:00 DEBUG (7): server_content getLanguagesList()
2010-02-04T20:35:13+01:00 DEBUG (7): server_content listLanguageFolderContent()
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools listFolderContent(D:\travaux_thomas\xampp\xampp\htdocs\silex154/lang/)
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,user,read)
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,conf/silex.ini) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,version.txt) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,media/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,contents/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,tools/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,js/) ->
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights isInFolder(D:\travaux_thomas\xampp\xampp\htdocs\silex154\lang,lang/) -> 1
2010-02-04T20:35:13+01:00 DEBUG (7): file_system_tools checkRights return true
Côté Firebug, onglet réseau (équivalent CharlesProxy) j'ai pas plus d'infos que dans les access.log d'Apache...
Vous pouvez constater les symptômes du problème sur la page "Realizacje" de ce site.
Une idée ?
Merci d'avance.
?abojad