Ошибка в preview.php [DLE 9.0]
Решение проблемы:
1. Открыть файл engine/preview.php, найти строки:
Заменить на:
2. Открыть файл inc/preview.php, найдити строку:
Заменить на:
1. Открыть файл engine/preview.php, найти строки:
if( strlen( $full_story ) < 13 AND strpos( $tpl->copy_template, \"{short-story}\" ) === false ) {
$full_story = $short_story;
}
$full_story = $short_story;
}
Заменить на:
$fullprevtpl = preg_replace( \"'.*[full-preview](.*?)[/full-preview].*'si\", \"1\", $tpl->copy_template );
if( strlen( $full_story ) < 13 AND strpos( $fullprevtpl, \"{short-story}\" ) === false ) {
$full_story = $short_story;
}
if( strlen( $full_story ) < 13 AND strpos( $fullprevtpl, \"{short-story}\" ) === false ) {
$full_story = $short_story;
}
2. Открыть файл inc/preview.php, найдити строку:
if( strlen( $full_story ) < 13 AND strpos( $tpl->copy_template, \"{short-story}\" ) === false ) { $full_story = $short_story; }
Заменить на:
$fullprevtpl = preg_replace( \"'.*[full-preview](.*?)[/full-preview].*'si\", \"1\", $tpl->copy_template );
if( strlen( $full_story ) < 13 AND strpos( $fullprevtpl, \"{short-story}\" ) === false ) { $full_story = $short_story; }
if( strlen( $full_story ) < 13 AND strpos( $fullprevtpl, \"{short-story}\" ) === false ) { $full_story = $short_story; }