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

urls wrong #6

Open
CherryWebSolutions opened this issue Jul 8, 2014 · 5 comments
Open

urls wrong #6

CherryWebSolutions opened this issue Jul 8, 2014 · 5 comments

Comments

@CherryWebSolutions
Copy link

Hi, great work! But, i have a problem with the generated url. I've installed SlimStarter on xampp (Windows 7), configurated but all url comes like this: www.test.com/\/login , with "" extra that's brokes every url (css and js not found for example). Have any suggestions? Thank's in advance

@kiwina
Copy link

kiwina commented Aug 8, 2014

let me guess you using windows??
if so you need to fix the path.
Open up the BaseController
find:
trim($path, '/');
replace it with
trim($path, '/');
2 times in the file!

@CherryWebSolutions
Copy link
Author

Thank's a lot, but this don't resolve the problem in the admin menu. Searching in the code i found the solutions: the problem was the MenuManager: i try to find/replace your trick on the entire project and i found another 2 places where do it. Seems i resolve the problem. Thank's a lot!!

@kiwina
Copy link

kiwina commented Aug 9, 2014

Yes you right i noticed it afterwards and only changed it in my fork but didn't make a pull request.

@shivenigma
Copy link

why this guy referencing the pagination issue on every other thing? is he trying to pollute?

@ikhsan017
Copy link
Member

it s long time since i didn't touch this project, but it seems that github parse #num as issue reference, while @rrajneeshojha pasting stacktrace with #num format, so it referencing to the available issue

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

4 participants