Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

商品の規格編集画面がSmartyのエラーにより表示されない #134

Closed
dogggggo opened this issue Aug 30, 2017 · 1 comment
Closed

Comments

@dogggggo
Copy link
Contributor

概要(Overview)

商品マスターから商品の規格編集画面に遷移した際、
システムエラーが発生し表示されない。

期待する内容(Expect) or 要望 (Requirement)

正常に表示させたい。

再現手順(Procedure)

管理画面の「商品管理>商品マスター」にて規格ボタンを押下し、
/admin/products/product_class.php に遷移する。

▼PHP7環境

PHP Fatal error:  Uncaught  --> Smarty Compiler: Syntax error in template "file:/var/www/html/eccube217/data/Smarty/templates/admin/products/product_class.tpl"  on line 300 "
<span class="attention"><!--{$arrErr[$key][$index]}--></span>"  - Unexpected "attention", expected one of: "}-->" <-- 
thrown in /var/www/html/eccube217/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php on line 300, 
referer: http://xxx.xxx.xxx.xxx/eccube217/html/admin/products/?

▼PHP5環境

PHP Fatal error:  Uncaught  --> Smarty Compiler: Syntax error in template "file:/var/www/html/eccube217/data/Smarty/templates/admin/products/product_class.tpl"  on line 209 "
<span class="attention"><!--{$arrErr[$key][$index]}--></span>"  - Unexpected "attention", expected one of: "}-->" <-- 
thrown in /var/www/html/eccube217/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php on line 209, 
referer: http://xxx.xxx.xxx.xxx/eccube217/html/admin/products/?

環境 (environment)

ブランチ:improve/php7

  • PHP7環境
    • PHP: 7.1.8
    • DB: PostgreSQL 9.2.18
  • PHP5環境
    • PHP: 5.4.16
    • DB: MySQL 5.5.57

関連情報 (Ref)

なし

@ryo-endo ryo-endo added this to the 2.17.0 milestone Aug 31, 2017
ryo-endo added a commit to seasoftjapan/eccube-2_13 that referenced this issue Oct 26, 2017
ryo-endo added a commit that referenced this issue Oct 26, 2017
商品の規格編集画面がSmartyのエラーにより表示されない #134
@chihiro-adachi
Copy link
Contributor

#158 で対応

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants