bnventura Posted January 5, 2013 Share Posted January 5, 2013 (edited) En el sitio http://greenjet.com/ en la parte superior, encima del mapa del sitio, hay un link a un supuesto formulario de contacto que no funciona (devuelve una página en blanco). Quería quitarlo de ese sitio y ponerlo en el menú horizontal y que al pinchar se abra el formulario. ¿Como lo hago? Edited January 7, 2013 by bnventura (see edit history) Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted January 5, 2013 Share Posted January 5, 2013 (edited) En el sitio http://greenjet.com/ en la parte superior, encima del mapa del sitio, hay un link a un supuesto formulario de contacto que no funciona (devuelve una página en blanco). Quería quitarlo de ese sitio y ponerlo en el menú horizontal y que al pinchar se abra el formulario. ¿Como lo hago? Te lleva al formulario de un modulo que te habras instalado sobre la LOPD, me suena el asunto de modules/contactame/ Mas que todo por que te lleva a esta url en tu caso: (cuando pincho en el enlace) http://greenjet.com/modules/contactame/contact-form.php Habilita el reporte de errores, para ver si depende blanco sale negro (error mas descriptivo) Edited January 5, 2013 by Rubalcaba (see edit history) Link to comment Share on other sites More sharing options...
bnventura Posted January 7, 2013 Author Share Posted January 7, 2013 buenas tardes Rubalcaba, habilité el reporte de errores y me indica, Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/var/www/vhosts/colonias.biz/greenjet/modules/contactame/formulario.tpl" on line 4 "{include file=$tpl_dir./breadcrumb.tpl}" - Unexpected "/", expected one of: "{" , "$" , "identifier" , INTEGER' in /var/www/vhosts/colonias.biz/greenjet/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:627 Stack trace: #0 /var/www/vhosts/colonias.biz/greenjet/tools/smarty/sysplugins/smarty_internal_templateparser.php(3154): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1 /var/www/vhosts/colonias.biz/greenjet/tools/smarty/sysplugins/smarty_internal_templateparser.php(3219): Smarty_Internal_Templateparser->yy_syntax_error(39, '/') #2 /var/www/vhosts/colonias.biz/greenjet/tools/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php(105): Smarty_Internal_Templateparser->doParse(39, '/') #3 /var/www/vhosts/colonias.biz/greenjet/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php(171): Smarty_In in/var/www/vhosts/colonias.biz/greenjet/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 627 Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted January 7, 2013 Share Posted January 7, 2013 buenas tardes Rubalcaba, habilité el reporte de errores y me indica, Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/var/www/vhosts/colonias.biz/greenjet/modules/contactame/formulario.tpl" on line 4 "{include file=$tpl_dir./breadcrumb.tpl}" - Unexpected "/", expected one of: "{" , "$" , "identifier" , INTEGER' in /var/www/vhosts/colonias.biz/greenjet/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:627 Stack trace: #0 /var/www/vhosts/colonias.biz/greenjet/tools/smarty/sysplugins/smarty_internal_templateparser.php(3154): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1 /var/www/vhosts/colonias.biz/greenjet/tools/smarty/sysplugins/smarty_internal_templateparser.php(3219): Smarty_Internal_Templateparser->yy_syntax_error(39, '/') #2 /var/www/vhosts/colonias.biz/greenjet/tools/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php(105): Smarty_Internal_Templateparser->doParse(39, '/') #3 /var/www/vhosts/colonias.biz/greenjet/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php(171): Smarty_In in/var/www/vhosts/colonias.biz/greenjet/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 627 Edita el fichero: /modules/contactame/formulario.tpl Busca esto: {include file=$tpl_dir./breadcrumb.tpl} y prueba dejarlo asi: {include file="$tpl_dir./breadcrumb.tpl"} No se te olvide forzar compilacion.. Link to comment Share on other sites More sharing options...
bnventura Posted January 7, 2013 Author Share Posted January 7, 2013 Funcionó. Amigo Rubalcaba reciba usted mi mas sincera gratitud. Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted January 7, 2013 Share Posted January 7, 2013 Funcionó. Amigo Rubalcaba reciba usted mi mas sincera gratitud. Para Rubalcaba fue todo un honor el poder ayudarte ! Saludos Link to comment Share on other sites More sharing options...
Recommended Posts