Skip to content
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

User_guide module #4

Open
osagiesammy opened this issue Jun 23, 2020 · 5 comments
Open

User_guide module #4

osagiesammy opened this issue Jun 23, 2020 · 5 comments

Comments

@osagiesammy
Copy link

I just installed the user_guide module, but on opening the link localhost/xxxx/index.php/user_guide
The user_guide displays a 404 error, it should not be that difficult, but I know I am missing a very basic step, please can somebody please advice.

@osagiesammy
Copy link
Author

Ok I eventually got the correct link, localhost/xxxx/index.php/user_guide/User_guide

But when I click on some links I see this error below.

A PHP Error was encountered
Severity: Warning

Message: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?

Filename: libraries/Inspection.php

Line Number: 298

Backtrace:

File: /Library/WebServer/Documents/science/fuel/modules/fuel/core/Loader.php
Line: 585
Function: _error_handler

What I am still missing?

@daylightstudio
Copy link
Owner

What version of PHP are you using?

daylightstudio pushed a commit to daylightstudio/FUEL-CMS that referenced this issue Jun 24, 2020
@osagiesammy
Copy link
Author

osagiesammy commented Jun 24, 2020 via email

@osagiesammy
Copy link
Author

Good evening @daylightstudio I eventually got it work, but only from within the Admin, is there a way I can access it without having to login first?

Thank you

@daylightstudio
Copy link
Owner

You can copy the fuel/modules/user_guide/config/user_guide.php file to fuel/application/config/user_guide.php and change the following to false for it to not require authentication:

// user guide requires user authentication to view
$config['user_guide']['authenticate'] = FALSE;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants