第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

試圖獲取非對(duì)象的屬性“image_two”

試圖獲取非對(duì)象的屬性“image_two”

PHP
天涯盡頭無(wú)女友 2023-03-04 17:06:24
我已經(jīng)使用他們的設(shè)置將 pgadmin 連接到 heroku 數(shù)據(jù)庫(kù)。我的遷移也通過(guò) postres 遷移工具成功但應(yīng)用程序沒(méi)有顯示錯(cuò)誤,但在成功部署的本地主機(jī)上一切正常。當(dāng)我從表中獲取行數(shù)據(jù)時(shí),即使在遷移之后,它也不會(huì)在 postgres pgadmin 中顯示任何數(shù)據(jù)網(wǎng)址: https: //agile-stream-57638.herokuapp.com/錯(cuò)誤(3/3) ErrorExceptionTrying to get property 'image_two' of non-object (View: /app/resources/views/layouts/slider.blade.php) (View: /app/resources/views/layouts/slider.blade.php)滑塊.blade.php    <!-- Banner -->    @php        $slider = DB::table('products')                ->join('brands','products.brand_id','brands.id')                ->select('products.*','brands.brand_name')                ->where('main_slider',1)->orderBy('id','DESC')                ->first();    @endphp    <div class="banner">        <div class="banner_background" style="background-image:url({{ asset('public/frontend/images/banner_background.jpg')}})"></div>        <div class="container fill_height">            <div class="row fill_height">                <div class="banner_product_image"><img src="{{ asset($slider->image_two )}}" alt=""                    style="height: 300px;"></div>                <div class="col-lg-5 offset-lg-4 fill_height">                    <div class="banner_content">                        <h1 class="banner_text">{{ $slider->product_name }} </h1>                        <div class="banner_price">                            @if($slider->discount_price == Null)                                <h2>{{ $slider->selling_price }} </h2>                            @else                                <span>{{ $slider->selling_price }}</span>{{ $slider->discount_price }}</div>                            @endif                        <div class="banner_product_name">{{ $slider->brand_name }}</div>                        <div class="button banner_button"><a href="#">Shop Now</a></div>                    </div>                </div>            </div>        </div>    </div>
查看完整描述

1 回答

?
搖曳的薔薇

TA貢獻(xiàn)1793條經(jīng)驗(yàn) 獲得超6個(gè)贊

我已經(jīng)使用他們的設(shè)置將 pgadmin 連接到 heroku 數(shù)據(jù)庫(kù)。我的遷移也通過(guò) postres 遷移工具成功但應(yīng)用程序沒(méi)有顯示錯(cuò)誤,但在成功部署的本地主機(jī)上一切正常。當(dāng)我從表中獲取行數(shù)據(jù)時(shí),即使在遷移之后,它也不會(huì)在 postgres pgadmin 中顯示任何數(shù)據(jù)


網(wǎng)址: https: //agile-stream-57638.herokuapp.com/


錯(cuò)誤


(3/3) ErrorException

Trying to get property 'image_two' of non-object (View: /app/resources/views/layouts/slider.blade.php) (View: /app/resources/views/layouts/slider.blade.php)

滑塊.blade.php


    <!-- Banner -->

    @php

        $slider = DB::table('products')

                ->join('brands','products.brand_id','brands.id')

                ->select('products.*','brands.brand_name')

                ->where('main_slider',1)->orderBy('id','DESC')

                ->first();


    @endphp


    <div class="banner">

        <div class="banner_background" style="background-image:url({{ asset('public/frontend/images/banner_background.jpg')}})"></div>

        <div class="container fill_height">

            <div class="row fill_height">

                <div class="banner_product_image"><img src="{{ asset($slider->image_two )}}" alt=""

                    style="height: 300px;"></div>

                <div class="col-lg-5 offset-lg-4 fill_height">

                    <div class="banner_content">

                        <h1 class="banner_text">{{ $slider->product_name }} </h1>

                        <div class="banner_price">

                            @if($slider->discount_price == Null)

                                <h2>{{ $slider->selling_price }} </h2>

                            @else

                                <span>{{ $slider->selling_price }}</span>{{ $slider->discount_price }}</div>

                            @endif



                        <div class="banner_product_name">{{ $slider->brand_name }}</div>

                        <div class="button banner_button"><a href="#">Shop Now</a></div>

                    </div>

                </div>

            </div>

        </div>

    </div>


查看完整回答
反對(duì) 回復(fù) 2023-03-04
  • 1 回答
  • 0 關(guān)注
  • 172 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)