Letrero cuando se ingresa en la parte superior

cancel
Showing results for 
Search instead for 
Did you mean: 
juant
Member II

Letrero cuando se ingresa en la parte superior

Buenas, tengo este problema. Cuando entro a Alfresco me esta saliendo este letrero en la parte superior. Tengo que recargar de nuevo la pagina para que desaparezca. Saben como puedo deshacerme de esto. Muchísimas gracias por su ayuda. Tengo el alfresco 201702 5.2. Que estén bien. 

/** * Copyright (C) 2005-2013 Alfresco Software Limited. * * This file is part of Alfresco * * Alfresco is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Alfresco is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with Alfresco. If not, see . */ /** * * @module surf-dynamic/constants/Url * @author Dave Draper */ define(["dojo/_base/lang"], function(lang) { return { DEBUG: false, AUTOLOGGING: false, PROXY_URI: window.location.protocol + "//" + window.location.host + "\/share/proxy/alfresco/", PROXY_URI_RELATIVE: "\/share/proxy/alfresco/", PROXY_FEED_URI: window.location.protocol + "//" + window.location.host + "\/share/proxy/alfresco-feed/", URL_CONTEXT: "\/share/", URL_RESCONTEXT: "\/share/res/", URL_PAGECONTEXT: "\/share/page/", URL_SERVICECONTEXT: "\/share/service/", URL_FEEDSERVICECONTEXT: "\/share/feedservice/", USERNAME: "admin", CSRF_POLICY: { enabled: true, cookie: "{token}", header: "{token}", parameter: "{token}", properties: { token: "Alfresco-CSRFToken", referer: "", origin: "" } }, URI_TEMPLATES: { "remote-site-page": "/site/{site}/{pageid}/p/{pagename}", "remote-page": "/{pageid}/p/{pagename}", "share-site-page": "/site/{site}/{pageid}/ws/{webscript}", "sitedashboardpage": "/site/{site}/dashboard", "contextpage": "/context/{pagecontext}/{pageid}", "sitepage": "/site/{site}/{pageid}", "userdashboardpage": "/user/{userid}/dashboard", "userpage": "/user/{userid}/{pageid}", "userprofilepage": "/user/{userid}/profile", "userdefaultpage": "/user/{pageid}", "consoletoolpage": "/console/{pageid}/{toolid}", "consolepage": "/console/{pageid}", "share-page": "/{pageid}/ws/{webscript}" }, QUICKSHARE_URL: "\/share\/s\/{sharedId}", JS_LOCALE: "es_ES" }; });

3 Replies
cristinamr
Advanced

Re: Letrero cuando se ingresa en la parte superior

Buenas Juan.

¿Puedes mirar si tienes algun error en alfresco.log, share.log o catalina.out?

Comentanos y vemos.

Un saludo,

Cristina.

--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc
juant
Member II

Re: Letrero cuando se ingresa en la parte superior

Hola Cristina, no te había respondido porque no me había vuelto a pasar. Mire el log y no aparece error ni tampoco algo similar. Este es el letrero del que hablo. 

Estoy en la versión 201702

Muchas gracias

cristinamr
Advanced

Re: Letrero cuando se ingresa en la parte superior

Tiene pinta de que sea un error originado por el estilo o look and feel que tienes aplicado en tu Alfresco. ¿Tienes un tema propio aplicado? ¿Podrías mirar en share.log si tienes algún error?

--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc