xeiron Posted July 27, 2024 Share Posted July 27, 2024 Hello 🙂 I've installed Prestashop 8.1. and when I enter a related product the error ERROR 500 appears. The error log looks like this: "Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "file:/home/ch303917/web/runwaystore.ch/public_html/themes/PRS03058/templates/catalog/_partials/miniatures/product.tpl" on line 89 "<span class="h3 product-title"><a href="{$product.url}" content="{$product.url}">{$product.name</a></span>" - Unexpected "/" <-- thrown in /home/ch303917/web/runwaystore.ch/public_html/themes/PRS03058/templates/catalog/_partials/miniatures/product.tpl on line 89" Can anyone help me with what could be wrong here? The error occurred from one day to the next. Thank you! Regards Thomas Link to comment Share on other sites More sharing options...
endriu107 Posted July 27, 2024 Share Posted July 27, 2024 You need to add missing } in pointed line just above {$product.name 1 1 Link to comment Share on other sites More sharing options...
xeiron Posted July 27, 2024 Author Share Posted July 27, 2024 Thank you very mutch!! How could I not have seen that Problem is solved now 🙂 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now