Closed khaerul10056 closed 7 years ago
Hi there. Do you mind having a look if its still showing the error for you? I've just deployed a new release (did not put site in maintenance mode as it was only a few files) You might've requested that file just as I uploaded that file?
I am going to download the log file now - mind sharing the url if error is still showing?
Thanks!
Yes, I stil having error on my local server. I don't know what
I have install, update and clear operational but still gettin' error
(1/1) FatalErrorException
Call to a member function getParentsAndYou() on null in TitanWebsiteController.php (line 135)
On Mon, Jul 10, 2017 at 3:53 PM, bpocallaghan notifications@github.com wrote:
Hi there. Do you mind having a look if its still showing the error for you? I've just deployed a new release (did not put site in maintenance mode as it was only a few files) You might've requested that file just as I uploaded that file?
I am going to download the log file now - mind sharing the url if error is still showing?
Thanks!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bpocallaghan/laravel-admin-starter/issues/1#issuecomment-314045704, or mute the thread https://github.com/notifications/unsubscribe-auth/AIQe2lMhXjK6z4gYVPH1pxYvovhnTtOrks5sMeZvgaJpZM4OSiOQ .
--
Khaerul Umam (AKATECHS)
CEO & Business Development
Aaah, sorry, I thought it was on the live server.
That is usually if no navigation was imported in the database (table navigation_website is empty)
You can test this by adding dd($nav);
at line 130 in TitanWebsiteController.php and see what the response is.
Or you can run php artisan db:seed
to import the navigation into the database. This should hopefully fix it.
Please let me know if this did not fix the issue.
After adding dd($nav); get null then after run php artisan db:seed [image: Inline image 1]
On Mon, Jul 10, 2017 at 4:46 PM, bpocallaghan notifications@github.com wrote:
Aaah, sorry, I thought it was on the live server.
That is usually if no navigation was imported in the database (table navigation_website is empty) You can test this by adding dd($nav); at line 130 in TitanWebsiteController.php and see what the response is. After install, do u mind running php artisan db:seed to import the navigation into the database.
Please let me know if this did not fix the issue.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bpocallaghan/laravel-admin-starter/issues/1#issuecomment-314058365, or mute the thread https://github.com/notifications/unsubscribe-auth/AIQe2ixoiOkL7IkeFqjFz3HlRML6Hnz0ks5sMfMJgaJpZM4OSiOQ .
--
Khaerul Umam (AKATECHS)
CEO & Business Development
Hi dude, Unfortunately I am not seeing the image you've attached. If you want - you can send me a mail at bpocallaghan @ gmail Might be a bit faster to resolve the issue :)
Fixed with upgrading bpocallaghan/titan package to 0.2.4
;) ;) ;)
On Mon, Jul 10, 2017 at 6:33 PM, bpocallaghan notifications@github.com wrote:
Fixed with upgrading titan package to 0.2.4
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bpocallaghan/laravel-admin-starter/issues/1#issuecomment-314080073, or mute the thread https://github.com/notifications/unsubscribe-auth/AIQe2kyjt_mT4_9gMPwy_rT3GvNgJEaeks5sMgv3gaJpZM4OSiOQ .
--
Khaerul Umam (AKATECHS)
CEO & Business Development
[2017-07-10 09:43:44] local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to a member function getUrlParentsAndYou() on null' in C:\xampp\htdocs\laravel-admin-starter\vendor\bpocallaghan\titan\src\Controllers\TitanWebsiteController.php:138 Stack trace:
0 {main}
[2017-07-10 09:44:00] local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to a member function getParentsAndYou() on null' in C:\xampp\htdocs\laravel-admin-starter\vendor\bpocallaghan\titan\src\Controllers\TitanWebsiteController.php:135 Stack trace:
0 {main}