Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..

Gracias.

La Administración de phpBB España.

Error de página constantementeTema Solucionado

Soporte de MODs para phpBB 3.0.x
Dudas sobre AutoMOD aquí por favor.
Cerrado
Turbooo
Avanzado/a
Mensajes: 581
Registrado: 24 Feb 2009, 20:18
Género:
Edad: 46

Error de página constantemente  Tema Solucionado

#1

Mensaje por Turbooo »

Hola !!

He instalado el mod air box auto image resizer y el caso es que me funciona bien

Pero me he dado cuenta que siempre me sale en la parte inferior izquierda de la pantalla un error

Imagen

Antes no me pasaba, supongo que será de mod este.

En este foro creo que teneis el mismo y no teneis ese problema.

Sabeis que puese ser??
URL: http://www.tarifabikes.com
Spoiler
Versión phpBB: phpBB3 3.0.12
MODs Instalados:
- Sortables CAPTCHA Plugin 1.0.4
-Guests Past 24 hours on index 1.0.0a
-Top posters 1.0.0a
-Mobile phpBB Style : Prosilver Mobile / SEO
-thanks for posts_1_3_0
-Shmk user feedback_1.0.6
-Phpbb3 board portal 1.0.5
-post_number_in_viewtopic_1_0_8
-Tinypicplugin phpBB3 v1.0.7
-100+ Bots Install Script
-Advertisement Management 1.0.9
-Sidebar left Morph
-Air box auto image resizer RC 06
-Birthday on registration
-Simple comment 1.6.
-Integrated Error Messages
-Activity stats
-Jquery dropdown panel 1.0.0
-phpBB SEO Related Topics
-Facebook Profile Link
-Avartar On Index and Default Avatar for Guest
-simple_rss_1.0.5
-topic seo description and keywords mod 1.0.6
Plantilla(s) usada(s): prosilver
Servidor: pago
Actualización desde otra versión: Si phpbb 3.0.4 a 3.0.5 a 3.0.7 PL-1 a 3.0.8
Conversión desde otro sistema de foros: No

“La vida es un tablero de ajedrez, si tu eres el Rey yo prefiero ser el peón, con los años se termina la partida y dormimos los dos en el mismo cajón”

Avatar de Usuario
HuanManwe
Ex Staff
Mensajes: 5078
Registrado: 20 Jun 2006, 18:21
Género:
Edad: 52

Re: Error de página constantemente

#2

Mensaje por HuanManwe »

Usa en la consola de errores del firefox a ver qué mensaje te da. A menudo ese tipo de errores suelen estar provocados por algún código javascript.

Der Mensch schuf Gott nach seinem eigenen Bild

Berlín siempre estará en mi corazón. Auf wiedersehen, Berlin!!


Turbooo
Avanzado/a
Mensajes: 581
Registrado: 24 Feb 2009, 20:18
Género:
Edad: 46

Re: Error de página constantemente

#3

Mensaje por Turbooo »

me da un error en el archivo http://www.tarifabikes.com/styles/prosi ... /airbox.js Línea: 20

Código: Seleccionar todo

/*
	Air-Box v0.9.5 - Let your breathe your images! 
	(c) 2008 Riccardo Budini  <http://www.provisum-illumina.com>
	MIT-style license.
*/

/*
	Air-Box resizer
*/


window.addEvent('domready', function(){
	airrez();
});



function start() { 
	  airrez(); 
	  init_qr(); 
	} 
	 
	window.onload = start; 

function airrez()
{
   if (document.getElementsByName)
   {
      for (i=0; i<document.getElementsByTagName('img').length; i++) 
      {
         pic = document.getElementsByTagName('img')[i];
		 
	     if (pic.className == "postimage") 
		 {
         if (pic.width > 660)
         	{
            pic.setAttribute('width','660')

            
            if (document.all) pic.style.cursor = 'hand';
            if (!document.all) pic.style.cursor = 'pointer';
            pic.title = 'Haz Click en la imagen para ampliarla ';
         	}
       }
	 }
   }
}



/*
	Slimbox v1.51 - The ultimate lightweight Lightbox clone
	(c) 2007-2008 Christophe Beyls <http://www.digitalia.be>
	MIT-style license.
*/
var Slimbox;(function(){var G={},H=0,F,M,B,P,a,E,N,K=new Image(),L=new Image(),W,Z,Q,I,V,Y,J,X,C;window.addEvent("domready",function(){a=U.bindWithEvent();$(document.body).adopt($$([W=new Element("div",{id:"lbOverlay"}),Z=new Element("div",{id:"lbCenter"}),Y=new Element("div",{id:"lbBottomContainer"})]).setStyle("display","none"));Q=new Element("div",{id:"lbImage"}).injectInside(Z).adopt(I=new Element("a",{id:"lbPrevLink",href:"#"}),V=new Element("a",{id:"lbNextLink",href:"#"}));I.onclick=D;V.onclick=S;var c;J=new Element("div",{id:"lbBottom"}).injectInside(Y).adopt(c=new Element("a",{id:"lbCloseLink",href:"#"}),X=new Element("div",{id:"lbCaption"}),C=new Element("div",{id:"lbNumber"}),new Element("div",{styles:{clear:"both"}}));c.onclick=W.onclick=O;E={overlay:W.effect("opacity",{duration:500}).set(0),image:Q.effect("opacity",{duration:500,onComplete:A}),bottom:J.effect("margin-top",{duration:400})}});Slimbox={open:function(e,d,c){F=$extend({overlayOpacity:0.8,resizeDuration:400,resizeTransition:false,initialWidth:250,initialHeight:250,animateCaption:true,showCounter:true,counterText:"Image {x} of {y}"},c||{});if(typeof e=="string"){e=[[e,d]];d=0}M=e;b();R(true);P=window.getScrollTop()+(window.getHeight()/15);E.resize=Z.effects($extend({duration:F.resizeDuration,onComplete:A},F.resizeTransition?{transition:F.resizeTransition}:{}));Z.setStyles({top:P,width:F.initialWidth,height:F.initialHeight,marginLeft:-(F.initialWidth/2),display:""});E.overlay.start(F.overlayOpacity);return T(d)}};Element.extend({slimbox:function(c,d){$$(this).slimbox(c,d)}});Elements.extend({slimbox:function(c,f,e){f=f||function(g){return[g.href,g.title]};e=e||function(){return true};var d=this;d.forEach(function(g){g.onclick=function(){var h=d.filter(e,this);return Slimbox.open(h.map(f),h.indexOf(this),c)}})}});function b(){W.setStyles({top:window.getScrollTop(),height:window.getHeight()})}function R(c){["object",window.ie?"select":"embed"].forEach(function(e){$each(document.getElementsByTagName(e),function(f){if(c){G[f]=f.style.visibility}f.style.visibility=c?"hidden":G[f]})});W.style.display=c?"":"none";var d=c?"addEvent":"removeEvent";window[d]("scroll",b)[d]("resize",b);document[d]("keydown",a)}function U(c){switch(c.code){case 27:case 88:case 67:O();break;case 37:case 80:D();break;case 39:case 78:S()}c.preventDefault()}function D(){return T(B-1)}function S(){return T(B+1)}function T(c){if((H>1)||(c<0)||(c>=M.length)){return false}H=2;B=c;$$(I,V,Q,Y).setStyle("display","none");E.bottom.stop().set(0);E.image.set(0);Z.className="lbLoading";N=new Image();N.onload=A;N.src=M[c][0];return false}function A(){switch(H++){case 2:Z.className="";Q.setStyles({backgroundImage:"url("+M[B][0]+")",display:""});$$(Q,J).setStyle("width",N.width);$$(Q,I,V).setStyle("height",N.height);X.setHTML(M[B][1]||"");C.setHTML((F.showCounter&&(M.length>1))?F.counterText.replace(/{x}/,B+1).replace(/{y}/,M.length):"");if(B){K.src=M[B-1][0]}if(B!=(M.length-1)){L.src=M[B+1][0]}if(Z.clientHeight!=Q.offsetHeight){E.resize.start({height:Q.offsetHeight});break}H++;case 3:if(Z.clientWidth!=Q.offsetWidth){E.resize.start({width:Q.offsetWidth,marginLeft:-Q.offsetWidth/2});break}H++;case 4:Y.setStyles({top:P+Z.clientHeight,height:0,marginLeft:Z.style.marginLeft,display:""});E.image.start(1);break;case 5:if(B){I.style.display=""}if(B<(M.length-1)){V.style.display=""}if(F.animateCaption){E.bottom.set(-J.offsetHeight).start(0)}Y.style.height="";H=1}}function O(){if(!H){return false}H=0;N.onload=Class.empty;for(var c in E){E[c].stop()}$$(Z,Y).setStyle("display","none");E.overlay.chain(R).start(0);return false}})();

// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
Slimbox.scanPage = function() {
	var links = $$("a").filter(function(el) {
		return el.rel && el.rel.test(/^lightbox/i);
	});
	// PUT YOUR CUSTOM OPTIONS INSIDE THE FOLLOWING {}
	$$(links).slimbox({}, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});
};
window.addEvent("domready", Slimbox.scanPage);


URL: http://www.tarifabikes.com
Spoiler
Versión phpBB: phpBB3 3.0.12
MODs Instalados:
- Sortables CAPTCHA Plugin 1.0.4
-Guests Past 24 hours on index 1.0.0a
-Top posters 1.0.0a
-Mobile phpBB Style : Prosilver Mobile / SEO
-thanks for posts_1_3_0
-Shmk user feedback_1.0.6
-Phpbb3 board portal 1.0.5
-post_number_in_viewtopic_1_0_8
-Tinypicplugin phpBB3 v1.0.7
-100+ Bots Install Script
-Advertisement Management 1.0.9
-Sidebar left Morph
-Air box auto image resizer RC 06
-Birthday on registration
-Simple comment 1.6.
-Integrated Error Messages
-Activity stats
-Jquery dropdown panel 1.0.0
-phpBB SEO Related Topics
-Facebook Profile Link
-Avartar On Index and Default Avatar for Guest
-simple_rss_1.0.5
-topic seo description and keywords mod 1.0.6
Plantilla(s) usada(s): prosilver
Servidor: pago
Actualización desde otra versión: Si phpbb 3.0.4 a 3.0.5 a 3.0.7 PL-1 a 3.0.8
Conversión desde otro sistema de foros: No

“La vida es un tablero de ajedrez, si tu eres el Rey yo prefiero ser el peón, con los años se termina la partida y dormimos los dos en el mismo cajón”

Avatar de Usuario
jakk
Ex Staff
Mensajes: 2201
Registrado: 14 Jun 2009, 08:57
Edad: 40

Re: Error de página constantemente

#4

Mensaje por jakk »

justamente ayer intente instalarlo en mi foro aunque a mi no me marcaba ese error, si me desconfiguraba las pestañas de las estadisticas que tengo en el indice y todo era al agregar el codigo al overall_footer , supongo que debido a eso que tu dices.
aver si alguien sabe que le pasa
Antes de nada, lee las Normas de phpBB-Es, y el siempre útil Foro de guías sobre phpBB 3.
Consulta la Documentación de phpBB 2 y phpBB 3 y sus correspondientes FAQS de ayuda.
Administra, modifica, actualiza tu foro con el listado de Guías de nuestra Biblioteca.
Quizás tu duda esté resuelta, y todos ahorremos tiempo.
Si es sobre cómo Crear una Consulta SQL ya lo tienes explicado en el enlace.
En general, se recomienda Buscar antes de preguntar para no repetir preguntas y dudas resueltas.
Sólo tendrás Soporte si facilitas los datos correspondientes y si respetas completamente el Copyright de phpBB.
NOTA: No damos Soporte a los foros integrados en Nuke y derivados del mismo. Infórmate AQUÍ.

[hr]
No doy soporte por MP ni por MSN ni por el Chat
[hr]
© Jakk - www.ivemfinity.com | © chirri23 - www.mundoforeros.com | Foro de Pruebas

Cerrado

Volver a “Soporte de MODs”