antonioribeiro / antonioribeiro/tracker
Call to undefined method loadTranslationsFrom()
- Dominant language
- PHP
- Stars
- 2.9k
- Forks
- 594
- PR merge metrics
- No merged PRs in 30d
Description
At the step "php artisan config:publish pragmarx/tracker"
Getting the following error after following the steps to install for laravel 4.2
**Call to undefined method PragmaRX\Tracker\Vendor\Laravel\ServiceProvider::loadTranslationsFrom()**
On looking up the file "vendor/pragmarx/tracker/src/Vendor/Laravel/ServiceProvider.php",
I tried commenting the function call $this->loadTranslations(); And it stopped the error.
Not sure if it interferes at other places.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with vendor/pragmarx/tracker/src/Vendor/Laravel/ServiceProvider.php and reproduce the `php artisan config:publish pragmarx/tracker` installation step on Laravel 4.2. Check how the missing `loadTranslationsFrom()` call relates to the documented installation steps and whether commenting it affects other behavior. Done means the installation completes without the undefined-method error and translation behavior is accounted for.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100