Jump to content

Ошибка при подтверждении заказа Fatal error: Uncaught exception 'SmartyCompilerException'


Sergicsw

Recommended Posts

Ошибка при подтверждении заказа. Кто подскажет где копать?

 

Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/var/www//themes/autumn/mails/ru/order_conf_product_list.txt" on line 2 "{$product[\'reference\']}"

 

Спасибо.

 

 

Link to comment
Share on other sites

Ошибка при подтверждении заказа. Кто подскажет где копать?

 

Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/var/www//themes/autumn/mails/ru/order_conf_product_list.txt" on line 2 "{$product[\'reference\']}"

 

Спасибо.

У вас написано где в каком файле и даже строка)

Link to comment
Share on other sites

Да Вы правы, папка пустая, сенк.

Через пол дня работы опять же грабли повторяются, все на месте кеш чистился, что делать ума не приложу.

Link to comment
Share on other sites

Аналогичная проблема, вот полный код ошибки:

 

Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/home/s/stas9300/prestatest/public_html/themes/theme976/mails/ru/order_conf_product_list.txt" on line 2 "{$product[\'reference\']}" - Unexpected "\"' in /home/s/stas9300/prestatest/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:667 Stack trace: #0 /home/s/stas9300/prestatest/public_html/tools/smarty/sysplugins/smarty_internal_templateparser.php(3144): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1 /home/s/stas9300/prestatest/public_html/tools/smarty/sysplugins/smarty_internal_templateparser.php(3209): Smarty_Internal_Templateparser->yy_syntax_error(10, '\') #2 /home/s/stas9300/prestatest/public_html/tools/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php(105): Smarty_Internal_Templateparser->doParse(10, '\') #3 /home/s/stas9300/prestatest/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php(206): Smarty_Internal in /home/s/stas9300/prestatest/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 667

 

Строка, кстати, не пустая, как у предыдущего товарища.

При этом при оформлении заказа после нажатия кнопки подтверждения открывает пустую страницу, хотя заказ создается корректно.

Подскажите, пожалуйста, как решить?

Edited by JustasW (see edit history)
Link to comment
Share on other sites

Ошибка при подтверждении заказа. Кто подскажет где копать?

 

Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/var/www//themes/autumn/mails/ru/order_conf_product_list.txt" on line 2 "{$product[\'reference\']}"

 

Спасибо.

Посовещавшись с товарищем, решил проблему:

в файле  

mails/ru/order_conf_product_list.txt

надо просто поубирать все кавычки 

\'

Во всем файле. 

В результате файл должен выглядеть примерно так:

{foreach $list as $product}
						{$product[reference]}

						{$product[ name ]}

						{$product[ price ]}

						{$product[ quantity ]}

						{$product[ price ]}

	{foreach $product[ customization ] as $customization}
							{$product[ name ]} {$customization[ customization_text ]}

							{$product[ price ]}

							{$product[ customization_quantity ]}

							{$product[ quantity ]}
	{/foreach}
{/foreach}

У меня все заработало.

Link to comment
Share on other sites

Посовещавшись с товарищем, решил проблему:

в файле  

mails/ru/order_conf_product_list.txt

надо просто поубирать все кавычки 

\'

Во всем файле. 

В результате файл должен выглядеть примерно так:

{foreach $list as $product}
						{$product[reference]}

						{$product[ name ]}

						{$product[ price ]}

						{$product[ quantity ]}

						{$product[ price ]}

	{foreach $product[ customization ] as $customization}
							{$product[ name ]} {$customization[ customization_text ]}

							{$product[ price ]}

							{$product[ customization_quantity ]}

							{$product[ quantity ]}
	{/foreach}
{/foreach}

У меня все заработало.

Да тоже решил аналогичным способом.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...