Open brazitech opened 7 years ago
I have the same problem
@brazitech Does your other suggestion ( https://github.com/thekordy/ticketit/issues/334 ) fix this issue?
this can be closed and make references to issue #335. fixing that issue will resolve this issue. after testing ^6 only works in lynx. not working for windows. in windows ^7 is the only thing that works. composer in windows is not recognizing the ^6 to include 7. i think the command for v6 or greater is different in windows. i do not know what that is in composer.
ok i just tested on all systems (mac, ubuntu 16, and windows 10. using ~7.0 works on all 3. ^7.0 only works on windows.
Please can you be clearer about what I need to do to make this work please?
"yajra/laravel-datatables-oracle": "~6.0", in composer.jason needs to be changed to "yajra/laravel-datatables-oracle": "~7.0", "yajra/laravel-datatables-oracle": "^6.0", will only work in ubuntu this is only for laravel 5.4 laravel 5.4 uses yajra/laravel-datatables-oracle:7.3
I have made that change and it has no effect. I still get
Call to undefined function get()
I am using Windows 10 and running on Laragon. Laravel 5.4.
i am also using windows 10 and laravel 5.4. i finally got the composer to install with no errors. now i get page not found. it seems the routes are not working. it seems to only work with laravel 5.2 or below. i have not tried 5.3. i am going to downgrade to 5.3 and see if that works today.
laravel v5.3 installs and then tickets-install goes to page not found..
got it to install in laravel 5.4 with ~7 instead of ~6. also had to move Controllers. Middleware directory along with routes.php to Http directory in root. now dealing with error:
QueryException in Connection.php line 647: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'allmyflies.ticketit_settings' doesn't exist (SQL: select value
, slug
from ticketit_settings
)
giving up.. 5 days this will not install into an existing laravel 5.4 site... and you get no help on issues.. this was a total waste of time........
I agree. This has been the most frustrating "component" since its outset. It would be quicker to write one's own - which I am now going to do.
Same here, Getting Call to undefined function get() [2019-04-04 16:58:19] local.ERROR: Call to undefined function get() {"exception":"[object] (Symfony\Component\Debug\Exception\FatalThrowableError(code: 0): Call to undefined function get() at /vendor/kordy/ticketit/src/routes.php:7) [stacktrace]
"}
hello trying to install to existing l 5.4 project and i get the following error.
FatalThrowableError in routes.php line 7: Call to undefined function get()
please help. after 2 days i have no clue....