Jump to content

(solucionado)Formulario de Contacto en menú horizontal


Recommended Posts

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 by bnventura (see edit history)
Link to comment
Share on other sites

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 by Rubalcaba (see edit history)
Link to comment
Share on other sites

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

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...