Blog post Error pixel V2

genxer-frado

Apr 17th, 2017 05:10 AM

When i click Blog showing that error.

ErrorException in FileViewFinder.php line 137: View [themes.material.partials.social_share] not found. (View: /home/freeuxkits/public_html/resources/views/themes/default/posts/read.blade.php)

devdojo

Apr 17th, 2017 05:58 PM

Ok, thanks for letting me know about that error.

This will be updated in the latest version. Additionally, you can fix this by removing line number 14 inside of resources/views/themes/default/posts/read.blade.php additionally in that file change line 19 from:

@include('themes.material.partials.comments', ['slug_id' => $post->slug])

to:

@include('themes.default.partials.comments', ['slug_id' => $post->slug])

Thanks, let me know if that helps :)

genxer-frado

Apr 18th, 2017 06:33 AM

Thank for answer.

I see blog post right now. When i click to any post.

See like that Errors

2/2 ErrorException in FileViewFinder.php line 137: View [themes.material.partials.social_share] not found. (View: /home/freeuxkits/public_html/resources/views/themes/default/posts/read.blade.php)

1/2 InvalidArgumentException in FileViewFinder.php line 137: View [themes.material.partials.social_share] not found.