xsanisty / SlimBoard

Starter Application built on Slim Framework in MVC (and HMVC) environment
http://www.xsanisty.com/project/slim-starter
MIT License
287 stars 72 forks source link

urls wrong #6

Open CherryWebSolutions opened 10 years ago

CherryWebSolutions commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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

shivenigma commented 9 years ago

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

ikhsan017 commented 9 years ago

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