- 「フォーラムガイドライン」に必ず目を通してください。
- バージョンアップデート後に表示がおかしくなった場合は、
「SWELL設定」>「リセット」からキャッシュクリアを先にお試しください。 - フォーラム内検索で過去に同じようなトピックがないか検索してみてください。
フォーラム
現在、トップページに重大なエラーが発生していますと表示が出て、記事カードなどが表示されず、トップページの装飾が崩れています。
メッセージは
Fatal error: Uncaught DivisionByZeroError: Division by zero in /home/xs210628/jiyudamu.com/public_html/wp-content/themes/swell/parts/top/post_slider.php:72 Stack trace: #0 /home/xs210628/jiyudamu.com/public_html/wp-content/themes/swell/classes/Utility/Parts.php(89): include() #1 /home/xs210628/jiyudamu.com/public_html/wp-content/themes/swell/header.php(49): SWELL_Theme::get_parts('parts/top/post_...', NULL, '') #2 /home/xs210628/jiyudamu.com/public_html/wp-includes/template.php(790): require_once('/home/xs210628/...') #3 /home/xs210628/jiyudamu.com/public_html/wp-includes/template.php(725): load_template('/home/xs210628/...', true, Array) #4 /home/xs210628/jiyudamu.com/public_html/wp-includes/general-template.php(48): locate_template(Array, true, true, Array) #5 /home/xs210628/jiyudamu.com/public_html/wp-content/themes/swell/home.php(2): get_header() #6 /home/xs210628/jiyudamu.com/public_html/wp-includes/template-loader.php(106): include('/home/xs210628/...') #7 /home/xs210628/jiyudamu.com/public_html/wp-blog-header.php(19): require_once('/home/xs210628/...') #8 /home/xs210628/jiyudamu.com/public_html/index.php(17): require('/home/xs210628/...') #9 {main} thrown in /home/xs210628/jiyudamu.com/public_html/wp-content/themes/swell/parts/top/post_slider.php on line 72
Ad Invalid Click Protector
Akismet Anti-spam: Spam Protection
Contact Form 7
Edit Author Slug
MJ Update History
No Self Pings
SEO SIMPLE PACK
SiteGuard WP Plugin
WebSub (FKA. PubSubHubbub)
WP External Links
WP Multibyte Patch
WP Sitemap Page
XML Sitemap & Google News
エラーの出ている、parts/top/post_slider.phpの72行目を見ると、
$pc_size = round( 100 / $slide_num_pc, 1 ) . 'vw';
$sp_size = round( 100 / $slide_num_sp, 1 ) . 'vw';
こんな感じなので、カスタマイザーのトップページ⇒記事スライダーにおいて、
スライド数指定が"0"の指定になってないでしょうか?
もし間違いなら修正すれば直るはずで、意図的に0にしているのであれば別の方法を検討してみてください。
この部分は、0除算を避ける処理が無いようです。
@windorz さん
ご返信ありがとうございます。
今、教えて頂いた部分を1に直したり、スライダーをなしにしてみました。
おかげさまで、問題なく表示されるようになりました。
本当に助かりました。
ありがとうございました。