/home/viafrancigenabike/public_html/wp-content/plugins/midageopress/backend/
ErrorException
Trying to get property 'name' of non-object
    • 26
      /home/viafrancigenabike/public_html/wp-content/plugins/midageopress/midageopress.php
      Illuminate\Foundation\Bootstrap\HandleExceptions
      :198
    • 25
      :198
    • 24
      /home/viafrancigenabike/public_html/wp-includes/class-wp-hook.php
      WP_Hook
      :308
    • 23
      :205
    • 22
      :1168
    • 21
      Yoast\WP\SEO\Presenters\Title_Presenter
      :41
    • 20
      Yoast\WP\SEO\Presenters\Title_Presenter
      :52
    • 19
      Yoast\WP\SEO\Integrations\Front_End_Integration
      :326
    • 18
      WP_Hook
      :308
    • 17
      WP_Hook
      :332
    • 16
      :517
    • 15
      Yoast\WP\SEO\Integrations\Front_End_Integration
      :300
    • 14
      WP_Hook
      :308
    • 13
      WP_Hook
      :332
    • 12
      :517
    • 11
      :3043
    • 10
      :21
    • 9
      ElementorPro\Modules\ThemeBuilder\Classes\Theme_Support
      :72
    • 8
      WP_Hook
      :310
    • 7
      WP_Hook
      :332
    • 6
      :517
    • 5
      :38
    • 4
      :9
    • 3
      :106
    • 2
      :19
    • 1
      :17
Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
/home/viafrancigenabike/public_html/wp-content/plugins/midageopress/midageopress.php:198

183

184

185

186

187

188

189

190

191

192

193

194

195

196

197

198

199

200

201

202

203

204

205

206

207

208

209

210

211

212

213

break;

case 'poi':

$slug = get_query_var( 'slug_poi' );

if($slug) {

$poi = new PoiController;

$item = $poi->show_by_slug($slug, $current_lang);

if($item)

$title = stripcslashes($item->name);

 

}

break;

case 'accomodation':

$slug = get_query_var( 'slug_accomodation' );

if($slug) {

$accomodation = new AccomodationController;

$title = stripcslashes($accomodation->show_by_slug($slug, $current_lang)->name);

}

break;

case 'tour':

$slug = get_query_var( 'slug_tour' );

if($slug) {

$tour = new TourController;

$title = stripcslashes($tour->show_by_slug($slug, $current_lang)->name);

}

break;

case 'service':

$slug = get_query_var( 'slug_service' );

if($slug) {

$service = new ServiceController;

$title = stripcslashes($service->show_by_slug($slug, $current_lang)->name);

}