-
Notifications
You must be signed in to change notification settings - Fork 967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Litecms error on blog pages #376
Comments
Updating this: when I go to /blogs, I get the following error: |
could you please drop the controller code of packages/litecms/blog/src/Http/Controllers/BlogPublicController.php |
error on new installation
BlogPublicController use App\Http\Controllers\PublicController as BaseController; class BlogPublicController extends BaseController
} |
I have change |
When I go to 127.0.0.1:8000/blog I get the following error after following the documentation on install:
Too few arguments to function Litecms\Blog\Http\Controllers\BlogPublicController::show(), 1 passed in /Users/melaniecarr/WebDevelopment/thehigheryougo/vendor/laravel/framework/src/Illuminate/Routing/Controller.php on line 54 and exactly 2 expected
When I go to 127.0.0.1:8000/blog/index, I get the following error:
Attempt to read property "name" on null
Just getting my feet wet here, so maybe I'm missing something.
The text was updated successfully, but these errors were encountered: