Notice Error

nikadevs's picture
nikadevs
Mon, 03/14/2016 - 06:09
#1
Notice Error

Hi,

I noticed a strange notice. 


Notice: Trying to get property of non-object intemplate_preprocess_admin_layers_render() (line 72 of/home3/lariosbi/public_html/whitehousebiennial/sites/all/modules/md_slider/templates/admin/theme.admin.inc).

Thanks.

phuonght's picture
phuonght
Mon, 03/14/2016 - 06:41

Hi,

Maybe there is a item of your slider that is image but you did not select image or image does not exit so error displays. Please re-upload image or go to file md_slider/templates/admin/theme.admin.inc, replace lines from 68 to 76 with:

if ($layer['type'] == 'image') {
$layer['file_url'] = '';
if (isset($layer['fileid']) && $layer['fileid'] > 0) {
$image = file_load($layer['fileid']);
if (isset($image->uri)) {
$layer['file_url'] = file_create_url($image->uri);
}
}
}

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.