Fatal error: Uncaught ParseError: syntax error, unexpected end of file, expecting "elseif" or "else" or "endif" in /www/wwwroot/yxx.rantiyu.com/cache/templates/730b16137ee4562664cc489b538bd9a5.php:68
Stack trace:
#0 /www/wwwroot/yxx.rantiyu.com/includes/core/Template.php(115): include()
#1 /www/wwwroot/yxx.rantiyu.com/includes/core/Template.php(148): App\Core\Template->render()
#2 /www/wwwroot/yxx.rantiyu.com/public/includes/content_functions.php(353): App\Core\Template->display()
#3 /www/wwwroot/yxx.rantiyu.com/public/index.php(211): renderArticleDetail()
#4 {main}
Next RuntimeException: 模板渲染错误(line 68): syntax error, unexpected end of file, expecting "elseif" or "else" or "endif"
编译文件: /www/wwwroot/yxx.rantiyu.com/cache/templates/771fb155c0196be2bf7a50ef977b5deb.php
附近代码:
64: try {
65: $db = $GLOBALS['db'];
66: $prevArticle = $db->fetch("SELECT id,title,slug FROM {$prefix}articles WHERE id<? AND status='published' AND is_deleted=0 AND published_at<=NOW() ORDER BY id DESC LIMIT 1", [$article['id']]) ?: null;
67: $nextArticle = $db->fetch("SELECT id,title,slug FROM {$prefix}articles WHERE id>? AND status='published' AND is_deleted=0 AND published_at<=NOW() ORDER BY id ASC LIMIT 1", [$article['id']]) ?: null;
>>> 68: } catch (\Exception $e) {}
69: }
70:
71: $pageTitle = !empty($article['seo_title']) ? $article['seo_title'] : ($article['title'] ?? '文章详情');
72: $pageDesc = !empty($article['seo_description']) ? $article['seo_description'] : (mb_substr(strip_tags($article['content'] ?? ''), 0, 150, 'UTF-8') ?: $article['title'] ?? '');
73: $pageKeys = !empty($article['seo_keywords']) ? $article['seo_keywords'] : '';
in /www/wwwroot/yxx.rantiyu.com/includes/core/Template.php:128
Stack trace:
#0 /www/wwwroot/yxx.rantiyu.com/includes/core/Template.php(148): App\Core\Template->render()
#1 /www/wwwroot/yxx.rantiyu.com/public/includes/content_functions.php(353): App\Core\Template->display()
#2 /www/wwwroot/yxx.rantiyu.com/public/index.php(211): renderArticleDetail()
#3 {main}
thrown in /www/wwwroot/yxx.rantiyu.com/includes/core/Template.php on line 128