thekordy / ticketit

A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.kordy.info/tickets
MIT License
874 stars 384 forks source link

Route [tickets.data] not defined #554

Closed pcm0nk closed 4 years ago

pcm0nk commented 4 years ago

Hi, After moving my laravel project to another computer I am facing this issue

Route [tickets.data] not defined. (View: C:\wamp64\newroot\vendor\kordy\ticketit\src\Views\bootstrap4\index.blade.php)

I have Changed the routes in ticketit_settings (both value and default) to C:\wamp64\newroot\vendor/kordy/ticketit/src/routes.php I have also did php artisan config:clear , php artisan cache:clear , php artisan config:cahce unfortunately still I have no luck the route http://localhost/tickets-admin gets open ( Im logged in with a admin user) the route http://localhost/tickets-install is 404 running Laravel 6.17.1 running kordy ticket v0.4.9 how can I fix this ?

thekordy commented 4 years ago

Please install a fresh version on the new computer. Or empty the data from settings db table.

Further you could use php artisan route:list and php artisan route:clear to debug the issue