Hello,
I try to do this:
framework_freshway\framework.env
DB_HOST=localhost DB_DATABASE=wwwsoulf_revsoul DB_USERNAME=root DB_PASSWORD=
http://localhost/framework_freshway/public_html/
Whoops, looks like something went wrong.
3/3 ErrorException in 1319c52207fd4f3069a97397543698e4 line 1275: Trying to get property of non-object (View: C:\xampp\htdocs\framework_freshway\framework\resources\views\home.blade.php) (View: C:\xampp\htdocs\framework_freshway\framework\resources\views\home.blade.php)
home.blade.php
Line 1274 - 1276:
if (type == "twitter") { showProfileInfoTwitter("{{$user->twitter->name}}", "{{$user->twitter->screen_name}}", "{{$user->twitter->profile_image}}", "{{$user->twitter->description}}", 0, 0); }
This is a little bit strange since I downloaded the database and the file exactly from online:
Online it works perfectly. When I downloaded it offline errors start appearing. I wonder why?